Home
last modified time | relevance | path

Searched defs:gl_texture_image (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmtypes.h1187 struct gl_texture_image struct
1189 GLint InternalFormat; /**< Internal format as given by the user */
1190 GLenum _BaseFormat; /**< Either GL_RGB, GL_RGBA, GL_ALPHA,
1196 gl_format TexFormat; /**< The actual texture memory format */
1198 GLuint Border; /**< 0 or 1 */
1199 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
1200 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
1201 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
1202 GLuint Width2; /**< = Width - 2*Border */
1203 GLuint Height2; /**< = Height - 2*Border */
[all …]
/external/mesa3d/src/mesa/main/
Dmtypes.h1187 struct gl_texture_image struct
1189 GLint InternalFormat; /**< Internal format as given by the user */
1190 GLenum _BaseFormat; /**< Either GL_RGB, GL_RGBA, GL_ALPHA,
1196 gl_format TexFormat; /**< The actual texture memory format */
1198 GLuint Border; /**< 0 or 1 */
1199 GLuint Width; /**< = 2^WidthLog2 + 2*Border */
1200 GLuint Height; /**< = 2^HeightLog2 + 2*Border */
1201 GLuint Depth; /**< = 2^DepthLog2 + 2*Border */
1202 GLuint Width2; /**< = Width - 2*Border */
1203 GLuint Height2; /**< = Height - 2*Border */
[all …]