Home
last modified time | relevance | path

Searched refs:glad (Results 1 – 25 of 1812) sorted by relevance

12345678910>>...73

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glsl/
H A DMakefile.am28 -I$(top_srcdir)/src/glad/include \
33 -I$(top_srcdir)/src/glad/include \
87 LDADD = ../glad/libglad.la
88 array_LDADD = ../util/libutil.la ../glad/libglad.la
89 bitmap_LDADD = ../util/libutil.la ../glad/libglad.la
90 bezier_LDADD = ../util/libutil.la ../glad/libglad.la
91 brick_LDADD = ../util/libutil.la ../glad/libglad.la
92 bump_LDADD = ../util/libutil.la ../glad/libglad.la
95 deriv_LDADD = ../util/libutil.la ../glad/libglad.la
108 noise_LDADD = ../util/libutil.la ../glad/libglad.la
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/demos/
H A DMakefile.am28 -I$(top_srcdir)/src/glad/include \
97 LDADD = ../glad/libglad.la
98 copypix_LDADD = ../util/libutil.la ../glad/libglad.la
99 cubemap_LDADD = ../util/libutil.la ../glad/libglad.la
103 engine_LDADD = ../util/libutil.la ../glad/libglad.la
105 fire_LDADD = ../util/libutil.la ../glad/libglad.la
106 gloss_LDADD = ../util/libutil.la ../glad/libglad.la
107 ipers_LDADD = ../util/libutil.la ../glad/libglad.la
114 teapot_LDADD = ../util/libutil.la ../glad/libglad.la
115 texcyl_LDADD = ../util/libutil.la ../glad/libglad.la
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestFBOAutoDrawableFactoryNEWT.java182 Assert.assertNotNull(glad); in testGLFBODrawableImpl()
188 glad.setFBOMode(fboMode); in testGLFBODrawableImpl()
234 if(0==glad.getNumSamples()) { in testGLFBODrawableImpl()
243 if(0==glad.getNumSamples()) { in testGLFBODrawableImpl()
256 if(0==glad.getNumSamples()) { in testGLFBODrawableImpl()
272 glad.display(); // SWAP_ODD in testGLFBODrawableImpl()
292 if(0==glad.getNumSamples()) { in testGLFBODrawableImpl()
336 glad.display(); // - SWAP_ODD in testGLFBODrawableImpl()
441 glad.setNumSamples(glad.getGL(), newSampleCount); // triggers repaint in testGLFBODrawableImpl()
451 glad.display(); in testGLFBODrawableImpl()
[all …]
H A DTestGLAutoDrawableGLCanvasOnOffscrnCapsAWT.java116 Assert.assertNotNull(glad); in doTest()
118 glad.setMinimumSize(glc_sz); in doTest()
119 glad.setPreferredSize(glc_sz); in doTest()
120 glad.setSize(glc_sz); in doTest()
123 frame.add(glad); in doTest()
191 glad.addGLEventListener(demo); in doTest()
203 glad.display(); in doTest()
213 glad.display(); in doTest()
215 glad.display(); in doTest()
225 glad.display(); in doTest()
[all …]
H A DTestGLAutoDrawableFactoryGLnBitmapCapsNEWT.java79 Assert.assertNotNull(glad); in doTest()
80 …System.out.println("Drawable Pre-GL(0): "+glad.getClass().getName()+", "+glad.getNativeSurface(… in doTest()
81 Assert.assertTrue(glad.isRealized()); in doTest()
91 glad.display(); // force native context creation in doTest()
114 glad.addGLEventListener(demo); in doTest()
119 glad.display(); // initial resize/display in doTest()
125 glad.display(); in doTest()
133 glad.display(); in doTest()
141 glad.display(); in doTest()
145 glad.destroy(); in doTest()
[all …]
H A DTestGLAutoDrawableNewtCanvasAWTOnOffscrnCapsAWT.java122 Assert.assertNotNull(glad); in doTest()
173 …System.out.println("Drawable Post-GL(1): "+glad.getClass().getName()+", "+glad.getNativeSurface(… in doTest()
203 glad.addGLEventListener(demo); in doTest()
208 glad.display(); // initial resize/display in doTest()
215 glad.display(); in doTest()
225 glad.display(); in doTest()
227 glad.display(); in doTest()
237 glad.display(); in doTest()
239 glad.display(); in doTest()
254 glad.destroy(); in doTest()
[all …]
H A DTestGLAutoDrawableGLWindowOnOffscrnCapsNEWT.java90 Assert.assertNotNull(glad); in doTest()
92 glad.setVisible(true); in doTest()
116 …System.out.println("Drawable Post-GL(1): "+glad.getClass().getName()+", "+glad.getNativeSurface(… in doTest()
136 glad.display(); in doTest()
147 glad.addGLEventListener(demo); in doTest()
152 glad.display(); // initial resize/display in doTest()
159 glad.display(); in doTest()
170 glad.display(); in doTest()
181 glad.display(); in doTest()
185 glad.destroy(); in doTest()
[all …]
H A DTestGLAutoDrawableFactoryES2OffscrnCapsNEWT.java87 Assert.assertNotNull(glad); in doTest()
88 …System.out.println("Drawable Pre-GL(0): "+glad.getClass().getName()+", "+glad.getNativeSurface(… in doTest()
89 Assert.assertTrue(glad.isRealized()); in doTest()
99 glad.display(); // force native context creation in doTest()
122 glad.addGLEventListener(demo); in doTest()
127 glad.display(); // initial resize/display in doTest()
133 glad.display(); in doTest()
141 glad.display(); in doTest()
149 glad.display(); in doTest()
153 glad.destroy(); in doTest()
[all …]
H A DTestGLAutoDrawableFactoryGL2OffscrnCapsNEWT.java87 Assert.assertNotNull(glad); in doTest()
88 …System.out.println("Drawable Pre-GL(0): "+glad.getClass().getName()+", "+glad.getNativeSurface(… in doTest()
89 Assert.assertTrue(glad.isRealized()); in doTest()
99 glad.display(); // force native context creation in doTest()
122 glad.addGLEventListener(demo); in doTest()
127 glad.display(); // initial resize/display in doTest()
133 glad.display(); in doTest()
141 glad.display(); in doTest()
149 glad.display(); in doTest()
153 glad.destroy(); in doTest()
[all …]
H A DTestGLAutoDrawableFactoryGLProfileDeviceNEWT.java85 Assert.assertNotNull(glad); in doTest()
86 Assert.assertTrue(glad.isRealized()); in doTest()
92 glad.display(); // force native context creation in doTest()
99 glad.addGLEventListener(demo); in doTest()
101 glad.addGLEventListener(glelc); in doTest()
103 glad.display(); // initial resize/display in doTest()
106 …xpected "+(widthStep*szStep)+"x"+(heightStep*szStep)+", Is "+glad.getSurfaceWidth()+"x"+glad.getSu… in doTest()
108 glad.display(); in doTest()
113 …xpected "+(widthStep*szStep)+"x"+(heightStep*szStep)+", Is "+glad.getSurfaceWidth()+"x"+glad.getSu… in doTest()
115 glad.display(); in doTest()
[all …]
H A DTestGLReadBuffer01GLWindowNEWT.java77 final GLWindow glad= GLWindow.create(caps); in test() local
81 glad.setPosition(64, 64); in test()
82 glad.setSize(320, 240); in test()
103 glad.addGLEventListener(gears); in test()
108 glad.addGLEventListener(demo); in test()
111 glad.addGLEventListener(textRendererGLEL); in test()
115 glad.setVisible(true); in test()
120 … final DimensionImmutable size0 = new Dimension(glad.getSurfaceWidth(), glad.getSurfaceHeight()); in test()
131 glad.display(); in test()
144 final Animator anim = new Animator(glad); in test()
[all …]
H A DTestGLAutoDrawableDelegateOnOffscrnCapsNEWT.java177 glad.windowDestroyNotifyOp(); in doTest()
183 glad.windowRepaintOp(); in doTest()
192 glad.addGLEventListener(demo); in doTest()
195 glad.addGLEventListener(snapshotGLEventListener); in doTest()
197 glad.display(); // initial resize/display in doTest()
201 …: Expected "+expSurfaceSize[0]+"x"+expSurfaceSize[1]+", Is "+glad.getSurfaceWidth()+"x"+glad.getSu… in doTest()
204 glad.display(); in doTest()
212 …: Expected "+expSurfaceSize[0]+"x"+expSurfaceSize[1]+", Is "+glad.getSurfaceWidth()+"x"+glad.getSu… in doTest()
215 glad.display(); in doTest()
226 glad.display(); in doTest()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/glmark2/src/src/
H A Dwscript_build67 'drm-gl' : ['drm', 'gbm', 'udev', 'glad-egl-drm', 'glad-gl', 'matrix-gl', 'common-gl'],
69 'mir-gl' : ['mirclient', 'glad-egl-mir', 'glad-gl', 'matrix-gl', 'common-gl'],
73 'win32-gl': ['glad-gl', 'glad-wgl', 'matrix-gl', 'common-gl'],
74 'win32-glesv2': ['glad-egl-win32', 'glad-glesv2', 'matrix-glesv2', 'common-glesv2'],
75 'x11-gl' : ['x11', 'glad-gl', 'glad-glx', 'matrix-gl', 'common-gl'],
76 'x11-glesv2' : ['x11', 'glad-egl-x11', 'glad-glesv2', 'matrix-glesv2', 'common-glesv2'],
147 if 'glad-glx' in all_uselibs:
151 target = 'glad-glx',
156 if 'glad-gl' in all_uselibs:
160 target = 'glad-gl',
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/glels/
H A DGLContextDrawableSwitchBase1.java161 final GLAutoDrawable glad; in testGLADOneLifecycle() local
168 glad = new GLCanvas(caps); in testGLADOneLifecycle()
170 frame.add((GLCanvas)glad); in testGLADOneLifecycle()
177 glad = new GLCanvas(caps); in testGLADOneLifecycle()
180 frame.add((GLCanvas)glad); in testGLADOneLifecycle()
187 glad = GLWindow.create(caps); in testGLADOneLifecycle()
201 animator.add(glad); in testGLADOneLifecycle()
217 Assert.assertTrue(glad.isRealized()); in testGLADOneLifecycle()
222 glelsIn.moveTo(glad); in testGLADOneLifecycle()
275 glad.destroy(); in testGLADOneLifecycle()
[all …]
/dports/graphics/glad/glad-0.1.34/utility/
H A Dcompiletest.sh18 function glad { function
19 ${PYTHON} -m glad $@
60 glad --spec=egl --out-path=build $@
69 glad --spec=gl --out-path=build $@
76 glad --spec=gl --out-path=build $@
84 glad --spec=gl --out-path=build $1
91 glad --spec=gl --out-path=build $@
142 dmd -o- build/glad/egl/*.d -c
146 dmd -o- build/glad/gl/*.d -c
151 dmd -o- build/glad/glx/*.d -c
[all …]
H A Dgenerateall.sh18 $PYTHON -m glad --out-path=build --spec=egl --generator=c
19 $PYTHON -m glad --out-path=build --spec=gl --api="gl=,gles1=,gles2=" --generator=c
20 $PYTHON -m glad --out-path=build --spec=glx --generator=c
21 $PYTHON -m glad --out-path=build --spec=wgl --generator=c
23 $PYTHON -m glad --out-path=build --spec=egl --generator=d
24 $PYTHON -m glad --out-path=build --spec=gl --api="gl=,gles1=,gles2=" --generator=d
25 $PYTHON -m glad --out-path=build --spec=glx --generator=d
26 $PYTHON -m glad --out-path=build --spec=wgl --generator=d
28 $PYTHON -m glad --out-path=build --spec=egl --generator=volt
30 $PYTHON -m glad --out-path=build --spec=glx --generator=volt
[all …]
/dports/benchmarks/glmark2/glmark2-2021.12/src/
H A Dwscript_build96 'drm-gl' : ['drm', 'gbm', 'udev', 'glad-egl-drm', 'glad-gl', 'matrix-gl', 'common-gl'],
98 'mir-gl' : ['mirclient', 'glad-egl-mir', 'glad-gl', 'matrix-gl', 'common-gl'],
102 'win32-gl': ['glad-gl', 'glad-wgl', 'matrix-gl', 'common-gl'],
103 'win32-glesv2': ['glad-egl-win32', 'glad-glesv2', 'matrix-glesv2', 'common-glesv2'],
104 'x11-gl' : ['x11', 'glad-gl', 'glad-glx', 'matrix-gl', 'common-gl'],
105 'x11-glesv2' : ['x11', 'glad-egl-x11', 'glad-glesv2', 'matrix-glesv2', 'common-glesv2'],
205 if 'glad-glx' in all_uselibs:
209 target = 'glad-glx',
214 if 'glad-gl' in all_uselibs:
218 target = 'glad-gl',
[all …]
/dports/graphics/glad/glad-0.1.34/
H A DREADME.md1 glad chapter
10 #include <glad/glad.h>
41 pip install glad
46 pip install glad
48 glad --help
52 pip install --upgrade git+https://github.com/dav1dde/glad.git#egg=glad
56 python -m glad --help
67 vcpkg install glad
149 `glad.h` completely replaces any `gl.h` or `gl3.h` only include `glad.h`.
245 ### How do I build glad or how do I integrate glad?
[all …]
/dports/graphics/jogamp-jogl/jogl/src/jogl/classes/com/jogamp/opengl/util/
H A DTileRendererBase.java222 protected GLAutoDrawable glad; field in TileRendererBase
469 if( null != this.glad ) { in attachAutoDrawable()
472 this.glad = glad; in attachAutoDrawable()
495 glad.setAutoSwapBufferMode(false); in attachAutoDrawable()
514 return glad; in getAttachedDrawable()
523 if( null != glad ) { in detachAutoDrawable()
542 glad = null; in detachAutoDrawable()
565 if( null == glad ) { in display()
568 glad.display(); in display()
642 glad.swapBuffers();
[all …]
/dports/graphics/glad/glad-0.1.34/glad/lang/
H A D__init__.py1 import glad.lang.c
2 import glad.lang.d
3 import glad.lang.nim
4 import glad.lang.pascal
5 import glad.lang.volt
10 glad.lang.c,
11 glad.lang.d,
12 glad.lang.nim,
13 glad.lang.pascal,
14 glad.lang.volt
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A DMakefile.am31 -I$(top_srcdir)/src/glad/include \
173 LDADD = ../glad/libglad.la
176 auxbuffer_LDADD = ../glad/libglad.la -lX11
177 bug_3195_LDADD = ../util/libutil.la ../glad/libglad.la
178 bumpmap_LDADD = ../util/libutil.la ../glad/libglad.la
179 floattex_LDADD = ../util/libutil.la ../glad/libglad.la
181 invert_LDADD = ../util/libutil.la ../glad/libglad.la
182 jkrahntest_LDADD = ../glad/libglad.la -lX11
186 sharedtex_LDADD = ../glad/libglad.la -lX11
188 texobjshare_LDADD = ../glad/libglad.la -lX11
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/tile/
H A DTestRandomTiledRendering3GL2AWT.java106 final GLCanvas glad = new GLCanvas(caps); in doTest() local
107 Assert.assertNotNull(glad); in doTest()
109 glad.setMinimumSize(glc_sz); in doTest()
110 glad.setPreferredSize(glc_sz); in doTest()
111 glad.setSize(glc_sz); in doTest()
112 frame.add(glad); in doTest()
115 glad.addGLEventListener( gears ); in doTest()
118 new AWTKeyAdapter(new TraceKeyAdapter(quitAdapter), glad).addTo(glad); in doTest()
229 renderer.attachAutoDrawable(glad); in doTest()
235 Assert.assertNotNull(glad); in doTest()
[all …]
/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/glad/
H A DREADME.md3 git clone https://github.com/Dav1dde/glad
4 cd glad
5 …python -m glad --out-path /path/to/mesa/demos/src/glad --api gl=,gles1=,gles2= --generator c --loc…
6 …python -m glad --out-path /path/to/mesa/demos/src/glad --api wgl= --spec=wgl --generator c --local…
/dports/graphics/glad/glad-0.1.34/glad/lang/c/
H A D__init__.py1 from glad.lang.c.loader.egl import EGLCLoader
2 from glad.lang.c.loader.gl import OpenGLCLoader
3 from glad.lang.c.loader.glx import GLXCLoader
4 from glad.lang.c.loader.wgl import WGLCLoader
6 from glad.lang.c.generator import CGenerator
7 from glad.lang.c.debug import CDebugGenerator
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/demos/es2/
H A DMultisampleDemoES2.java75 public void init(final GLAutoDrawable glad) { in init() argument
76 final GL2ES2 gl = glad.getGL().getGL2ES2(); in init()
80 …System.err.println("Requested: " + glad.getNativeSurface().getGraphicsConfiguration().getRequested… in init()
81 multisample = multisample && glad.getChosenGLCapabilities().getNumSamples() > 0 ; in init()
82 System.err.println("Chosen : " + glad.getChosenGLCapabilities()); in init()
129 public void dispose(final GLAutoDrawable glad) { in dispose() argument
130 final GL2ES2 gl = glad.getGL().getGL2ES2(); in dispose()
136 public void display(final GLAutoDrawable glad) { in display() argument
137 final GL2ES2 gl = glad.getGL().getGL2ES2(); in display()
156 …public void reshape(final GLAutoDrawable glad, final int x, final int y, final int width, final in… in reshape() argument
[all …]

12345678910>>...73