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

  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 160 GLint stencilRef;
263 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
Context.cpp 62 mState.stencilRef = 0;
489 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask)
492 mState.stencilRef != stencilRef ||
496 mState.stencilRef = (stencilRef > 0) ? stencilRef : 0;
    [all...]

Completed in 37 milliseconds