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

Function DecodeStencilFace

libs/drape/oglcontext.cpp:31–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31glConst DecodeStencilFace(StencilFace stencilFace)
32{
33 switch (stencilFace)
34 {
35 case StencilFace::Front: return gl_const::GLFront;
36 case StencilFace::Back: return gl_const::GLBack;
37 case StencilFace::FrontAndBack: return gl_const::GLFrontAndBack;
38 }
39 UNREACHABLE();
40}
41
42glConst DecodeStencilAction(StencilAction stencilAction)
43{

Callers 2

SetStencilFunctionMethod · 0.85
SetStencilActionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected