Home | History | Annotate | Download | only in main

Lines Matching defs:xform

1244                const struct gl_transform_attrib *xform;
1245 xform = (const struct gl_transform_attrib *) attr->data;
1246 _mesa_MatrixMode(xform->MatrixMode);
1253 const GLfloat *eyePlane = xform->EyeUserPlane[i];
1256 !!(xform->ClipPlanesEnabled & mask));
1262 if (xform->Normalize != ctx->Transform.Normalize)
1264 if (xform->RescaleNormals != ctx->Transform.RescaleNormals)
1267 if (xform->DepthClamp != ctx->Transform.DepthClamp)