HomeSort by relevance Sort by last modified time
    Searched refs:SCISSOR_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 77 SCISSOR_TEST("Scissoring enabled"),
GLState.java 166 IGLProperty scissorTest = new GLBooleanProperty(GLStateType.SCISSOR_TEST, Boolean.FALSE);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 550 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
564 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
669 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
705 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
711 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContext.cpp 813 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
855 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
    [all...]
WebGLRenderingContext.idl 148 const GLenum SCISSOR_TEST = 0x0C11;
191 /* SCISSOR_TEST */
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.h 133 SCISSOR_TEST = 0x0C11,
    [all...]

Completed in 2065 milliseconds