Searched refs:setStencilOperations (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 334 …void setStencilOperations(GLenum stencilFail, GLenum stencilPassDepthFail, GLenum stencilPassDepth…
|
D | Context.cpp | 515 void Context::setStencilOperations(GLenum stencilFail, GLenum stencilPassDepthFail, GLenum stencilP… in setStencilOperations() function in es1::Context
|
D | libGLES_CM.cpp | 3630 context->setStencilOperations(fail, zfail, zpass); in StencilOp()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | Context.h | 468 …void setStencilOperations(GLenum stencilFail, GLenum stencilPassDepthFail, GLenum stencilPassDepth…
|
D | Context.cpp | 526 void Context::setStencilOperations(GLenum stencilFail, GLenum stencilPassDepthFail, GLenum stencilP… in setStencilOperations() function in es2::Context
|
D | libGLESv2.cpp | 4511 context->setStencilOperations(fail, zfail, zpass); in StencilOpSeparate()
|