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

  /external/webkit/Source/WebCore/html/canvas/
WebGLFramebuffer.cpp 293 GC3Duint stencilMask = 0xffffffff;
310 g3d->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<GC3Dint*>(&stencilMask));
312 g3d->stencilMask(0xffffffff);
331 g3d->stencilMask(stencilMask);
WebGLRenderingContext.h 190 void stencilMask(GC3Duint);
556 // Helper function to validate if front/back stencilMask and stencilFunc settings are the same.
WebGLRenderingContext.idl     [all...]
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
DrawingBuffer.cpp 154 unsigned int stencilMask = 0xffffffff;
167 m_context->getIntegerv(GraphicsContext3D::STENCIL_WRITEMASK, reinterpret_cast<int*>(&stencilMask));
186 m_context->stencilMaskSeparate(GraphicsContext3D::FRONT, stencilMask);
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 161 GLuint stencilMask;
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
Context.cpp 63 mState.stencilMask = -1;
489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
493 mState.stencilMask != stencilMask)
497 mState.stencilMask = stencilMask;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 176 IGLProperty stencilMask = new GLIntegerProperty(GLStateType.STENCIL_VALUE_MASK,
198 stencilMask, stencilRef, stencilFail,
  /system/core/include/pixelflinger/
pixelflinger.h 283 void (*stencilMask)(void* c, GGLuint mask);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 266 GLuint stencilMask = 0xffffffff;
284 ::glGetIntegerv(GL_STENCIL_WRITEMASK, reinterpret_cast<GLint*>(&stencilMask));
303 ::glStencilMaskSeparate(GL_FRONT, stencilMask);
934 void GraphicsContext3D::stencilMask(GC3Duint mask)
    [all...]
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 279 virtual void stencilMask(WGC3Duint mask) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 185 void stencilMask(GC3Duint mask);
GraphicsContext3DChromium.cpp 607 DELEGATE_TO_IMPL_1(stencilMask, GC3Duint)
    [all...]
  /frameworks/native/opengl/libagl/
state.cpp 541 c->rasterizer.procs.stencilMask(c, mask);
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext3D.h 716 void stencilMask(GC3Duint mask);
    [all...]
  /system/core/libpixelflinger/
pixelflinger.cpp 777 GGL_INIT_PROC(procs, stencilMask);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 715 milliseconds