Searched refs:setStencilParams (Results 1 - 9 of 9) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.h332 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
H A DContext.cpp493 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) function in class:es1::Context
H A DlibGLES_CM.cpp3556 context->setStencilParams(func, ref, mask);
/external/swiftshader/src/OpenGL/libGL/
H A DContext.h538 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
H A DContext.cpp463 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) function in class:gl::Context
H A DlibGL.cpp4053 context->setStencilParams(func, ref, mask);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.h464 void setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask);
H A DContext.cpp482 void Context::setStencilParams(GLenum stencilFunc, GLint stencilRef, GLuint stencilMask) function in class:es2::Context
H A DlibGLESv2.cpp4818 context->setStencilParams(func, ref, mask);

Completed in 357 milliseconds