Home | History | Annotate | Download | only in libagl

Lines Matching refs:enables

1082     uint32_t enables = c->rasterizer.state.enables;
1090 c->perspective && mode!=GL_POINTS && (enables & GGL_ENABLE_TMUS);
1105 if (((enables & GGL_ENABLE_AA)?1:0) != smooth)
1120 if (enables & GGL_ENABLE_TMUS) { // needs texture transforms
1123 if (c->clipPlanes.enable || (enables & GGL_ENABLE_FOG)) {
1129 if (enables & GGL_ENABLE_TMUS)
1206 // we must reload 'enables' here
1207 enables = c->rasterizer.state.enables;
1208 if (enables & GGL_ENABLE_SMOOTH)
1210 if (enables & GGL_ENABLE_TMUS)
1370 const uint32_t enables = c->rasterizer.state.enables;
1371 if (enables & GGL_ENABLE_TMUS)
1376 if (enables & GGL_ENABLE_TMUS)
1430 const uint32_t enables = c->rasterizer.state.enables;
1431 if (enables & GGL_ENABLE_TMUS)
1436 if (enables & GGL_ENABLE_TMUS)