Home
last modified time | relevance | path

Searched refs:STENCIL_ATTACHMENT (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp102 case GraphicsContext3D::STENCIL_ATTACHMENT: in setAttachment()
126 case GraphicsContext3D::STENCIL_ATTACHMENT: in setAttachment()
146 case GraphicsContext3D::STENCIL_ATTACHMENT: in getAttachment()
DWebGLRenderingContext.cpp1736 …m_context->framebufferRenderbuffer(target, GraphicsContext3D::STENCIL_ATTACHMENT, renderbuffertarg… in framebufferRenderbuffer()
1747 case GraphicsContext3D::STENCIL_ATTACHMENT: in framebufferRenderbuffer()
1762 … object = objectOrZero(m_framebufferBinding->getAttachment(GraphicsContext3D::STENCIL_ATTACHMENT)); in framebufferRenderbuffer()
1764 …m_context->framebufferRenderbuffer(target, GraphicsContext3D::STENCIL_ATTACHMENT, renderbuffertarg… in framebufferRenderbuffer()
1774 …m_context->framebufferRenderbuffer(target, GraphicsContext3D::STENCIL_ATTACHMENT, renderbuffertarg… in framebufferRenderbuffer()
4475 case GraphicsContext3D::STENCIL_ATTACHMENT: in validateFramebufferFuncParameters()
DWebGLRenderingContext.idl429 const unsigned int STENCIL_ATTACHMENT = 0x8D20;
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp120 …ferRenderbuffer(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::STENCIL_ATTACHMENT, GraphicsCon… in resizeDepthStencil()
141 …ferRenderbuffer(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::STENCIL_ATTACHMENT, GraphicsCon… in resizeDepthStencil()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h399 STENCIL_ATTACHMENT = 0x8D20, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp516 …ferRenderbuffer(GraphicsContext3D::FRAMEBUFFER, GraphicsContext3D::STENCIL_ATTACHMENT, GraphicsCon… in reshape()