Home
last modified time | relevance | path

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

/dports/games/avp/avp-20170505/src/
H A Doglfunc.h66 extern avpPFNGLCULLFACEPROC pglCullFace;
H A Doglfunc.c15 avpPFNGLCULLFACEPROC pglCullFace; variable
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/r_opengl/
H A Dr_opengl.c218 #define pglCullFace glCullFace macro
295 static PFNglCullFace pglCullFace; variable
472 GETOPENGLFUNC(pglCullFace, glCullFace) in SetupGLfunc()
2778 pglCullFace(GL_FRONT); in DrawModelEx()
2780 pglCullFace(GL_BACK); in DrawModelEx()
2786 pglCullFace(GL_FRONT); in DrawModelEx()
2790 pglCullFace(GL_BACK); in DrawModelEx()