Home
last modified time | relevance | path

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

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