Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DExtensions3D.h84 DEPTH24_STENCIL8 = 0x88F0, enumerator
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp117 …isample(GraphicsContext3D::RENDERBUFFER, sampleCount, Extensions3D::DEPTH24_STENCIL8, m_size.width… in resizeDepthStencil()
119 …>renderbufferStorage(GraphicsContext3D::RENDERBUFFER, Extensions3D::DEPTH24_STENCIL8, m_size.width… in resizeDepthStencil()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp2908 m_context->renderbufferStorage(target, Extensions3D::DEPTH24_STENCIL8, width, height); in renderbufferStorage()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1628038 Use DEPTH24_STENCIL8 format, not DEPTH_STENCIL. Use
DChangeLog-2010-12-0617419 … (WebCore::WebGLRenderingContext::renderbufferStorage): Map DEPTH_STENCIL to DEPTH24_STENCIL8.
17420 * platform/graphics/Extensions3D.h: Add DEPTH24_STENCIL8 enum and update the documentation.