Home
last modified time | relevance | path

Searched refs:SCISSOR_TEST (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp314 isScissorEnabled = g3d->isEnabled(GraphicsContext3D::SCISSOR_TEST); in initializeRenderbuffers()
315 g3d->disable(GraphicsContext3D::SCISSOR_TEST); in initializeRenderbuffers()
334 g3d->enable(GraphicsContext3D::SCISSOR_TEST); in initializeRenderbuffers()
336 g3d->disable(GraphicsContext3D::SCISSOR_TEST); in initializeRenderbuffers()
DWebGLRenderingContext.cpp514 m_context->disable(GraphicsContext3D::SCISSOR_TEST); in clearIfComposited()
536 m_context->enable(GraphicsContext3D::SCISSOR_TEST); in clearIfComposited()
1327 if (cap == GraphicsContext3D::SCISSOR_TEST) in disable()
1669 if (cap == GraphicsContext3D::SCISSOR_TEST) in enable()
2151 case GraphicsContext3D::SCISSOR_TEST: in getParameter()
4520 case GraphicsContext3D::SCISSOR_TEST: in validateCapability()
DWebGLRenderingContext.idl139 const unsigned int SCISSOR_TEST = 0x0C11;
182 /* SCISSOR_TEST */
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp171 isScissorEnabled = m_context->isEnabled(GraphicsContext3D::SCISSOR_TEST); in clearFramebuffer()
172 m_context->disable(GraphicsContext3D::SCISSOR_TEST); in clearFramebuffer()
189 m_context->enable(GraphicsContext3D::SCISSOR_TEST); in clearFramebuffer()
191 m_context->disable(GraphicsContext3D::SCISSOR_TEST); in clearFramebuffer()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DLayerRendererChromium.cpp408 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST)); in drawLayers()
424 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST)); in drawLayers()
427 GLC(m_context.get(), m_context->enable(GraphicsContext3D::SCISSOR_TEST)); in drawLayers()
440 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST)); in drawLayers()
445 GLC(m_context.get(), m_context->disable(GraphicsContext3D::SCISSOR_TEST)); in drawLayers()
DGLES2Canvas.cpp252 m_context->enable(GraphicsContext3D::SCISSOR_TEST); in scissorClear()
255 m_context->disable(GraphicsContext3D::SCISSOR_TEST); in scissorClear()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h166 SCISSOR_TEST = 0x0C11, enumerator