Home
last modified time | relevance | path

Searched refs:PFNGLSAMPLERPARAMETERFPROC (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dglimports.h179 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLf… typedef
378 GL_IMPORT______(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
556 GL_IMPORT_____x(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
630 GL_IMPORT______(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dglimports.h179 typedef void (GL_APIENTRYP PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLf… typedef
378 GL_IMPORT______(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
556 GL_IMPORT_____x(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
630 GL_IMPORT______(true, PFNGLSAMPLERPARAMETERFPROC, glSamplerParameterf);
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A Dgles3w.cpp398 PFNGLSAMPLERPARAMETERFPROC gleswSamplerParameterf;
688 gleswSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/multimedia/wlrobs/wlrobs-v1.0/glad/
H A Dglad.c296 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
609 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_ES_VERSION_3_0()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/ext/glad/src/
H A Dglad.c327 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf;
860 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/misc/box2d/box2d-2.4.1/extern/glad/src/
H A Dgl.c243 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
748 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) load(userptr, "glSamplerParameterf"); in glad_gl_load_GL_VERSION_3_3()
/dports/x11-toolkits/ztoolkit/ztoolkit/pugl/test/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/d2tk/pugl/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/pugl/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/pugl/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/pugl/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/pugl-upstream/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/pugl/examples/glad/
H A Dglad.c492 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1004 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf");
/dports/games/taisei/taisei-1.3.2/subprojects/glad/src/
H A Dglad.c416 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1050 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
1538 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_ES_VERSION_3_0()
/dports/math/curv/curv-0.5/extern/glad/glad/
H A Dglad.c493 PFNGLSAMPLERPARAMETERFPROC glad_glSamplerParameterf = NULL;
1051 glad_glSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)load("glSamplerParameterf"); in load_GL_VERSION_3_3()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A Dgl3w.c550 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1140 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)proc("glSamplerParameterf"); in load_procs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLContextSymbols.h595 …typedef void (GLAPIENTRY * PFNGLSAMPLERPARAMETERFPROC) (GLuint sampler, GLenum pname, GLfloat para… typedef
596 PFNGLSAMPLERPARAMETERFPROC fSamplerParameterf;
/dports/math/curv/curv-0.5/extern/imgui/examples/libs/gl3w/GL/
H A Dgl3w.c475 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1082 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/libs/gl3w/GL/
H A Dgl3w.c475 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1082 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/examples/libs/gl3w/GL/
H A Dgl3w.c475 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1082 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A Dgl3w.cpp470 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1077 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/
H A Dglesw.c651 PFNGLSAMPLERPARAMETERFPROC gleswSamplerParameterf;
1272 gleswSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC)proc("glSamplerParameterf"); in load_procs()
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/libs/gl3w/GL/
H A Dgl3w.c475 PFNGLSAMPLERPARAMETERFPROC gl3wSamplerParameterf;
1082 gl3wSamplerParameterf = (PFNGLSAMPLERPARAMETERFPROC) get_proc("glSamplerParameterf"); in load_procs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/libANGLE/renderer/gl/
H A DFunctionsGL.h438 PFNGLSAMPLERPARAMETERFPROC samplerParameterf;
/dports/cad/opencascade/opencascade-7.6.0/src/OpenGl/
H A DOpenGl_GlFunctions.hxx826 opencascade::PFNGLSAMPLERPARAMETERFPROC glSamplerParameterf;
1291 PFNGLSAMPLERPARAMETERFPROC glSamplerParameterf;

12345678910>>...22