Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h3595 struct gl_constants struct
3597 GLuint MaxTextureMbytes; /**< Max memory per image, in MB */
3598 GLuint MaxTextureLevels; /**< Max mipmap levels. */
3599 GLuint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */
3600 GLuint MaxCubeTextureLevels; /**< Max mipmap levels for cube textures */
3601 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */
3602 GLuint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */
3603 GLuint MaxTextureCoordUnits;
3604 GLuint MaxCombinedTextureImageUnits;
3605 GLuint MaxTextureUnits; /**< = MIN(CoordUnits, FragmentProgram.ImageUnits) */
[all …]