MCPcopy Create free account
hub / github.com/comaps/comaps / SetStencilFunction

Method SetStencilFunction

libs/drape/oglcontext.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void OGLContext::SetStencilFunction(StencilFace face, TestFunction stencilFunction)
211{
212 GLFunctions::glStencilFuncSeparate(DecodeStencilFace(face), DecodeTestFunction(stencilFunction), 1, 1);
213}
214
215void OGLContext::SetStencilActions(StencilFace face, StencilAction stencilFailAction, StencilAction depthFailAction,
216 StencilAction passAction)

Callers 2

EndFrameMethod · 0.45

Calls 2

DecodeStencilFaceFunction · 0.85
DecodeTestFunctionFunction · 0.70

Tested by

no test coverage detected