Home
last modified time | relevance | path

Searched refs:stencilMask (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
DWebGLFramebuffer.cpp293 GC3Duint stencilMask = 0xffffffff; in initializeRenderbuffers() local
310 … g3d->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<GC3Dint*>(&stencilMask)); in initializeRenderbuffers()
312 g3d->stencilMask(0xffffffff); in initializeRenderbuffers()
331 g3d->stencilMask(stencilMask); in initializeRenderbuffers()
DWebGLRenderingContext.h190 void stencilMask(GC3Duint);
DWebGLRenderingContext.idl595 [StrictTypeChecking] void stencilMask(in unsigned long mask);
DWebGLRenderingContext.cpp2994 void WebGLRenderingContext::stencilMask(GC3Duint mask) in stencilMask() function in WebCore::WebGLRenderingContext
3000 m_context->stencilMask(mask); in stencilMask()
/external/webkit/Source/WebCore/platform/graphics/gpu/
DDrawingBuffer.cpp154 unsigned int stencilMask = 0xffffffff; in clearFramebuffer() local
167 …m_context->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<int*>(&stencilMask)); in clearFramebuffer()
186 m_context->stencilMaskSeparate(GraphicsContext3D::FRONT, stencilMask); in clearFramebuffer()
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
DContext.h161 GLuint stencilMask; member
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DContext.cpp63 mState.stencilMask = -1; in Context()
489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() argument
493 mState.stencilMask != stencilMask) in setStencilParams()
497 mState.stencilMask = stencilMask; in setStencilParams()
1207 … case GL_STENCIL_VALUE_MASK: *params = mState.stencilMask; break; in getIntegerv()
1817 mState.stencilMask != mState.stencilBackMask) in applyState()
1832 …rState(mState.frontFace == GL_CCW ? D3DRS_STENCILMASK : D3DRS_CCW_STENCILMASK, mState.stencilMask); in applyState()
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp266 GLuint stencilMask = 0xffffffff; in reshape() local
284 ::glGetIntegerv(GL_STENCIL_WRITEMASK, reinterpret_cast<GLint*>(&stencilMask)); in reshape()
303 ::glStencilMaskSeparate(GL_FRONT, stencilMask); in reshape()
934 void GraphicsContext3D::stencilMask(GC3Duint mask) in stencilMask() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DInternal.h185 void stencilMask(GC3Duint mask);
DGraphicsContext3DChromium.cpp607 DELEGATE_TO_IMPL_1(stencilMask, GC3Duint) in DELEGATE_TO_IMPL_3()
1072 DELEGATE_TO_INTERNAL_1(stencilMask, GC3Duint) in DELEGATE_TO_INTERNAL_2()
/external/webkit/Source/WebKit/chromium/public/
DWebGraphicsContext3D.h279 virtual void stencilMask(WGC3Duint mask) = 0;
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h716 void stencilMask(GC3Duint mask);
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp1222 void GraphicsContext3D::stencilMask(GC3Duint mask) in stencilMask() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1627155 (WebCore::WebGLRenderingContext::stencilMask):
31261 (WebCore::GraphicsContext3D::stencilMask):
31394 (WebCore::GraphicsContext3D::stencilMask):
34732 (WebCore::WebGLRenderingContext::stencilMask): Ditto.
DChangeLog-2010-12-0618654 (WebCore::WebGLRenderingContext::stencilMask): Cache mask value.
18844 (WebCore::WebGLRenderingContext::stencilMask):
57273 (WebCore::GraphicsContext3D::stencilMask):
61738 (WebCore::GraphicsContext3D::stencilMask):
61911 (WebCore::GraphicsContext3D::stencilMask):
DChangeLog-2010-05-2443496 (WebCore::GraphicsContext3D::stencilMask):