Home
last modified time | relevance | path

Searched refs:PFNGLUNIFORM2FVARBPROC (Results 1 – 25 of 369) sorted by relevance

12345678910>>...15

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dsdlglshader.c46 PFNGLUNIFORM2FVARBPROC glUniform2fv_ = NULL;
70 …glUniform2fv_ = (PFNGLUNIFORM2FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdl2glshader.c46 PFNGLUNIFORM2FVARBPROC glUniform2fv_ = NULL;
70 …glUniform2fv_ = (PFNGLUNIFORM2FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdlglshader2.c46 PFNGLUNIFORM2FVARBPROC glUniform2fv_ = NULL;
70 …glUniform2fv_ = (PFNGLUNIFORM2FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
/dports/emulators/mess/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h152 typedef void (APIENTRYP PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
176 extern PFNGLUNIFORM2FVARBPROC pfn_glUniform2fvARB;
H A Dgl_shader_tool.cpp36 PFNGLUNIFORM2FVARBPROC pfn_glUniform2fvARB= nullptr;
62 …pfn_glUniform2fvARB = (PFNGLUNIFORM2FVARBPROC) gl_ctx->getProcAddress ("glUniform2fvARB"… in gl_shader_loadExtention()
/dports/emulators/mame/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h152 typedef void (APIENTRYP PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
176 extern PFNGLUNIFORM2FVARBPROC pfn_glUniform2fvARB;
H A Dgl_shader_tool.cpp36 PFNGLUNIFORM2FVARBPROC pfn_glUniform2fvARB= nullptr;
62 …pfn_glUniform2fvARB = (PFNGLUNIFORM2FVARBPROC) gl_ctx->getProcAddress ("glUniform2fvARB"… in gl_shader_loadExtention()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A DGLSLInfo.h73 PFNGLUNIFORM2FVARBPROC pfnglUniform2fvARB;
H A DGLSLShaderProgram.c173 (PFNGLUNIFORM2FVARBPROC)dlsym(RTLD_DEFAULT, "glUniform2fvARB"); in checkGLSLShaderExtensions()
255 (PFNGLUNIFORM2FVARBPROC)wglGetProcAddress("glUniform2fvARB"); in checkGLSLShaderExtensions()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DShader.cpp40 PFNGLUNIFORM2FVARBPROC glUniform2fvARB = NULL;
97 glUniform2fvARB = (PFNGLUNIFORM2FVARBPROC)SDL_GL_GetProcAddress("glUniform2fvARB"); in staticInit()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dglincludes.h90 GLEXT(PFNGLUNIFORM2FVARBPROC , glUniform2fv , 1) \
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_util.c193 PFNGLUNIFORM2FVARBPROC qglUniform2fvARB = NULL;
551 qglUniform2fvARB = (PFNGLUNIFORM2FVARBPROC)SDL_GL_GetProcAddress("glUniform2fvARB"); in InitGLExtFuncs()
H A Dgl_util.h348 extern PFNGLUNIFORM2FVARBPROC qglUniform2fvARB;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dload_gl_extensions.h496 extern PFNGLUNIFORM2FVARBPROC ELglUniform2fvARB;
H A Dload_gl_extensions.c792 PFNGLUNIFORM2FVARBPROC ELglUniform2fvARB = NULL;
1033 …r = ((ELglUniform2fvARB = (PFNGLUNIFORM2FVARBPROC)SDL_GL_GetProcAddress("glUniform2fvARB")) != NUL… in el_init_GL_ARB_shader_objects()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dglext.cpp255 glx::PFNGLUNIFORM2FVARBPROC glx::glUniform2fvARB;
840 glx::glUniform2fvARB = (glx::PFNGLUNIFORM2FVARBPROC) GET_GL_PROC_ADDRESS("glUniform2fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1097 …typedef void (APIENTRY* PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1137 extern PFNGLUNIFORM2FVARBPROC glUniform2fvARB;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dglext.cpp255 glx::PFNGLUNIFORM2FVARBPROC glx::glUniform2fvARB;
840 glx::glUniform2fvARB = (glx::PFNGLUNIFORM2FVARBPROC) GET_GL_PROC_ADDRESS("glUniform2fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1097 …typedef void (APIENTRY* PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1137 extern PFNGLUNIFORM2FVARBPROC glUniform2fvARB;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp451 pGlUniform2fvARB = (PFNGLUNIFORM2FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform2fvARB"); in initExtensions()
/dports/games/el/Eternal-Lands-1.9.5.9-1/macosx/
H A Delglext.h1150 #ifndef PFNGLUNIFORM2FVARBPROC
1151 typedef void (* PFNGLUNIFORM2FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); typedef
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp458 pGlUniform2fvARB = (PFNGLUNIFORM2FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform2fvARB"); in initExtensions()
/dports/games/evq3/evq3/code/sdl/
H A Dsdl_glimp.c859 qglUniform2fvARB = (PFNGLUNIFORM2FVARBPROC) SDL_GL_GetProcAddress("glUniform2fvARB"); in GLimp_InitExtensions()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dgetprocaddress.c2114 PFNGLUNIFORM2FVARBPROC Uniform2fvARB = (PFNGLUNIFORM2FVARBPROC) func; in test_Uniform2fv()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dgetprocaddress.c2114 PFNGLUNIFORM2FVARBPROC Uniform2fvARB = (PFNGLUNIFORM2FVARBPROC) func; in test_Uniform2fv()

12345678910>>...15