Home
last modified time | relevance | path

Searched refs:PFNGLGENFENCESNVPROC (Results 201 – 225 of 534) sorted by relevance

12345678910>>...22

/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/include/GLES2/
H A Dgl2ext.h2757 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/GL/
H A Dglext.h4050 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/GL/
H A Dglext.h4050 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/libraries/win32/mingw32/include/GL/
H A Dglext.h4050 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/include/GLES2/
H A Dgl2ext.h2757 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/include/GLES2/
H A Dgl2ext.h2757 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/devel/emscripten/emscripten-2.0.3/system/include/GLES2/
H A Dgl2ext.h2772 typedef void (GL_APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/graphics/glfw2/glfw-2.7.9/support/d/imports/
H A Dgl.d4334 alias void (* PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); variable
/dports/cad/openctm/OpenCTM-1.0.3/tools/glew/GL/
H A Dglew.h7830 typedef void (GLAPIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint* fences); typedef
11514 GLEW_FUN_EXPORT PFNGLGENFENCESNVPROC __glewGenFencesNV;
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.h6902 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint * fences); typedef
6909 GLEE_EXTERN PFNGLGENFENCESNVPROC pglGenFencesNV;
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.h6902 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint * fences); typedef
6909 GLEE_EXTERN PFNGLGENFENCESNVPROC pglGenFencesNV;
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/include/glad/
H A Dglad.h7469 typedef void (APIENTRYP PFNGLGENFENCESNVPROC)(GLsizei, GLuint*); typedef
7470 GLAPI PFNGLGENFENCESNVPROC glad_glGenFencesNV;
/dports/games/libretro-2048/libretro-2048-35a299c/cairo/src/glew/GL/
H A Dglew.h7823 typedef void (GLAPIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint* fences); typedef
11507 GLEW_FUN_EXPORT PFNGLGENFENCESNVPROC __glewGenFencesNV;
/dports/games/cake/cake_src/cake/glsetup/
H A Dgl_NV_ext.h4680 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/games/memonix/MemonixSourceCode/src/
H A DGLext.h4680 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/x11-toolkits/gtkglext/gtkglext-1.2.0/gdk/glext/
H A Dglext.h4680 typedef void (APIENTRY * PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/graphics/blender/blender-2.91.0/extern/glew-es/src/
H A Dglew.c2508 PFNGLGENFENCESNVPROC __glewGenFencesNV = NULL;
3663 PFNGLGENFENCESNVPROC __glewGenFencesNV = NULL;
9165 …r = ((glGenFencesNV = (PFNGLGENFENCESNVPROC)glewGetProcAddress((const GLubyte*)"glGenFencesNV")) =… in _glewInit_GL_NV_fence()
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.h5619 typedef void (*PFNGLGENFENCESNVPROC) (GLsizei n, GLuint * fences); typedef
8722 GARCH_API extern PFNGLGENFENCESNVPROC glGenFencesNV;
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.c3202 PFNGLGENFENCESNVPROC pglGenFencesNV=_Lazy_glGenFencesNV;
7202 … if ((pglGenFencesNV = (PFNGLGENFENCESNVPROC) __GLeeGetProcAddress("glGenFencesNV"))!=0) nLinked++; in __GLeeLink_GL_NV_fence()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/
H A Dglew.c2005 PFNGLGENFENCESNVPROC __glewGenFencesNV = NULL;
7081 …r = ((glGenFencesNV = (PFNGLGENFENCESNVPROC)glewGetProcAddress((const GLubyte*)"glGenFencesNV")) =… in _glewInit_GL_NV_fence()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/
H A Dglew.cpp2017 PFNGLGENFENCESNVPROC __glewGenFencesNV = NULL;
7093 …r = ((glGenFencesNV = (PFNGLGENFENCESNVPROC)glewGetProcAddress((const GLubyte*)"glGenFencesNV")) =… in _glewInit_GL_NV_fence()
/dports/games/r1q2/r1q2-8012_5/ref_gl/
H A Dglext.h5113 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/games/ioquake3-server/ioquake3-1.36/code/SDL12/include/
H A DSDL_opengl.h5581 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/games/ioquake3/ioquake3-1.36/code/SDL12/include/
H A DSDL_opengl.h5581 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef
/dports/devel/sdl12/SDL-1.2.15/include/
H A DSDL_opengl.h5599 typedef void (APIENTRYP PFNGLGENFENCESNVPROC) (GLsizei n, GLuint *fences); typedef

12345678910>>...22