Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h332 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DContext.cpp493 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es1::Context
DlibGLES_CM.cpp3561 context->setStencilParams(func, ref, mask); in StencilFunc()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h464 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DContext.cpp482 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in es2::Context
DlibGLESv2.cpp4395 context->setStencilParams(func, ref, mask); in StencilFuncSeparate()