Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmtypes.h1294 struct gl_transform_attrib struct
1296 GLenum16 MatrixMode; /**< Matrix mode */
1297 gl_clip_plane EyeUserPlane[MAX_CLIP_PLANES]; /**< User clip planes */
1298 gl_clip_plane _ClipUserPlane[MAX_CLIP_PLANES]; /**< derived */
1299 GLbitfield ClipPlanesEnabled; /**< on/off bitmask */
1300 GLboolean Normalize; /**< Normalize all normals? */
1301 GLboolean RescaleNormals; /**< GL_EXT_rescale_normal */
1302 GLboolean RasterPositionUnclipped; /**< GL_IBM_rasterpos_clip */
1303 GLboolean DepthClampNear; /**< GL_AMD_depth_clamp_separate */
1304 GLboolean DepthClampFar; /**< GL_AMD_depth_clamp_separate */
[all …]