Searched refs:setStencilParams (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 332 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | Context.cpp | 493 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es1::Context
|
D | libGLES_CM.cpp | 3561 context->setStencilParams(func, ref, mask); in StencilFunc()
|
/external/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()
|
/external/angle/src/libANGLE/ |
D | State.h | 211 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | State.cpp | 957 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
|
D | Context.cpp | 5578 mState.setStencilParams(func, clampedRef, mask); in stencilFuncSeparate()
|