Searched refs:DEPTH_COMPONENT16 (Results 1 – 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | DrawingBuffer.cpp | 128 …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/ |
D | WebGLFramebuffer.cpp | 220 …ternalFormat && getInternalFormat(m_depthAttachment.get()) != GraphicsContext3D::DEPTH_COMPONENT16) in isIncomplete()
|
D | WebGLRenderingContext.idl | 407 const unsigned int DEPTH_COMPONENT16 = 0x81A5;
|
D | WebGLRenderingContext.cpp | 2895 case GraphicsContext3D::DEPTH_COMPONENT16: in renderbufferStorage()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 380 DEPTH_COMPONENT16 = 0x81A5, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 499 …renderbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::DEPTH_COMPONENT16, width, … in reshape() 1163 case DEPTH_COMPONENT16: in renderbufferStorage()
|
/external/webkit/Source/WebCore/platform/graphics/opengl/ |
D | GraphicsContext3DOpenGL.cpp | 883 case DEPTH_COMPONENT16: in renderbufferStorage()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 28039 DEPTH_COMPONENT16, not DEPTH_COMPONENT.
|