Searched refs:setStencilParams (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 436 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | Context.cpp | 483 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es2::Context
|
D | libGLESv2.cpp | 4374 context->setStencilParams(func, ref, mask); in StencilFuncSeparate()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | State.h | 211 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | State.cpp | 1033 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
|
D | Context.cpp | 5673 mState.setStencilParams(func, clampedRef, mask); in stencilFuncSeparate()
|