Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmtypes.h1344 struct gl_transform_attrib struct
1346 GLenum16 MatrixMode; /**< Matrix mode */
1347 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1348 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
1349 GLbitfield ClipPlanesEnabled; /**< on/off bitmask */
1350 GLboolean Normalize; /**< Normalize all normals? */
1351 GLboolean RescaleNormals; /**< GL_EXT_rescale_normal */
1352 GLboolean RasterPositionUnclipped; /**< GL_IBM_rasterpos_clip */
1353 GLboolean DepthClampNear; /**< GL_AMD_depth_clamp_separate */
1354 GLboolean DepthClampFar; /**< GL_AMD_depth_clamp_separate */
[all …]