Searched defs:gl_texture_image (Results 1 – 1 of 1) sorted by relevance
755 struct gl_texture_image struct757 GLint InternalFormat; /**< Internal format as given by the user */758 GLenum16 _BaseFormat; /**< Either GL_RGB, GL_RGBA, GL_ALPHA,764 mesa_format TexFormat; /**< The actual texture memory format */766 GLuint Border; /**< 0 or 1 */767 GLuint Width;768 GLuint Height;769 GLuint Depth;770 GLuint Width2; /**< = Width - 2*Border */771 GLuint Height2; /**< = Height - 2*Border */[all …]