HomeSort by relevance Sort by last modified time
    Searched refs:STENCIL_TEST (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 84 STENCIL_TEST("Stenciling enabled"),
GLState.java 174 IGLProperty stencilTest = new GLBooleanProperty(GLStateType.STENCIL_TEST, Boolean.FALSE);
  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 341 m_context->enable(GraphicsContext3D::STENCIL_TEST);
343 m_context->disable(GraphicsContext3D::STENCIL_TEST);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 164 STENCIL_TEST = 0x0B90,
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.idl 137 const unsigned int STENCIL_TEST = 0x0B90;
    [all...]
WebGLRenderingContext.cpp     [all...]

Completed in 1297 milliseconds