Home
last modified time | relevance | path

Searched refs:STENCIL_CLEAR_VALUE (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp309 g3d->getIntegerv(GraphicsContext3D::STENCIL_CLEAR_VALUE, &stencilClearValue); in initializeRenderbuffers()
DWebGLRenderingContext.idl165 const unsigned int STENCIL_CLEAR_VALUE = 0x0B91;
DWebGLRenderingContext.cpp2171 case GraphicsContext3D::STENCIL_CLEAR_VALUE: in getParameter()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp165 m_context->getIntegerv(GraphicsContext3D::STENCIL_CLEAR_VALUE, &clearStencil); in clearFramebuffer()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h186 STENCIL_CLEAR_VALUE = 0x0B91, enumerator