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

  /external/deqp/framework/opengl/simplereference/
sglrGLContext.cpp 505 void GLContext::stencilFunc (deUint32 func, int ref, deUint32 mask)
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 176 IGLProperty stencilFunc = new GLEnumProperty(GLStateType.STENCIL_FUNC, GLEnum.GL_ALWAYS);
198 stencilTest, stencilFunc,
  /external/swiftshader/src/OpenGL/libGL/
Context.h 439 GLenum stencilFunc;
538 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 236 GLenum stencilFunc;
332 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.h 353 GLenum stencilFunc;
464 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
  /external/skia/src/gpu/gl/
GrGLTestInterface.h 140 virtual GrGLvoid stencilFunc(GrGLenum func, GrGLint ref, GrGLuint mask) {}
    [all...]
  /external/skqp/src/gpu/gl/
GrGLTestInterface.h 140 virtual GrGLvoid stencilFunc(GrGLenum func, GrGLint ref, GrGLuint mask) {}
    [all...]

Completed in 99 milliseconds