Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DContext.h470 …void setStencilBackOperations(GLenum stencilBackFail, GLenum stencilBackPassDepthFail, GLenum sten…
DContext.cpp546 void Context::setStencilBackOperations(GLenum stencilBackFail, GLenum stencilBackPassDepthFail, GLe… in setStencilBackOperations() function in es2::Context
DlibGLESv2.cpp5001 context->setStencilBackOperations(fail, zfail, zpass); in StencilOpSeparate()
/external/swiftshader/src/OpenGL/libGL/
DContext.h543 …void setStencilBackOperations(GLenum stencilBackFail, GLenum stencilBackPassDepthFail, GLenum sten…
DContext.cpp520 void Context::setStencilBackOperations(GLenum stencilBackFail, GLenum stencilBackPassDepthFail, GLe… in setStencilBackOperations() function in gl::Context
DlibGL.cpp4203 context->setStencilBackOperations(fail, zfail, zpass); in glStencilOpSeparate()