Home
last modified time | relevance | path

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

/dports/graphics/urho3d/Urho3D-1.7.1/Source/Urho3D/Graphics/OpenGL/
H A DOGLGraphics.cpp80 static const unsigned glCmpFunc[] = variable
655 glDepthFunc(glCmpFunc[depthTestMode_]); in BeginFrame()
1880 glDepthFunc(glCmpFunc[mode]); in SetDepthTest()
2057 glStencilFunc(glCmpFunc[mode], stencilRef, compareMask); in SetStencilTest()