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

  /external/swiftshader/src/OpenGL/libGL/
Context.h 446 GLenum stencilBackFunc;
539 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
Context.cpp 78 mState.stencilBackFunc = GL_ALWAYS;
476 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask)
478 if(mState.stencilBackFunc != stencilBackFunc ||
482 mState.stencilBackFunc = stencilBackFunc;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
GLState.java 186 IGLProperty stencilBackFunc = new GLEnumProperty(GLStateType.STENCIL_BACK_FUNC,
201 stencilBackFunc, stencilBackValueMask,
  /external/swiftshader/src/OpenGL/libGLESv2/
Context.cpp 80 mState.stencilBackFunc = GL_ALWAYS;
502 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask)
504 if(mState.stencilBackFunc != stencilBackFunc ||
508 mState.stencilBackFunc = stencilBackFunc;
    [all...]
Context.h 356 GLenum stencilBackFunc;
466 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);

Completed in 153 milliseconds