Home
last modified time | relevance | path

Searched refs:PFNGLBINDVERTEXARRAYPROC (Results 1 – 25 of 618) sorted by relevance

12345678910>>...25

/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/samples/opengl/pyramid/
H A Doglpfuncs.cpp65 PFNGLBINDVERTEXARRAYPROC my_glBindVertexArray = NULL;
112 GETANDTEST(PFNGLBINDVERTEXARRAYPROC, glBindVertexArray) in MyInitGLPointers()
H A Doglpfuncs.h186 typedef void (APIENTRY* PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
265 extern PFNGLBINDVERTEXARRAYPROC my_glBindVertexArray;
/dports/devel/emscripten/emscripten-2.0.3/tests/
H A Dcubegeom_pre2_vao.c34 PFNGLBINDVERTEXARRAYPROC glBindVertexArray_ = NULL;
57 …glBindVertexArray_ = (PFNGLBINDVERTEXARRAYPROC) SDL_GL_GetProcAddress("glBindVertexArra… in main()
H A Dcubegeom_pre2_vao2.c34 PFNGLBINDVERTEXARRAYPROC glBindVertexArray_ = NULL;
57 …glBindVertexArray_ = (PFNGLBINDVERTEXARRAYPROC) SDL_GL_GetProcAddress("glBindVertexArra… in main()
/dports/graphics/freeglut/freeglut-3.2.1/progs/demos/smooth_opengl3/
H A Dsmooth_opengl3.c104 typedef void (APIENTRY *PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
131 PFNGLBINDVERTEXARRAYPROC gl_BindVertexArray;
155 gl_BindVertexArray = (PFNGLBINDVERTEXARRAYPROC) glutGetProcAddress ("glBindVertexArray"); in initExtensionEntries()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/freeglut/progs/demos/smooth_opengl3/
H A Dsmooth_opengl3.c104 typedef void (APIENTRY *PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
131 PFNGLBINDVERTEXARRAYPROC gl_BindVertexArray;
155 gl_BindVertexArray = (PFNGLBINDVERTEXARRAYPROC) glutGetProcAddress ("glBindVertexArray"); in initExtensionEntries()
/dports/games/astromenace/astromenace-1.4.1/src/core/graphics/
H A Dextensions.h121 extern PFNGLBINDVERTEXARRAYPROC pfn_glBindVertexArray;
H A Dextensions.cpp111 PFNGLBINDVERTEXARRAYPROC pfn_glBindVertexArray{nullptr};
362 pfn_glBindVertexArray = (PFNGLBINDVERTEXARRAYPROC) SDL_GL_GetProcAddress("glBindVertexArray"); in Initialize_OpenGL_3_0()
/dports/emulators/pcem/pcem_emulator-pcem-faf5d6423060/src/
H A Dwx-sdl2-glw.h30 PFNGLBINDVERTEXARRAYPROC glBindVertexArray;
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/drawing/engines/opengl/
H A DOpenGLAPIProc.h45 OPENGL_PROC(PFNGLBINDVERTEXARRAYPROC, glBindVertexArray)
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/lobster/
H A Dglincludes.h68 GLEXT(PFNGLBINDVERTEXARRAYPROC , glBindVertexArray , 1) \
/dports/games/redeclipse16/base-1.6.0/src/shared/
H A Dglexts.h473 typedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
478 extern PFNGLBINDVERTEXARRAYPROC glBindVertexArray_;
/dports/games/sauerbraten/sauerbraten/src/shared/
H A Dglexts.h470 typedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
475 extern PFNGLBINDVERTEXARRAYPROC glBindVertexArray_;
/dports/games/craft/Craft-1.0fbsd/deps/glfw/examples/
H A Dheightmap.c56 static PFNGLBINDVERTEXARRAYPROC pglBindVertexArray = NULL;
112 RESOLVE_GL_FCN(PFNGLBINDVERTEXARRAYPROC, pglBindVertexArray, "glBindVertexArray"); in init_opengl()
/dports/games/taisei/taisei-1.3.2/src/renderer/glcommon/
H A Dopengl.h217 PFNGLBINDVERTEXARRAYPROC BindVertexArray;
/dports/graphics/blender/blender-2.91.0/source/blender/gpu/opengl/
H A Dgl_debug_layer.cc68 DEBUG_FUNC_DECLARE(PFNGLBINDVERTEXARRAYPROC, void, glBindVertexArray, GLuint, array);
/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/src/
H A Dglimports.h48 typedef void (GL_APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
242 GL_IMPORT______(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
539 GL_IMPORT_OES__(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
614 GL_IMPORT______(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/src/
H A Dglimports.h48 typedef void (GL_APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
242 GL_IMPORT______(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
539 GL_IMPORT_OES__(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
614 GL_IMPORT______(true, PFNGLBINDVERTEXARRAYPROC, glBindVertexArray);
/dports/games/OpenLara/OpenLara-b4b19f2/src/gapi/
H A Dgl.h122 #define PFNGLBINDVERTEXARRAYPROC PFNGLBINDVERTEXARRAYOESPROC macro
168 #define PFNGLBINDVERTEXARRAYPROC PFNGLBINDVERTEXARRAYOESPROC macro
242 #define PFNGLBINDVERTEXARRAYPROC PFNGLBINDVERTEXARRAYOESPROC macro
406 PFNGLBINDVERTEXARRAYPROC glBindVertexArray;
/dports/games/redeclipse/base-2.0.0/src/shared/
H A Dglexts.h732 typedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
737 extern PFNGLBINDVERTEXARRAYPROC glBindVertexArray_;
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/core/
H A Dgl_util.c267 PFNGLBINDVERTEXARRAYPROC qglBindVertexArray = NULL;
517 qglBindVertexArray = (PFNGLBINDVERTEXARRAYPROC)SDL_GL_GetProcAddress("glBindVertexArray"); in InitGLExtFuncs()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GLES2/src/
H A Dgles3w.cpp341 PFNGLBINDVERTEXARRAYPROC gleswBindVertexArray;
631 gleswBindVertexArray = (PFNGLBINDVERTEXARRAYPROC) get_proc("glBindVertexArray"); in load_procs()
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/glad/
H A Dglad.c282 PFNGLBINDVERTEXARRAYPROC glad_glBindVertexArray = NULL;
868 glad_glBindVertexArray = (PFNGLBINDVERTEXARRAYPROC)load("glBindVertexArray"); in load_GL_VERSION_3_0()
898 glad_glBindVertexArray = (PFNGLBINDVERTEXARRAYPROC)load("glBindVertexArray"); in load_GL_ARB_vertex_array_object()
/dports/multimedia/wlrobs/wlrobs-v1.0/glad/
H A Dglad.c141 PFNGLBINDVERTEXARRAYPROC glad_glBindVertexArray = NULL;
552 glad_glBindVertexArray = (PFNGLBINDVERTEXARRAYPROC)load("glBindVertexArray"); in load_GL_ES_VERSION_3_0()
/dports/games/tesseract/tesseract/src/shared/
H A Dglexts.h767 typedef void (APIENTRYP PFNGLBINDVERTEXARRAYPROC) (GLuint array); typedef
772 extern PFNGLBINDVERTEXARRAYPROC glBindVertexArray_;

12345678910>>...25