Home
last modified time | relevance | path

Searched refs:STENCIL_TEST (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DSharedGraphicsContext3D.cpp341 m_context->enable(GraphicsContext3D::STENCIL_TEST); in enableStencil()
343 m_context->disable(GraphicsContext3D::STENCIL_TEST); in enableStencil()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h164 STENCIL_TEST = 0x0B90, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl137 const unsigned int STENCIL_TEST = 0x0B90;
DWebGLRenderingContext.cpp2183 case GraphicsContext3D::STENCIL_TEST: in getParameter()
4521 case GraphicsContext3D::STENCIL_TEST: in validateCapability()