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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 167 GLint stencilBackRef;
264 void setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask);
Context.cpp 66 mState.stencilBackRef = 0;
502 void Context::setStencilBackParams(GLenum stencilBackFunc, GLint stencilBackRef, GLuint stencilBackMask)
505 mState.stencilBackRef != stencilBackRef ||
509 mState.stencilBackRef = (stencilBackRef > 0) ? stencilBackRef : 0;
    [all...]

Completed in 186 milliseconds