Home
last modified time | relevance | path

Searched refs:gl3wEnable (Results 1 – 12 of 12) sorted by relevance

/dports/math/curv/curv-0.5/extern/imgui/examples/libs/gl3w/GL/
H A Dgl3w.h42 extern PFNGLENABLEPROC gl3wEnable;
647 #define glEnable gl3wEnable
H A Dgl3w.c155 PFNGLENABLEPROC gl3wEnable; variable
762 gl3wEnable = (PFNGLENABLEPROC) get_proc("glEnable"); in load_procs()
/dports/graphics/milton/milton-1.9.1/third_party/imgui/examples/libs/gl3w/GL/
H A Dgl3w.h42 extern PFNGLENABLEPROC gl3wEnable;
647 #define glEnable gl3wEnable
H A Dgl3w.c155 PFNGLENABLEPROC gl3wEnable; variable
762 gl3wEnable = (PFNGLENABLEPROC) get_proc("glEnable"); in load_procs()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/include/GL/
H A Dgl3w.h188 extern PFNGLENABLEPROC gl3wEnable;
776 #define glEnable gl3wEnable
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/include/GL/
H A Dgl3w.h42 extern PFNGLENABLEPROC gl3wEnable;
647 #define glEnable gl3wEnable
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/examples/libs/gl3w/GL/
H A Dgl3w.h42 extern PFNGLENABLEPROC gl3wEnable;
647 #define glEnable gl3wEnable
H A Dgl3w.c155 PFNGLENABLEPROC gl3wEnable; variable
762 gl3wEnable = (PFNGLENABLEPROC) get_proc("glEnable"); in load_procs()
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/imgui/examples/libs/gl3w/GL/
H A Dgl3w.h42 extern PFNGLENABLEPROC gl3wEnable;
647 #define glEnable gl3wEnable
H A Dgl3w.c155 PFNGLENABLEPROC gl3wEnable; variable
762 gl3wEnable = (PFNGLENABLEPROC) get_proc("glEnable"); in load_procs()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL3Plus/src/
H A Dgl3w.c285 PFNGLENABLEPROC gl3wEnable; variable
875 gl3wEnable = (PFNGLENABLEPROC)proc("glEnable"); in load_procs()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL3Plus/src/
H A Dgl3w.cpp150 PFNGLENABLEPROC gl3wEnable; variable
757 gl3wEnable = (PFNGLENABLEPROC) get_proc("glEnable"); in load_procs()