Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp138 …ple(GraphicsContext3D::RENDERBUFFER, sampleCount, GraphicsContext3D::STENCIL_INDEX8, m_size.width(… in resizeDepthStencil()
140 …derbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::STENCIL_INDEX8, m_size.width(… in resizeDepthStencil()
/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp225 …nternalFormat && getInternalFormat(m_stencilAttachment.get()) != GraphicsContext3D::STENCIL_INDEX8) in isIncomplete()
DWebGLRenderingContext.idl409 const unsigned int STENCIL_INDEX8 = 0x8D48;
DWebGLRenderingContext.cpp2899 case GraphicsContext3D::STENCIL_INDEX8: in renderbufferStorage()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h382 STENCIL_INDEX8 = 0x8D48, enumerator