Home
last modified time | relevance | path

Searched refs:PFNGLBLENDCOLOREXTPROC (Results 26 – 50 of 366) sorted by relevance

12345678910>>...15

/dports/emulators/yuzu/yuzu-0b47f7a46/externals/glad/src/
H A Dglad.c3064 PFNGLBLENDCOLOREXTPROC glad_glBlendColorEXT = NULL;
6939 glad_glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)load("glBlendColorEXT"); in load_GL_EXT_blend_color()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A Dglew.h4181 typedef void (GLAPIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GL… typedef
9692 GLEW_FUN_EXPORT PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT;
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h3328 typedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcla… typedef
3329 GLEE_EXTERN PFNGLBLENDCOLOREXTPROC pglBlendColorEXT;
H A DGLee.c1825 PFNGLBLENDCOLOREXTPROC pglBlendColorEXT=_Lazy_glBlendColorEXT;
6085 …if ((pglBlendColorEXT = (PFNGLBLENDCOLOREXTPROC) __GLeeGetProcAddress("glBlendColorEXT"))!=0) nLin… in __GLeeLink_GL_EXT_blend_color()
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/include/GL/
H A Dglew.h4139 typedef void (GLAPIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GL… typedef
9632 GLEW_FUN_EXPORT PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT;
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/External/include/GL/
H A Dglew.h4181 typedef void (GLAPIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GL… typedef
9692 GLEW_FUN_EXPORT PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT;
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/glew/
H A Dglew.c927 PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT = NULL;
3597 …r = ((glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)glewGetProcAddress((const GLubyte*)"glBlendColorEX… in _glewInit_GL_EXT_blend_color()
/dports/cad/openctm/OpenCTM-1.0.3/tools/glew/
H A Dglew.c923 PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT = NULL;
3593 …r = ((glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)glewGetProcAddress((const GLubyte*)"glBlendColorEX… in _glewInit_GL_EXT_blend_color()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glad/src/
H A Dglad.c2676 PFNGLBLENDCOLOREXTPROC glad_glBlendColorEXT;
6572 glad_glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)load("glBlendColorEXT"); in load_GL_EXT_blend_color()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/glad/src/
H A Dglad.c3449 PFNGLBLENDCOLOREXTPROC glad_glBlendColorEXT = NULL;
7174 glad_glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)load("glBlendColorEXT"); in load_GL_EXT_blend_color()
/dports/emulators/citra/citra-ac98458e0/externals/glad/src/
H A Dglad.c3449 PFNGLBLENDCOLOREXTPROC glad_glBlendColorEXT = NULL;
7174 glad_glBlendColorEXT = (PFNGLBLENDCOLOREXTPROC)load("glBlendColorEXT"); in load_GL_EXT_blend_color()
/dports/games/q2pro/q2pro/win32-libs-vc8/include/GL/
H A Dglext.h2730 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/GL/
H A Dglext.h2715 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/GL/
H A Dglext.h2715 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/GL/
H A Dglext.h2715 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/graphics/glfw2/glfw-2.7.9/support/d/imports/
H A Dgl.d3772 alias void (* PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha); variable
/dports/cad/openctm/OpenCTM-1.0.3/tools/glew/GL/
H A Dglew.h4757 typedef void (GLAPIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GL… typedef
10939 GLEW_FUN_EXPORT PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT;
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.h4006 typedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcla… typedef
4007 GLEE_EXTERN PFNGLBLENDCOLOREXTPROC pglBlendColorEXT;
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.h4006 typedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcla… typedef
4007 GLEE_EXTERN PFNGLBLENDCOLOREXTPROC pglBlendColorEXT;
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/include/glad/
H A Dglad.h8731 typedef void (APIENTRYP PFNGLBLENDCOLOREXTPROC)(GLfloat, GLfloat, GLfloat, GLfloat); typedef
8732 GLAPI PFNGLBLENDCOLOREXTPROC glad_glBlendColorEXT;
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/glew/GL/
H A Dglew.h4750 typedef void (GLAPIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GL… typedef
10932 GLEW_FUN_EXPORT PFNGLBLENDCOLOREXTPROC __glewBlendColorEXT;
/dports/games/cake/cake_src/cake/glsetup/
H A Dgl_NV_ext.h3331 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/games/memonix/MemonixSourceCode/src/
H A DGLext.h3331 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/glext/
H A Dglext.h3331 typedef void (APIENTRY * PFNGLBLENDCOLOREXTPROC) (GLclampf red, GLclampf green, GLclampf blue, GLcl… typedef
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.h5134 typedef void (*PFNGLBLENDCOLOREXTPROC) (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha… typedef
8237 GARCH_API extern PFNGLBLENDCOLOREXTPROC glBlendColorEXT;

12345678910>>...15