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

  /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/ThirdParty/ANGLE/src/libGLESv2/
Context.h 159 GLenum stencilFunc;
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 922 void GraphicsContext3D::stencilFunc(GC3Denum func, GC3Dint ref, GC3Duint mask)
    [all...]
  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContext3DQt.cpp     [all...]

Completed in 175 milliseconds