Home
last modified time | relevance | path

Searched refs:PFNGLUNIFORM3FVARBPROC (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dsdlglshader.c47 PFNGLUNIFORM3FVARBPROC glUniform3fv_ = NULL;
71 …glUniform3fv_ = (PFNGLUNIFORM3FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdl2glshader.c47 PFNGLUNIFORM3FVARBPROC glUniform3fv_ = NULL;
71 …glUniform3fv_ = (PFNGLUNIFORM3FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdlglshader2.c47 PFNGLUNIFORM3FVARBPROC glUniform3fv_ = NULL;
71 …glUniform3fv_ = (PFNGLUNIFORM3FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
/dports/emulators/mess/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h153 typedef void (APIENTRYP PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
177 extern PFNGLUNIFORM3FVARBPROC pfn_glUniform3fvARB;
H A Dgl_shader_tool.cpp37 PFNGLUNIFORM3FVARBPROC pfn_glUniform3fvARB= nullptr;
63 …pfn_glUniform3fvARB = (PFNGLUNIFORM3FVARBPROC) gl_ctx->getProcAddress ("glUniform3fvARB"… in gl_shader_loadExtention()
/dports/emulators/mame/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h153 typedef void (APIENTRYP PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
177 extern PFNGLUNIFORM3FVARBPROC pfn_glUniform3fvARB;
H A Dgl_shader_tool.cpp37 PFNGLUNIFORM3FVARBPROC pfn_glUniform3fvARB= nullptr;
63 …pfn_glUniform3fvARB = (PFNGLUNIFORM3FVARBPROC) gl_ctx->getProcAddress ("glUniform3fvARB"… in gl_shader_loadExtention()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A DGLSLInfo.h75 PFNGLUNIFORM3FVARBPROC pfnglUniform3fvARB;
H A DGLSLShaderProgram.c177 (PFNGLUNIFORM3FVARBPROC)dlsym(RTLD_DEFAULT, "glUniform3fvARB"); in checkGLSLShaderExtensions()
259 (PFNGLUNIFORM3FVARBPROC)wglGetProcAddress("glUniform3fvARB"); in checkGLSLShaderExtensions()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropenglextension.h240 #define PFNGLUNIFORM3FVARBPROC glUniform3fvARBProcPtr macro
309 #define vglUniform3fvARB GLEXT_CALL( OGL_UNIFORM3FV, PFNGLUNIFORM3FVARBPROC )
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DShader.cpp41 PFNGLUNIFORM3FVARBPROC glUniform3fvARB = NULL;
98 glUniform3fvARB = (PFNGLUNIFORM3FVARBPROC)SDL_GL_GetProcAddress("glUniform3fvARB"); in staticInit()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dglincludes.h91 GLEXT(PFNGLUNIFORM3FVARBPROC , glUniform3fv , 1) \
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_util.c194 PFNGLUNIFORM3FVARBPROC qglUniform3fvARB = NULL;
552 qglUniform3fvARB = (PFNGLUNIFORM3FVARBPROC)SDL_GL_GetProcAddress("glUniform3fvARB"); in InitGLExtFuncs()
H A Dgl_util.h349 extern PFNGLUNIFORM3FVARBPROC qglUniform3fvARB;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dload_gl_extensions.h500 extern PFNGLUNIFORM3FVARBPROC ELglUniform3fvARB;
H A Dload_gl_extensions.c796 PFNGLUNIFORM3FVARBPROC ELglUniform3fvARB = NULL;
1037 …r = ((ELglUniform3fvARB = (PFNGLUNIFORM3FVARBPROC)SDL_GL_GetProcAddress("glUniform3fvARB")) != NUL… in el_init_GL_ARB_shader_objects()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dglext.cpp256 glx::PFNGLUNIFORM3FVARBPROC glx::glUniform3fvARB;
841 glx::glUniform3fvARB = (glx::PFNGLUNIFORM3FVARBPROC) GET_GL_PROC_ADDRESS("glUniform3fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1098 …typedef void (APIENTRY* PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1138 extern PFNGLUNIFORM3FVARBPROC glUniform3fvARB;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dglext.cpp256 glx::PFNGLUNIFORM3FVARBPROC glx::glUniform3fvARB;
841 glx::glUniform3fvARB = (glx::PFNGLUNIFORM3FVARBPROC) GET_GL_PROC_ADDRESS("glUniform3fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1098 …typedef void (APIENTRY* PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1138 extern PFNGLUNIFORM3FVARBPROC glUniform3fvARB;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp452 pGlUniform3fvARB = (PFNGLUNIFORM3FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform3fvARB"); in initExtensions()
/dports/games/el/Eternal-Lands-1.9.5.9-1/macosx/
H A Delglext.h1162 #ifndef PFNGLUNIFORM3FVARBPROC
1163 typedef void (* PFNGLUNIFORM3FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); typedef
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp459 pGlUniform3fvARB = (PFNGLUNIFORM3FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform3fvARB"); in initExtensions()
/dports/games/evq3/evq3/code/sdl/
H A Dsdl_glimp.c860 qglUniform3fvARB = (PFNGLUNIFORM3FVARBPROC) SDL_GL_GetProcAddress("glUniform3fvARB"); in GLimp_InitExtensions()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dgetprocaddress.c2328 PFNGLUNIFORM3FVARBPROC Uniform3fvARB = (PFNGLUNIFORM3FVARBPROC) func; in test_Uniform3fv()

12345678910>>...15