HomeSort by relevance Sort by last modified time
    Searched refs:SCISSOR_TEST (Results 1 - 9 of 9) sorted by null

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 314 isScissorEnabled = g3d->isEnabled(GraphicsContext3D::SCISSOR_TEST);
315 g3d->disable(GraphicsContext3D::SCISSOR_TEST);
334 g3d->enable(GraphicsContext3D::SCISSOR_TEST);
336 g3d->disable(GraphicsContext3D::SCISSOR_TEST);
WebGLRenderingContext.cpp 514 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
536 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
    [all...]
WebGLRenderingContext.idl 139 const unsigned int SCISSOR_TEST = 0x0C11;
182 /* SCISSOR_TEST */
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 171 isScissorEnabled = m_context->isEnabled(GraphicsContext3D::SCISSOR_TEST);
172 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
189 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
191 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
  /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/webkit/Source/WebCore/platform/graphics/chromium/
LayerRendererChromium.cpp 408 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST));
424 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST));
427 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST));
440 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST));
445 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST));
    [all...]
GLES2Canvas.cpp 252 m_context->enable(GraphicsContext3D::SCISSOR_TEST);
255 m_context->disable(GraphicsContext3D::SCISSOR_TEST);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 166 SCISSOR_TEST = 0x0C11,
    [all...]

Completed in 1054 milliseconds