HomeSort by relevance Sort by last modified time
    Searched refs:DEPTH_COMPONENT16 (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/filters/custom/
FECustomFilter.cpp 298 extensions->renderbufferStorageMultisample(GraphicsContext3D::RENDERBUFFER, sampleCount, GraphicsContext3D::DEPTH_COMPONENT16, newContextSize.width(), newContextSize.height());
341 m_context->renderbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::DEPTH_COMPONENT16, newContextSize.width(), newContextSize.height());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/gpu/
DrawingBuffer.cpp 504 m_context->getExtensions()->renderbufferStorageMultisample(GraphicsContext3D::RENDERBUFFER, sampleCount, GraphicsContext3D::DEPTH_COMPONENT16, size.width(), size.height());
506 m_context->renderbufferStorage(GraphicsContext3D::RENDERBUFFER, GraphicsContext3D::DEPTH_COMPONENT16, size.width(), size.height());
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLFramebuffer.cpp 352 if (internalformat != GraphicsContext3D::DEPTH_COMPONENT16) {
353 *reason = "the internalformat of the attached renderbuffer is not DEPTH_COMPONENT16";
WebGLRenderingContext.idl 414 const GLenum DEPTH_COMPONENT16 = 0x81A5;
    [all...]
WebGLRenderingContext.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3D.cpp     [all...]
GraphicsContext3D.h 349 DEPTH_COMPONENT16 = 0x81A5,
    [all...]

Completed in 58 milliseconds