Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h3709 struct gl_constants struct
3711 GLuint MaxTextureMbytes; /**< Max memory per image, in MB */
3712 GLuint MaxTextureSize; /**< Max 1D/2D texture size, in pixels*/
3713 GLuint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */
3714 GLuint MaxCubeTextureLevels; /**< Max mipmap levels for cube textures */
3715 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */
3716 GLuint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */
3717 GLuint MaxTextureCoordUnits;
3718 GLuint MaxCombinedTextureImageUnits;
3719 GLuint MaxTextureUnits; /**< = MIN(CoordUnits, FragmentProgram.ImageUnits) */
[all …]