Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h459 struct gl_constants struct
464 GLbitfield DriverSupportedPrimMask;
466 GLuint MaxTextureMbytes; /**< Max memory per image, in MB */
467 GLuint MaxTextureSize; /**< Max 1D/2D texture size, in pixels*/
468 GLuint Max3DTextureLevels; /**< Max mipmap levels for 3D textures */
469 GLuint MaxCubeTextureLevels; /**< Max mipmap levels for cube textures */
470 GLuint MaxArrayTextureLayers; /**< Max layers in array textures */
471 GLuint MaxTextureRectSize; /**< Max rectangle texture size, in pixes */
472 GLuint MaxTextureCoordUnits;
473 GLuint MaxCombinedTextureImageUnits;
[all …]