HomeSort by relevance Sort by last modified time
    Searched refs:CULL_FACE (Results 1 - 13 of 13) 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 145 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/platform/graphics/
GraphicsContext3D.h 128 CULL_FACE = 0x0B44,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.idl 143 const GLenum CULL_FACE = 0x0B44;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 2559 milliseconds