Lines Matching refs:Transform
141 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
142 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
143 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
144 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
145 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
230 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
231 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
232 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
233 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
234 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()
293 if (ctx->Transform.ClipPlanesEnabled & (1 << p)) { in TAG()
294 const GLfloat a = ctx->Transform._ClipUserPlane[p][0]; in TAG()
295 const GLfloat b = ctx->Transform._ClipUserPlane[p][1]; in TAG()
296 const GLfloat c = ctx->Transform._ClipUserPlane[p][2]; in TAG()
297 const GLfloat d = ctx->Transform._ClipUserPlane[p][3]; in TAG()