Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h2780 struct gl_constants struct
2782 GLint MaxTextureMbytes; /**< Max memory per image, in MB */
2783 GLint MaxTextureLevels; /**< Max mipmap levels. */
2784 GLint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */
2785 GLint MaxCubeTextureLevels; /**< Max mipmap levels for cube textures */
2786 GLint MaxArrayTextureLayers; /**< Max layers in array textures */
2787 GLint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */
2788 GLuint MaxTextureCoordUnits;
2789 GLuint MaxTextureImageUnits;
2790 GLuint MaxVertexTextureImageUnits;
[all …]