Home
last modified time | relevance | path

Searched refs:setStencilParams (Results 1 – 9 of 9) 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.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()
/external/angle/src/libANGLE/
DState.h211 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
DState.cpp957 void State::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) in setStencilParams() function in gl::State
DContext.cpp5578 mState.setStencilParams(func, clampedRef, mask); in stencilFuncSeparate()