HomeSort by relevance Sort by last modified time
    Searched refs:CULL_FACE (Results 1 - 6 of 6) 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/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 161 CULL_FACE = 0x0B44,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 386 GLC(m_context.get(), m_context->disable(GraphicsContext3D::CULL_FACE));
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 134 const unsigned int CULL_FACE = 0x0B44;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 789 milliseconds