Home
last modified time | relevance | path

Searched refs:programObj (Results 201 – 225 of 431) sorted by relevance

12345678910>>...18

/dports/graphics/libprojectm/projectm-3.1.12/src/museum/projectM-iTunes-VizKit/source/win/
H A Dglext.h4222 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
4223 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
4224 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
4248 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
4249 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
4250 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
4251 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
4262 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, cons…
4263 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei…
4264 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/GL/
H A Dglext.h4411 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
4412 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
4413 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
4437 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
4438 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
4439 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
4440 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
4451 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, cons…
4452 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei…
4453 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/GL/
H A Dglext.h7479 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7480 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7481 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7505 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7507 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7508 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7519 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7520 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7521 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7557 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/devel/love07/love-HEAD/src/modules/graphics/opengl/
H A DGLee.c1831 …Lazy_glLinkProgramARB(GLhandleARB programObj) {if (GLeeInit()) glLinkP… in _Lazy_glLinkProgramARB() argument
1832 …glUseProgramObjectARB(GLhandleARB programObj) {if (GLeeInit()) glUseProgram… in _Lazy_glUseProgramObjectARB() argument
1833 …_glValidateProgramARB(GLhandleARB programObj) {if (GLeeInit()) glValidateP… in _Lazy_glValidateProgramARB() argument
1857 …iformLocationARB(GLhandleARB programObj, const GLcharARB * name) {if (GLeeInit()) return glGetUni… in _Lazy_glGetUniformLocationARB() argument
1858programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLchar… in _Lazy_glGetActiveUniformARB() argument
1859 …glGetUniformfvARB(GLhandleARB programObj, GLint location, GLfloat * params) {if (GLeeInit()) glGe… in _Lazy_glGetUniformfvARB() argument
1860 …_glGetUniformivARB(GLhandleARB programObj, GLint location, GLint * params) {if (GLeeInit()) glGet… in _Lazy_glGetUniformivARB() argument
1906 …bLocationARB(GLhandleARB programObj, GLuint index, const GLcharARB * name) {if (GLeeInit()) glBin… in _Lazy_glBindAttribLocationARB() argument
1907programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLchar… in _Lazy_glGetActiveAttribARB() argument
1908 …ttribLocationARB(GLhandleARB programObj, const GLcharARB * name) {if (GLeeInit()) return glGetAtt… in _Lazy_glGetAttribLocationARB() argument
/dports/devel/love08/love-0.8.0/src/modules/graphics/opengl/
H A DGLee.c1831 …Lazy_glLinkProgramARB(GLhandleARB programObj) {if (GLeeInit()) glLinkP… in _Lazy_glLinkProgramARB() argument
1832 …glUseProgramObjectARB(GLhandleARB programObj) {if (GLeeInit()) glUseProgram… in _Lazy_glUseProgramObjectARB() argument
1833 …_glValidateProgramARB(GLhandleARB programObj) {if (GLeeInit()) glValidateP… in _Lazy_glValidateProgramARB() argument
1857 …iformLocationARB(GLhandleARB programObj, const GLcharARB * name) {if (GLeeInit()) return glGetUni… in _Lazy_glGetUniformLocationARB() argument
1858programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLchar… in _Lazy_glGetActiveUniformARB() argument
1859 …glGetUniformfvARB(GLhandleARB programObj, GLint location, GLfloat * params) {if (GLeeInit()) glGe… in _Lazy_glGetUniformfvARB() argument
1860 …_glGetUniformivARB(GLhandleARB programObj, GLint location, GLint * params) {if (GLeeInit()) glGet… in _Lazy_glGetUniformivARB() argument
1906 …bLocationARB(GLhandleARB programObj, GLuint index, const GLcharARB * name) {if (GLeeInit()) glBin… in _Lazy_glBindAttribLocationARB() argument
1907programObj, GLuint index, GLsizei maxLength, GLsizei * length, GLint * size, GLenum * type, GLchar… in _Lazy_glGetActiveAttribARB() argument
1908 …ttribLocationARB(GLhandleARB programObj, const GLcharARB * name) {if (GLeeInit()) return glGetAtt… in _Lazy_glGetAttribLocationARB() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/mesa_headers/GL/
H A Dglext.h7490 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7491 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7492 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7516 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7518 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7519 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7530 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7531 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7532 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7568 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro/msvc/GL/
H A Dglext.h7483 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7484 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7485 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7509 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7511 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7512 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7523 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7524 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7525 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7561 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/mesa_headers/GL/
H A Dglext.h7490 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7491 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7492 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7516 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7518 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7519 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7530 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7531 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7532 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7568 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/GL/
H A Dglext.h7486 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7487 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7488 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7512 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7514 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7515 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7526 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7527 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7528 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7564 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/include/GL/
H A Dglext.h7480 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
7481 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
7482 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
7506 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
7508 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
7509 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
7520 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
7521 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
7522 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
7558 GLAPI GLint APIENTRY glGetAttribLocationARB (GLhandleARB programObj, const GLcharARB *name);
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/3rdparty/libprojectm/
H A Dglew.h1762 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONPROC) (GLint programObj, const GLchar* name);
2815 typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLs…
2822 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharAR…
2823 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo…
2824 typedef void (GLAPIENTRY * PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint…
2825 typedef void (GLAPIENTRY * PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
2846 typedef void (GLAPIENTRY * PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
2847 typedef void (GLAPIENTRY * PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3520 typedef void (GLAPIENTRY * PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, c…
3521 typedef void (GLAPIENTRY * PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsi…
[all …]
/dports/games/edge/Edge-1.35-source/lib_win32/glew-1.4/include/GL/
H A Dglew.h1744 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONPROC) (GLint programObj, const GLchar* name);
2773 typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLs…
2780 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharAR…
2781 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo…
2782 typedef void (GLAPIENTRY * PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint…
2783 typedef void (GLAPIENTRY * PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
2804 typedef void (GLAPIENTRY * PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
2805 typedef void (GLAPIENTRY * PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3478 typedef void (GLAPIENTRY * PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, c…
3479 typedef void (GLAPIENTRY * PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsi…
[all …]
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/DXTCompressor/External/include/GL/
H A Dglew.h1762 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONPROC) (GLint programObj, const GLchar* name);
2815 typedef void (GLAPIENTRY * PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLs…
2822 typedef GLint (GLAPIENTRY * PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharAR…
2823 typedef void (GLAPIENTRY * PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLflo…
2824 typedef void (GLAPIENTRY * PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint…
2825 typedef void (GLAPIENTRY * PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
2846 typedef void (GLAPIENTRY * PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
2847 typedef void (GLAPIENTRY * PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3520 typedef void (GLAPIENTRY * PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, c…
3521 typedef void (GLAPIENTRY * PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsi…
[all …]
/dports/graphics/jogl/jogl-1.1.1_9/jogl/make/stub_includes/opengl/GL/
H A Dglext.h4492 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
4493 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
4494 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
4518 typedef GLint (APIENTRYP PFNGLGETUNIFORMLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *…
4519 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMARBPROC) (GLhandleARB programObj, GLuint index, GLsize…
4520 typedef void (APIENTRYP PFNGLGETUNIFORMFVARBPROC) (GLhandleARB programObj, GLint location, GLfloat …
4521 typedef void (APIENTRYP PFNGLGETUNIFORMIVARBPROC) (GLhandleARB programObj, GLint location, GLint *p…
4532 typedef void (APIENTRYP PFNGLBINDATTRIBLOCATIONARBPROC) (GLhandleARB programObj, GLuint index, cons…
4533 typedef void (APIENTRYP PFNGLGETACTIVEATTRIBARBPROC) (GLhandleARB programObj, GLuint index, GLsizei…
4534 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/sdl2-sys-0.32.6/SDL2-2.0.9/include/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/devel/stb/stb-f54acd4/tests/caveview/
H A Dglext.h3609 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3610 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3611 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3649 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3650 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3651 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3675 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3677 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3678 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4315 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/redeclipse16/base-1.6.0/bin/redeclipse.app/Contents/Frameworks/SDL2.framework/Versions/A/Headers/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/iortcw/iortcw-1.51c/SP/code/SDL2/include/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-macos/SDL2.framework/Versions/A/Headers/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-VC/include/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/iortcw/iortcw-1.51c/MP/code/SDL2/include/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/i686-w64-mingw32/include/SDL2/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/dependencies/lib-SDL2-2.0.8-mingw/x86_64-w64-mingw32/include/SDL2/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/devel/sdl20/SDL2-2.0.18/include/
H A DSDL_opengl_glext.h3623 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3624 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3625 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3663 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3664 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3665 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3689 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3691 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3692 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4334 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libsdl/include/
H A DSDL_opengl_glext.h3620 typedef void (APIENTRYP PFNGLLINKPROGRAMARBPROC) (GLhandleARB programObj);
3621 typedef void (APIENTRYP PFNGLUSEPROGRAMOBJECTARBPROC) (GLhandleARB programObj);
3622 typedef void (APIENTRYP PFNGLVALIDATEPROGRAMARBPROC) (GLhandleARB programObj);
3660 GLAPI void APIENTRY glLinkProgramARB (GLhandleARB programObj);
3661 GLAPI void APIENTRY glUseProgramObjectARB (GLhandleARB programObj);
3662 GLAPI void APIENTRY glValidateProgramARB (GLhandleARB programObj);
3686 GLAPI GLint APIENTRY glGetUniformLocationARB (GLhandleARB programObj, const GLcharARB *name);
3688 GLAPI void APIENTRY glGetUniformfvARB (GLhandleARB programObj, GLint location, GLfloat *params);
3689 GLAPI void APIENTRY glGetUniformivARB (GLhandleARB programObj, GLint location, GLint *params);
4331 typedef GLint (APIENTRYP PFNGLGETATTRIBLOCATIONARBPROC) (GLhandleARB programObj, const GLcharARB *n…
[all …]

12345678910>>...18