HomeSort by relevance Sort by last modified time
    Searched refs:CULL_FACE (Results 1 - 11 of 11) 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/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.idl 151 const GLenum CULL_FACE = 0x0B44;
    [all...]

Completed in 249 milliseconds