Searched refs:DEPTH_STENCIL (Results 1 – 10 of 10) sorted by relevance
230 …nalFormat && getInternalFormat(m_depthStencilAttachment.get()) != GraphicsContext3D::DEPTH_STENCIL) in isIncomplete()
410 const unsigned int DEPTH_STENCIL = 0x84F9;
2280 if (m_renderbufferBinding->getInternalFormat() == GraphicsContext3D::DEPTH_STENCIL in getRenderbufferParameter()2906 case GraphicsContext3D::DEPTH_STENCIL: in renderbufferStorage()
383 DEPTH_STENCIL = 0x84F9, enumerator
880 case DEPTH_STENCIL: in renderbufferStorage()
1160 case DEPTH_STENCIL: in renderbufferStorage()
5027 … Need to simulate DEPTH_STENCIL in framebufferRenderbuffer / getFramebufferAttachmentParameter20339 * src/WebGraphicsContext3DDefaultImpl.cpp: Map to correct DEPTH_STENCIL format.
27559 … (WebCore::WebGLRenderingContext::getFramebufferAttachmentParameter): Handling DEPTH_STENCIL case.27562 * html/canvas/WebGLRenderingContext.idl: Add DEPTH_STENCIL enums.27563 * platform/graphics/GraphicsContext3D.h: Add DEPTH_STENCIL enums.27565 * platform/graphics/mac/GraphicsContext3DMac.cpp: Map to correct DEPTH_STENCIL format.
17407 … Need to simulate DEPTH_STENCIL in framebufferRenderbuffer / getFramebufferAttachmentParameter17419 … (WebCore::WebGLRenderingContext::renderbufferStorage): Map DEPTH_STENCIL to DEPTH24_STENCIL8.18092 renderbufferStorage(DEPTH_STENCIL) shouldn't generate an error18096 …(WebCore::WebGLFramebuffer::isIncomplete): Considering the case where DEPTH_STENCIL is not support…18108 …bGLRenderingContext::getRenderbufferParameter): Simulate the case for DEPTH_STENCIL where packed_d…
28038 Use DEPTH24_STENCIL8 format, not DEPTH_STENCIL. Use