Home
last modified time | relevance | path

Searched refs:PFNGLUNIFORM1FVARBPROC (Results 1 – 25 of 368) sorted by relevance

12345678910>>...15

/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dsdlglshader.c45 PFNGLUNIFORM1FVARBPROC glUniform1fv_ = NULL;
69 …glUniform1fv_ = (PFNGLUNIFORM1FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdl2glshader.c45 PFNGLUNIFORM1FVARBPROC glUniform1fv_ = NULL;
69 …glUniform1fv_ = (PFNGLUNIFORM1FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
H A Dsdlglshader2.c45 PFNGLUNIFORM1FVARBPROC glUniform1fv_ = NULL;
69 …glUniform1fv_ = (PFNGLUNIFORM1FVARBPROC) SDL_GL_GetProcAddress("glUni… in initARB()
/dports/emulators/mess/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h151 typedef void (APIENTRYP PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
175 extern PFNGLUNIFORM1FVARBPROC pfn_glUniform1fvARB;
H A Dgl_shader_tool.cpp35 PFNGLUNIFORM1FVARBPROC pfn_glUniform1fvARB= nullptr;
61 …pfn_glUniform1fvARB = (PFNGLUNIFORM1FVARBPROC) gl_ctx->getProcAddress ("glUniform1fvARB"… in gl_shader_loadExtention()
/dports/emulators/mame/mame-mame0226/src/osd/modules/opengl/
H A Dgl_shader_tool.h151 typedef void (APIENTRYP PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef
175 extern PFNGLUNIFORM1FVARBPROC pfn_glUniform1fvARB;
H A Dgl_shader_tool.cpp35 PFNGLUNIFORM1FVARBPROC pfn_glUniform1fvARB= nullptr;
61 …pfn_glUniform1fvARB = (PFNGLUNIFORM1FVARBPROC) gl_ctx->getProcAddress ("glUniform1fvARB"… in gl_shader_loadExtention()
/dports/java/java3d/java3d-1.5.2/j3d-core/src/native/ogl/
H A DGLSLInfo.h71 PFNGLUNIFORM1FVARBPROC pfnglUniform1fvARB;
H A DGLSLShaderProgram.c169 (PFNGLUNIFORM1FVARBPROC)dlsym(RTLD_DEFAULT, "glUniform1fvARB"); in checkGLSLShaderExtensions()
251 (PFNGLUNIFORM1FVARBPROC)wglGetProcAddress("glUniform1fvARB"); in checkGLSLShaderExtensions()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DShader.cpp39 PFNGLUNIFORM1FVARBPROC glUniform1fvARB = NULL;
96 glUniform1fvARB = (PFNGLUNIFORM1FVARBPROC)SDL_GL_GetProcAddress("glUniform1fvARB"); in staticInit()
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dglincludes.h89 GLEXT(PFNGLUNIFORM1FVARBPROC , glUniform1fv , 1) \
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_util.c192 PFNGLUNIFORM1FVARBPROC qglUniform1fvARB = NULL;
550 qglUniform1fvARB = (PFNGLUNIFORM1FVARBPROC)SDL_GL_GetProcAddress("glUniform1fvARB"); in InitGLExtFuncs()
H A Dgl_util.h347 extern PFNGLUNIFORM1FVARBPROC qglUniform1fvARB;
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dload_gl_extensions.h492 extern PFNGLUNIFORM1FVARBPROC ELglUniform1fvARB;
H A Dload_gl_extensions.c788 PFNGLUNIFORM1FVARBPROC ELglUniform1fvARB = NULL;
1029 …r = ((ELglUniform1fvARB = (PFNGLUNIFORM1FVARBPROC)SDL_GL_GetProcAddress("glUniform1fvARB")) != NUL… in el_init_GL_ARB_shader_objects()
/dports/astro/celestia-gtk/celestia-1.6.1/src/celengine/
H A Dglext.cpp254 glx::PFNGLUNIFORM1FVARBPROC glx::glUniform1fvARB;
839 glx::glUniform1fvARB = (glx::PFNGLUNIFORM1FVARBPROC) GET_GL_PROC_ADDRESS("glUniform1fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1096 …typedef void (APIENTRY* PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1136 extern PFNGLUNIFORM1FVARBPROC glUniform1fvARB;
/dports/astro/celestia/celestia-1.6.1/src/celengine/
H A Dglext.cpp254 glx::PFNGLUNIFORM1FVARBPROC glx::glUniform1fvARB;
839 glx::glUniform1fvARB = (glx::PFNGLUNIFORM1FVARBPROC) GET_GL_PROC_ADDRESS("glUniform1fvARB"); in InitExt_ARB_shader_objects()
H A Dglext.h1096 …typedef void (APIENTRY* PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *val… typedef
1136 extern PFNGLUNIFORM1FVARBPROC glUniform1fvARB;
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp450 pGlUniform1fvARB = (PFNGLUNIFORM1FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform1fvARB"); in initExtensions()
/dports/games/el/Eternal-Lands-1.9.5.9-1/macosx/
H A Delglext.h1138 #ifndef PFNGLUNIFORM1FVARBPROC
1139 typedef void (* PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *value); typedef
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCOpenGLExtensionHandler.cpp457 pGlUniform1fvARB = (PFNGLUNIFORM1FVARBPROC) IRR_OGL_LOAD_EXTENSION("glUniform1fvARB"); in initExtensions()
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dgetprocaddress.c1900 PFNGLUNIFORM1FVARBPROC Uniform1fvARB = (PFNGLUNIFORM1FVARBPROC) func; in test_Uniform1fv()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dgetprocaddress.c1900 PFNGLUNIFORM1FVARBPROC Uniform1fvARB = (PFNGLUNIFORM1FVARBPROC) func; in test_Uniform1fv()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/graphics/
H A Dgropengl.h365 typedef void (APIENTRYP PFNGLUNIFORM1FVARBPROC) (GLint location, GLsizei count, const GLfloat *valu… typedef

12345678910>>...15