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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 159 GLenum stencilFunc;
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
Context.cpp 61 mState.stencilFunc = GL_ALWAYS;
489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
491 if (mState.stencilFunc != stencilFunc ||
495 mState.stencilFunc = stencilFunc;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 175 IGLProperty stencilFunc = new GLEnumProperty(GLStateType.STENCIL_FUNC, GLEnum.GL_ALWAYS);
197 stencilTest, stencilFunc,
  /external/webkit/Source/WebKit/chromium/public/
WebGraphicsContext3D.h 277 virtual void stencilFunc(WGC3Denum func, WGC3Dint ref, WGC3Duint mask) = 0;
  /external/webkit/Source/WebKit/chromium/src/
GraphicsContext3DInternal.h 183 void stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask);
GraphicsContext3DChromium.cpp 605 DELEGATE_TO_IMPL_3(stencilFunc, GC3Denum, GC3Dint, GC3Duint)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 877 m_context->graphicsContext3D()->stencilFunc(GraphicsContext3D::NEVER, 1, 1);
878 checkGLError("stencilFunc");
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 188 void stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask);
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/
GraphicsContext3D.h 714 void stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 922 void GraphicsContext3D::stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask)
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 82 milliseconds