Home
last modified time | relevance | path

Searched refs:setStencilParams (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
DState.h83 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DState.cpp397 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
DlibGLESv2.cpp3938 context->getState().setStencilParams(func, ref, mask); in glStencilFuncSeparate()