Searched refs:setStencilParams (Results 1 – 6 of 6) 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 | 464 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
|
D | Context.cpp | 482 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es2::Context
|
D | libGLESv2.cpp | 4395 context->setStencilParams(func, ref, mask); in StencilFuncSeparate()
|