Home
last modified time | relevance | path

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

/dports/games/uhexen2/hexen2source-1.5.9/engine/h2shared/
H A Dwgl_func.h44 #define wglGetProcAddress_fp wglGetProcAddress
H A Dgl_vidnt.c634 gl3DfxSetPaletteEXT_fp = (gl3DfxSetPaletteEXT_f) wglGetProcAddress_fp("gl3DfxSetPaletteEXT");
636 gl3DfxSetPaletteEXT_fp = (gl3DfxSetPaletteEXT_f) wglGetProcAddress_fp("3DFX_set_global_palette");
643 …gl3DfxSetPaletteEXT_fp = (gl3DfxSetPaletteEXT_f) wglGetProcAddress_fp("glSetGlobalPalettePOWERVR");
645 …gl3DfxSetPaletteEXT_fp = (gl3DfxSetPaletteEXT_f) wglGetProcAddress_fp("POWERVR_set_global_palette"…
685 glColorTableEXT_fp = (glColorTableEXT_f) wglGetProcAddress_fp("glColorTableEXT"); in CheckSharedTexturePalette()
741 GetDeviceGammaRamp_f = (GAMMA_RAMP_FN) wglGetProcAddress_fp("wglGetDeviceGammaRamp3DFX"); in VID_Check3dfxGamma()
742 SetDeviceGammaRamp_f = (GAMMA_RAMP_FN) wglGetProcAddress_fp("wglSetDeviceGammaRamp3DFX"); in VID_Check3dfxGamma()
794 glMultiTexCoord2fARB_fp = (glMultiTexCoord2fARB_f) wglGetProcAddress_fp("glMultiTexCoord2fARB"); in CheckMultiTextureExtensions()
795 glActiveTextureARB_fp = (glActiveTextureARB_f) wglGetProcAddress_fp("glActiveTextureARB"); in CheckMultiTextureExtensions()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/include/
H A Dloadgl.h227 typedef PROC (OGLFUNCCALL *wglGetProcAddress_fp)(LPCSTR); typedef
/dports/games/d2x/d2x-0.2.5/include/
H A Dloadgl.h770 typedef PROC (OGLFUNCCALL *wglGetProcAddress_fp)(LPCSTR); typedef
1136 DEFVAR wglGetProcAddress_fp dwglGetProcAddress;
1579 dwglGetProcAddress = (wglGetProcAddress_fp)dll_GetSymbol(OpenGLModuleHandle,"wglGetProcAddress"); in OpenGL_LoadLibrary()