Home
last modified time | relevance | path

Searched refs:PFNGLGETUNIFORMFVARBPROC (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dgetprocaddress.c1901 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform1fv()
1955 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform1f()
2115 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform2fv()
2169 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform2f()
2329 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform3fv()
2383 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform3f()
2542 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform4fv()
2595 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform4f()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dgetprocaddress.c1901 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform1fv()
1955 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform1f()
2115 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform2fv()
2169 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform2f()
2329 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform3fv()
2383 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform3f()
2542 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform4fv()
2595 DECLARE_GLFUNC_PTR(GetUniformfvARB, PFNGLGETUNIFORMFVARBPROC); in test_Uniform4f()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_util.c209 PFNGLGETUNIFORMFVARBPROC qglGetUniformfvARB = NULL;
567 qglGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)SDL_GL_GetProcAddress("glGetUniformfvARB"); in InitGLExtFuncs()
H A Dgl_util.h364 extern PFNGLGETUNIFORMFVARBPROC qglGetUniformfvARB;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dload_gl_extensions.h487 extern PFNGLGETUNIFORMFVARBPROC ELglGetUniformfvARB;
H A Dload_gl_extensions.c783 PFNGLGETUNIFORMFVARBPROC ELglGetUniformfvARB = NULL;
1024 …r = ((ELglGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)SDL_GL_GetProcAddress("glGetUniformfvARB")) … in el_init_GL_ARB_shader_objects()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dglext.cpp271 glx::PFNGLGETUNIFORMFVARBPROC glx::glGetUniformfvARB;
856 … glx::glGetUniformfvARB = (glx::PFNGLGETUNIFORMFVARBPROC) GET_GL_PROC_ADDRESS("glGetUniformfvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1113 …typedef void (APIENTRY* PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat… typedef
1153 extern PFNGLGETUNIFORMFVARBPROC glGetUniformfvARB;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dglext.cpp271 glx::PFNGLGETUNIFORMFVARBPROC glx::glGetUniformfvARB;
856 … glx::glGetUniformfvARB = (glx::PFNGLGETUNIFORMFVARBPROC) GET_GL_PROC_ADDRESS("glGetUniformfvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1113 …typedef void (APIENTRY* PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat… typedef
1153 extern PFNGLGETUNIFORMFVARBPROC glGetUniformfvARB;
/dports/games/el/Eternal-Lands-1.9.5.9-1/macosx/
H A Delglext.h1123 #ifndef PFNGLGETUNIFORMFVARBPROC
1124 …typedef void (* PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat *params… typedef
/dports/games/evq3/evq3/code/sdl/
H A Dsdl_glimp.c874 qglGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC) SDL_GL_GetProcAddress("glGetUniformfvARB"); in GLimp_InitExtensions()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengl.h382 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat … typedef
/dports/devel/sdl_gnat/sdl_gnat-2013/src/
H A Dsdl_sdl_opengl_h.ads5102 type PFNGLGETUNIFORMFVARBPROC is access procedure type
5106 pragma Convention (C, PFNGLGETUNIFORMFVARBPROC); -- ../include/SDL/SDL_opengl.h:4172
/dports/multimedia/obs-studio/obs-studio-27.1.3/deps/glad/src/
H A Dglad.c1439 PFNGLGETUNIFORMFVARBPROC glad_glGetUniformfvARB;
4056 glad_glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)load("glGetUniformfvARB"); in load_GL_ARB_shader_objects()
/dports/misc/usd/USD-21.11/pxr/imaging/garch/
H A DglApi.cpp1503 PFNGLGETUNIFORMFVARBPROC glGetUniformfvARB = NULL;
4715 glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC) loadFunction("glGetUniformfvARB"); in loadSymbols()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/glad/
H A Dglad.c1916 PFNGLGETUNIFORMFVARBPROC glad_glGetUniformfvARB;
4940 glad_glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)load("glGetUniformfvARB"); in load_GL_ARB_shader_objects()
/dports/games/kodi-addon-game.libretro.picodrive/game.libretro.picodrive-1.97.0.19-Matrix/depends/common/picodrive/platform/common/minimp3/player/
H A Dglad.c2701 PFNGLGETUNIFORMFVARBPROC glad_glGetUniformfvARB;
5956 glad_glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)load("glGetUniformfvARB"); in load_GL_ARB_shader_objects()
/dports/audio/minimp3/minimp3-ca7c706/player/
H A Dglad.c2701 PFNGLGETUNIFORMFVARBPROC glad_glGetUniformfvARB;
5956 glad_glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)load("glGetUniformfvARB"); in load_GL_ARB_shader_objects()
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A Dglew.c583 PFNGLGETUNIFORMFVARBPROC __glewGetUniformfvARB = NULL;
2496 …r = ((glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)glewGetProcAddress((const GLubyte*)"glGetUnifo… in _glewInit_GL_ARB_shader_objects()
H A Dglew.h2823 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo… typedef
9452 GLEW_FUN_EXPORT PFNGLGETUNIFORMFVARBPROC __glewGetUniformfvARB;
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/src/
H A Dglew.c578 PFNGLGETUNIFORMFVARBPROC __glewGetUniformfvARB = NULL;
2471 …r = ((glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)glewGetProcAddress((const GLubyte*)"glGetUnifo… in _glewInit_GL_ARB_shader_objects()
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/glad/src/
H A Dglad.c2863 PFNGLGETUNIFORMFVARBPROC glad_glGetUniformfvARB = NULL;
6420 glad_glGetUniformfvARB = (PFNGLGETUNIFORMFVARBPROC)load("glGetUniformfvARB"); in load_GL_ARB_shader_objects()
/dports/devel/love5/love-0.5-0/src/opengl/
H A DGLee.h3050 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat … typedef
3089 GLEE_EXTERN PFNGLGETUNIFORMFVARBPROC pglGetUniformfvARB;
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/include/GL/
H A Dglew.h2781 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo… typedef
9392 GLEW_FUN_EXPORT PFNGLGETUNIFORMFVARBPROC __glewGetUniformfvARB;

12345678910>>...15