/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLFramebuffer.cpp | 293 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()
|
D | WebGLRenderingContext.h | 190 void stencilMask(GC3Duint);
|
D | WebGLRenderingContext.idl | 595 [StrictTypeChecking] void stencilMask(in unsigned long mask);
|
D | WebGLRenderingContext.cpp | 2994 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/ |
D | DrawingBuffer.cpp | 154 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/ |
D | Context.h | 161 GLuint stencilMask; member 263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | Context.cpp | 63 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/ |
D | GraphicsContext3DOpenGL.cpp | 266 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/ |
D | GraphicsContext3DInternal.h | 185 void stencilMask(GC3Duint mask);
|
D | GraphicsContext3DChromium.cpp | 607 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/ |
D | WebGraphicsContext3D.h | 279 virtual void stencilMask(WGC3Duint mask) = 0;
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext3D.h | 716 void stencilMask(GC3Duint mask);
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 1222 void GraphicsContext3D::stencilMask(GC3Duint mask) in stencilMask() function in WebCore::GraphicsContext3D
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2011-02-16 | 27155 (WebCore::WebGLRenderingContext::stencilMask): 31261 (WebCore::GraphicsContext3D::stencilMask): 31394 (WebCore::GraphicsContext3D::stencilMask): 34732 (WebCore::WebGLRenderingContext::stencilMask): Ditto.
|
D | ChangeLog-2010-12-06 | 18654 (WebCore::WebGLRenderingContext::stencilMask): Cache mask value. 18844 (WebCore::WebGLRenderingContext::stencilMask): 57273 (WebCore::GraphicsContext3D::stencilMask): 61738 (WebCore::GraphicsContext3D::stencilMask): 61911 (WebCore::GraphicsContext3D::stencilMask):
|
D | ChangeLog-2010-05-24 | 43496 (WebCore::GraphicsContext3D::stencilMask):
|