Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h436 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DContext.cpp483 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es2::Context
DlibGLESv2.cpp4374 context->setStencilParams(func, ref, mask); in StencilFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DState.h211 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DState.cpp1033 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
DContext.cpp5673 mState.setStencilParams(func, clampedRef, mask); in stencilFuncSeparate()