Home
last modified time | relevance | path

Searched refs:DEPTH_COMPONENT16 (Results 1 – 8 of 8) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp128 …le(GraphicsContext3D::RENDERBUFFER, sampleCount, GraphicsContext3D::DEPTH_COMPONENT16, m_size.widt… in resizeDepthStencil()
130 …erbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::DEPTH_COMPONENT16, m_size.widt… in resizeDepthStencil()
/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp220 …ternalFormat && getInternalFormat(m_depthAttachment.get()) != GraphicsContext3D::DEPTH_COMPONENT16) in isIncomplete()
DWebGLRenderingContext.idl407 const unsigned int DEPTH_COMPONENT16 = 0x81A5;
DWebGLRenderingContext.cpp2895 case GraphicsContext3D::DEPTH_COMPONENT16: in renderbufferStorage()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h380 DEPTH_COMPONENT16 = 0x81A5, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp499 …renderbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::DEPTH_COMPONENT16, width, … in reshape()
1163 case DEPTH_COMPONENT16: in renderbufferStorage()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp883 case DEPTH_COMPONENT16: in renderbufferStorage()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1628039 DEPTH_COMPONENT16, not DEPTH_COMPONENT.