[OPENGL32/MESA]
[reactos.git] / reactos / dll / opengl / mesa / main / texstore.h
index 42067dd..07f2016 100644 (file)
@@ -107,15 +107,6 @@ _mesa_store_teximage2d(struct gl_context *ctx,
                        const struct gl_pixelstore_attrib *packing);
 
 
-extern void
-_mesa_store_teximage3d(struct gl_context *ctx,
-                       struct gl_texture_image *texImage,
-                       GLint internalFormat,
-                       GLint width, GLint height, GLint depth, GLint border,
-                       GLenum format, GLenum type, const GLvoid *pixels,
-                       const struct gl_pixelstore_attrib *packing);
-
-
 extern void
 _mesa_store_texsubimage1d(struct gl_context *ctx,
                           struct gl_texture_image *texImage,
@@ -133,13 +124,4 @@ _mesa_store_texsubimage2d(struct gl_context *ctx,
                           const struct gl_pixelstore_attrib *packing);
 
 
-extern void
-_mesa_store_texsubimage3d(struct gl_context *ctx,
-                          struct gl_texture_image *texImage,
-                          GLint xoffset, GLint yoffset, GLint zoffset,
-                          GLint width, GLint height, GLint depth,
-                          GLenum format, GLenum type, const GLvoid *pixels,
-                          const struct gl_pixelstore_attrib *packing);
-
-
 #endif