HomeSort by relevance Sort by last modified time
    Searched refs:CULL_FACE (Results 1 - 7 of 7) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLStateType.java 69 CULL_FACE("Polygon Culling Enabled"),
GLState.java 146 IGLProperty cullFace = new GLBooleanProperty(GLStateType.CULL_FACE, Boolean.FALSE);
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_polygon.c 43 BEGIN_NV04(push, NV10_3D(CULL_FACE), 1);
nouveau_state.c 88 context_dirty(ctx, CULL_FACE);
157 context_dirty(ctx, CULL_FACE);
nv10_context.c 345 BEGIN_NV04(push, NV10_3D(CULL_FACE), 2);
nv20_context.c 343 BEGIN_NV04(push, NV20_3D(CULL_FACE), 2);
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 380 ctx.disable(ctx.CULL_FACE);

Completed in 953 milliseconds