Home
last modified time | relevance | path

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

/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dloadgl.h183 typedef void (OGLFUNCCALL *glCullFace_fp)(GLenum mode); typedef
237 DEFVAR glCullFace_fp dglCullFace;
374 dglCullFace = reinterpret_cast<glCullFace_fp>(dll_GetSymbol(OpenGLModuleHandle,"glCullFace")); in OpenGL_LoadLibrary()
/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dgl_func.h162 #define glCullFace_fp glCullFace
H A Dgl_draw.c824 glCullFace_fp(GL_FRONT); in Draw_AlphaPic()
1158 glCullFace_fp(GL_FRONT); in Draw_ConsolePic()
H A Dgl_viddos.c776 glCullFace_fp(GL_FRONT); in GL_Init()
H A Dgl_vidsdl.c982 glCullFace_fp(GL_FRONT); in GL_Init()
H A Dgl_vidamiga.c967 glCullFace_fp(GL_FRONT); in GL_Init()
H A Dgl_vidnt.c1061 glCullFace_fp(GL_FRONT); in GL_Init()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexen2/
H A Dgl_rmain.c1737 glCullFace_fp(GL_BACK); in R_SetupGL()
1740 glCullFace_fp(GL_FRONT); in R_SetupGL()
1920 glCullFace_fp(GL_FRONT); in R_Mirror()
/dports/games/uhexen2/hexen2source-1.5.9/engine/hexenworld/client/
H A Dgl_rmain.c1818 glCullFace_fp(GL_BACK); in R_SetupGL()
1821 glCullFace_fp(GL_FRONT); in R_SetupGL()
2001 glCullFace_fp(GL_FRONT);
/dports/games/d2x/d2x-0.2.5/include/
H A Dloadgl.h478 typedef void (OGLFUNCCALL *glCullFace_fp)(GLenum mode); typedef
844 DEFVAR glCullFace_fp dglCullFace;
1292 dglCullFace = (glCullFace_fp)dll_GetSymbol(OpenGLModuleHandle,"glCullFace"); in OpenGL_LoadLibrary()