Home
last modified time | relevance | path

Searched refs:gl2 (Results 1 – 25 of 926) sorted by relevance

12345678910>>...38

/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestSharedContextNewtAWTBug523.java230 gl2.setSwapInterval(0); in init()
366 gl2.glLoadIdentity(); in display()
372 gl2.glLoadIdentity(); in display()
376 gl2.glPushMatrix(); in display()
388 drawTwoTriangles(gl2); in display()
390 gl2.glPopMatrix(); in display()
391 gl2.glPopAttrib(); in display()
394 gl2.glFlush(); in display()
405 gl2.glNormal3d(0, 0, 1); in drawTwoTriangles()
410 gl2.glEnd(); in drawTwoTriangles()
[all …]
H A DTestGLOffscreenAutoDrawableBug1044AWT.java71 final GL2 gl2 = context.getGL().getGL2(); in test01GLOffscreenDrawable() local
72 gl2.glViewport(0, 0, 100, 100); in test01GLOffscreenDrawable()
74 gl2.glShadeModel(GLLightingFunc.GL_SMOOTH); in test01GLOffscreenDrawable()
75 gl2.glClearColor(1.0f, 0.80f, 0.80f, 1); // This Will Clear The Background Color in test01GLOffscreenDrawable()
76 gl2.glClearDepth(1.0); // Enables Clearing Of The Depth Buffer in test01GLOffscreenDrawable()
77 gl2.glClear(GL.GL_COLOR_BUFFER_BIT | GL.GL_DEPTH_BUFFER_BIT); in test01GLOffscreenDrawable()
78 gl2.glLoadIdentity(); // Reset The Projection Matrix in test01GLOffscreenDrawable()
88 if(readBufferUtilRGB888.readPixels(gl2, false)) { in test01GLOffscreenDrawable()
91 readBufferUtilRGB888.dispose(gl2); in test01GLOffscreenDrawable()
92 if(readBufferUtilRGBA8888.readPixels(gl2, false)) { in test01GLOffscreenDrawable()
[all …]
/dports/emulators/mgba/mgba-0.9.2/src/platform/sdl/
H A Dgles2-sdl.c42 mGLES2ContextCreate(&renderer->gl2); in mSDLGLES2Init()
43 renderer->gl2.d.user = renderer; in mSDLGLES2Init()
44 renderer->gl2.d.lockAspectRatio = renderer->lockAspectRatio; in mSDLGLES2Init()
46 renderer->gl2.d.filter = renderer->filter; in mSDLGLES2Init()
48 renderer->gl2.d.swap = mRPIGLCommonSwap; in mSDLGLES2Init()
50 renderer->gl2.d.swap = mSDLGLCommonSwap; in mSDLGLES2Init()
52 renderer->gl2.d.init(&renderer->gl2.d, 0); in mSDLGLES2Init()
53 renderer->gl2.d.setDimensions(&renderer->gl2.d, renderer->width, renderer->height); in mSDLGLES2Init()
62 struct VideoBackend* v = &renderer->gl2.d; in mSDLGLES2Runloop()
91 if (renderer->gl2.d.deinit) { in mSDLGLES2Deinit()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/platform/sdl/
H A Dgles2-sdl.c48 mGLES2ContextCreate(&renderer->gl2); in mSDLGLES2Init()
49 renderer->gl2.d.user = renderer; in mSDLGLES2Init()
50 renderer->gl2.d.lockAspectRatio = renderer->lockAspectRatio; in mSDLGLES2Init()
52 renderer->gl2.d.filter = renderer->filter; in mSDLGLES2Init()
54 renderer->gl2.d.swap = mRPIGLCommonSwap; in mSDLGLES2Init()
56 renderer->gl2.d.swap = mSDLGLCommonSwap; in mSDLGLES2Init()
58 renderer->gl2.d.init(&renderer->gl2.d, 0); in mSDLGLES2Init()
59 renderer->gl2.d.setDimensions(&renderer->gl2.d, renderer->width, renderer->height); in mSDLGLES2Init()
68 struct VideoBackend* v = &renderer->gl2.d; in mSDLGLES2Runloop()
97 if (renderer->gl2.d.deinit) { in mSDLGLES2Deinit()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot2D/dialogs/
H A DLineDialog.cpp108 gl2->addWidget(boxHeadLength, 0, 1); in LineDialog()
115 gl2->addWidget(boxHeadAngle, 1, 1); in LineDialog()
120 gl2->addWidget(filledBox, 2, 1); in LineDialog()
121 gl2->setRowStretch(3, 1); in LineDialog()
123 gb2->setLayout(gl2); in LineDialog()
231 gl2->addWidget(xEndBox, 0, 1); in initGeometryTab()
232 gl2->addWidget(xEndPixelBox, 0, 1); in initGeometryTab()
235 gl2->addWidget(yEndBox, 1, 1); in initGeometryTab()
237 gl2->setColumnStretch(1, 10); in initGeometryTab()
238 gl2->setRowStretch(2, 1); in initGeometryTab()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DLineDialog.cpp85 QGridLayout *gl2 = new QGridLayout(); in LineDialog() local
90 gl2->addWidget(boxHeadLength, 0, 1); in LineDialog()
97 gl2->addWidget(boxHeadAngle, 1, 1); in LineDialog()
102 gl2->addWidget(filledBox, 2, 1); in LineDialog()
104 gb2->setLayout(gl2); in LineDialog()
164 QGridLayout *gl2 = new QGridLayout(); in initGeometryTab() local
165 gl2->addWidget(new QLabel(tr("X")), 0, 0); in initGeometryTab()
166 gl2->addWidget(xEndBox, 0, 1); in initGeometryTab()
167 gl2->addWidget(new QLabel(tr("Y")), 1, 0); in initGeometryTab()
168 gl2->addWidget(yEndBox, 1, 1); in initGeometryTab()
[all …]
H A DImageDialog.cpp64 QGridLayout *gl2 = new QGridLayout(gb2); in ImageDialog() local
65 gl2->addWidget(new QLabel(tr("width= ")), 0, 0); in ImageDialog()
66 gl2->addWidget(boxWidth, 0, 1); in ImageDialog()
68 gl2->addWidget(new QLabel(tr("height= ")), 2, 0); in ImageDialog()
69 gl2->addWidget(boxHeight, 2, 1); in ImageDialog()
73 gl2->addWidget(keepRatioBox, 3, 1); in ImageDialog()
75 gl2->setRowStretch(4, 1); in ImageDialog()
H A DPlot3DDialog.cpp126 gl2->addWidget(boxMajors, 0, 1); in initScalesPage()
129 gl2->addWidget(boxMinors, 1, 1); in initScalesPage()
130 gl2->setRowStretch(2, 1); in initScalesPage()
133 TicksGroupBox->setLayout(gl2); in initScalesPage()
337 gl2->addWidget(boxZoom, 0, 1); in initGeneralPage()
343 gl2->addWidget(boxXScale, 1, 1); in initGeneralPage()
350 gl2->addWidget(boxYScale, 2, 1); in initGeneralPage()
358 gl2->setRowStretch(4, 1); in initGeneralPage()
361 gb2->setLayout(gl2); in initGeneralPage()
426 gl2->addWidget(boxBoxed, 3, 1); in initPointsOptionsStack()
[all …]
H A DFunctionDialog.cpp87 QGridLayout *gl2 = new QGridLayout(); in FunctionDialog() local
91 gl2->addWidget(boxParameter, 0, 1); in FunctionDialog()
92 gl2->addWidget(new QLabel(tr("From")), 1, 0); in FunctionDialog()
95 gl2->addWidget(boxParFrom, 1, 1); in FunctionDialog()
96 gl2->addWidget(new QLabel(tr("To")), 2, 0); in FunctionDialog()
99 gl2->addWidget(boxParTo, 2, 1); in FunctionDialog()
100 gl2->addWidget(new QLabel(tr("x = ")), 3, 0); in FunctionDialog()
103 gl2->addWidget(boxXFunction, 3, 1); in FunctionDialog()
107 gl2->addWidget(boxYFunction, 4, 1); in FunctionDialog()
113 gl2->addWidget(boxParPoints, 5, 1); in FunctionDialog()
[all …]
H A DSurfaceDialog.cpp76 QGridLayout *gl2 = new QGridLayout(); in SurfaceDialog() local
77 gl2->addWidget(new QLabel(tr("From")), 0, 0); in SurfaceDialog()
78 gl2->addWidget(boxYFrom, 0, 1); in SurfaceDialog()
79 gl2->addWidget(new QLabel(tr("To")), 1, 0); in SurfaceDialog()
80 gl2->addWidget(boxYTo, 1, 1); in SurfaceDialog()
81 gl2->setRowStretch(2, 1); in SurfaceDialog()
82 gb2->setLayout(gl2); in SurfaceDialog()
/dports/astro/tclgeomap/tclgeomap-2.11.6/tests/
H A Dtcl_geomap_lnarr.test53 ::geomap::lnarr fmascii gl2 lnarr.txt
54 gl2 info
67 gl2 info
81 gl2 info
95 gl2 info
111 gl2 info
125 gl2 info
139 gl2 info
157 ::geomap::lnarr fmxdr gl2 lnarr.xdr
158 gl2 info
[all …]
/dports/security/steghide/steghide-0.5.1/tests/
H A DWavFileTest.cc56 gl2 = Globs ; in setup()
72 Globs = gl2 ; addTestResult (genericTestReadWrite (std::string(DATADIR) + "pcm16_std.wav")) ; in testReadWrite()
78 …Globs = gl2 ; addTestResult (genericTestReadEmbedExtract (std::string(DATADIR) + "pcm16_std.wav", … in testReadEmbedExtract()
84 …Globs = gl2 ; addTestResult (genericTestReadEmbedWriteReadExtract (std::string(DATADIR) + "pcm16_s… in testReadEmbedWriteReadExtract()
93 Globs = gl2 ; in testPosition()
106 Globs = gl2 ; addTestResult (genericTestSVALCalculation (f2, g2)) ; in testSVALCalculation()
112 Globs = gl2 ; addTestResult (genericTestEmbeddedValue (f2)) ; in testEmbeddedValue()
H A DAuFileTest.cc49 gl2 = Globs ; in setup()
69 Globs = gl2 ; addTestResult (genericTestReadWrite (std::string(DATADIR) + "pcm8_std.au")) ; in testReadWrite()
76 …Globs = gl2 ; addTestResult (genericTestReadEmbedExtract (std::string(DATADIR) + "pcm8_std.au", *b… in testReadEmbedExtract()
83 …Globs = gl2 ; addTestResult (genericTestReadEmbedWriteReadExtract (std::string(DATADIR) + "pcm8_st… in testReadEmbedWriteReadExtract()
93 Globs = gl2 ; in testPosition()
116 Globs = gl2 ; in testReadExtractCompare()
129 Globs = gl2 ; addTestResult (genericTestEmbeddedValue (f2)) ; in testEmbeddedValue()
H A DBmpOS2FileTest.cc51 gl2 = Globs ; in setup()
75 Globs = gl2 ; addTestResult(genericTestReadWrite(std::string(DATADIR) + "os21x4_std.bmp")) ; in testReadWrite()
83 …Globs = gl2 ; addTestResult(genericTestReadEmbedExtract(std::string(DATADIR) + "os21x4_std.bmp", *… in testReadEmbedExtract()
91 …Globs = gl2 ; addTestResult(genericTestReadEmbedWriteReadExtract(std::string(DATADIR) + "os21x4_st… in testReadEmbedWriteReadExtract()
106 Globs = gl2 ; in testPosition()
123 Globs = gl2 ; addTestResult (genericTestEmbeddedValue (f2)) ; in testEmbeddedValue()
H A DJpegFileTest.cc44 gl2 = Globs ; in setup()
58 …Globs = gl2 ; addTestResult (genericTestReadEmbedExtract (std::string(DATADIR) + "prog.jpg", *bs2)… in testReadEmbedExtract()
64 …Globs = gl2 ; addTestResult (genericTestReadEmbedWriteReadExtract (std::string(DATADIR) + "prog.jp… in testReadEmbedWriteReadExtract()
81 Globs = gl2 ; addTestResult (genericTestEmbeddedValue (f2)) ; in testEmbeddedValue()
H A DBmpWinFileTest.cc51 gl2 = Globs ; in setup()
75 Globs = gl2 ; addTestResult (genericTestReadWrite (std::string(DATADIR) + "win3x4_std.bmp")) ; in testReadWrite()
83 …Globs = gl2 ; addTestResult (genericTestReadEmbedExtract (std::string(DATADIR) + "win3x4_std.bmp",… in testReadEmbedExtract()
91 …Globs = gl2 ; addTestResult (genericTestReadEmbedWriteReadExtract (std::string(DATADIR) + "win3x4_… in testReadEmbedWriteReadExtract()
106 Globs = gl2 ; in testPosition()
135 Globs = gl2 ; addTestResult (genericTestEmbeddedValue (f2)) ; in testEmbeddedValue()
/dports/graphics/jogamp-jogl/jogl/make/config/jogl/
H A Dglu-gl2.cfg1 # This .cfg file provides common options used among gl2 GLU glue code
4 NativeOutputDir gensrc/native/jogl/gl2
7 ImplPackage com.jogamp.opengl.glu.gl2
26 ProcAddressTablePackage com.jogamp.opengl.glu.gl2
29 AccessControl com.jogamp.opengl.glu.gl2.GLUgl2ProcAddressTable PACKAGE_PRIVATE
35 IncludeAs CustomJavaCode GLUgl2 glu-CustomJavaCode-gl2.java
44 Import jogamp.opengl.glu.gl2.nurbs.*
46 Import jogamp.opengl.glu.gl2.*
48 Import jogamp.opengl.gl2.ProjectDouble
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Graphics/Bitmap_fonts/
H A Dglyph_ops.cpp16 join (glyph gl1, glyph gl2) { in join() argument
17 int x1= min (-gl1->xoff, -gl2->xoff); in join()
18 int y1= min (gl1->yoff- gl1->height, gl2->yoff- gl2->height); in join()
19 int x2= max (gl1->width- gl1->xoff, gl2->width- gl2->xoff); in join()
20 int y2= max (gl1->yoff, gl2->yoff); in join()
21 glyph bmr (x2-x1, y2-y1, -x1, y2, max (gl1->depth, gl2->depth)); in join()
29 dx= -gl2->xoff- x1; dy= y2- gl2->yoff; in join()
30 for (j=0; j<gl2->height; j++) in join()
31 for (i=0; i<gl2->width; i++) in join()
33 max (bmr->get_x (i+dx, j+dy), gl2->get_x (i, j))); in join()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.WindowsRuntime.UI.Xaml/src/System/Windows/
H A DGridLength.cs78 public static bool operator ==(GridLength gl1, GridLength gl2) in operator ==()
80 return (gl1.GridUnitType == gl2.GridUnitType in operator ==()
81 && gl1.Value == gl2.Value); in operator ==()
84 public static bool operator !=(GridLength gl1, GridLength gl2) in operator !=()
86 return (gl1.GridUnitType != gl2.GridUnitType in operator !=()
87 || gl1.Value != gl2.Value); in operator !=()
/dports/math/eclib/eclib-20210318/progs/
H A Dcubics.cc33 int verbose=0, include_reducibles=1, gl2=0; in main() local
42 cin >> gl2; in main()
43 vector<cubic> glist = reduced_cubics(disc, include_reducibles, gl2, verbose); in main()
55 cout << " (up to " << (gl2?"GL":"SL") << "(2,Z)-equivalence)"; in main()
H A Dlist_cubics.cc34 int verbose=0, include_reducibles=1, gl2=0; in main() local
43 cin >> gl2; in main()
59 cout << " up to " << (gl2?"GL":"SL") << "(2,Z)-equivalence"; in main()
66 vector<cubic> glist = reduced_cubics(disc, include_reducibles, gl2, verbose); in main()
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/plot3D/
H A DSurfaceDialog.cpp145 gl2->addWidget(boxYFrom, 0, 1); in initFunctionPage()
147 gl2->addWidget(boxYTo, 1, 1); in initFunctionPage()
148 gl2->setRowStretch(2, 1); in initFunctionPage()
149 gl2->setColumnStretch(1, 10); in initFunctionPage()
150 gb2->setLayout(gl2); in initFunctionPage()
284 gl2->addWidget(boxVFrom, 0, 1); in initParametricSurfacePage()
286 gl2->addWidget(boxVTo, 1, 1); in initParametricSurfacePage()
288 gl2->addWidget(boxVPeriodic, 2, 1); in initParametricSurfacePage()
289 gl2->setRowStretch(3, 1); in initParametricSurfacePage()
290 gl2->setColumnStretch(1, 10); in initParametricSurfacePage()
[all …]
H A DPlot3DDialog.cpp152 gl2->addWidget(boxMajors, 0, 1); in initScalesPage()
155 gl2->addWidget(boxMinors, 1, 1); in initScalesPage()
156 gl2->setRowStretch(2, 1); in initScalesPage()
159 TicksGroupBox->setLayout(gl2); in initScalesPage()
450 gl2->addWidget(xLabel, 1, 0); in initGeneralPage()
465 gl2->addWidget(yLabel, 2, 0); in initGeneralPage()
480 gl2->addWidget(zLabel, 3, 0); in initGeneralPage()
487 gl2->setRowStretch(4, 1); in initGeneralPage()
497 gb2->setLayout(gl2); in initGeneralPage()
662 gl2->setRowStretch(4, 1); in initPointsOptionsStack()
[all …]
/dports/math/qtiplot-doc/qtiplot-0.9.8.9/qtiplot/src/analysis/dialogs/
H A DStudentTestDialog.cpp118 QGridLayout *gl2 = new QGridLayout(gb2); in StudentTestDialog() local
119 gl2->setColumnStretch(2, 1); in StudentTestDialog()
124 gl2->addWidget(meanLabel, 0, 1); in StudentTestDialog()
127 gl2->addWidget(boxMean, 0, 2); in StudentTestDialog()
133 gl2->addWidget(bothTailButton, 1, 1); in StudentTestDialog()
136 gl2->addWidget(bothTailLabel, 1, 2); in StudentTestDialog()
139 gl2->addWidget(rightTailButton, 2, 1); in StudentTestDialog()
142 gl2->addWidget(rightTailLabel, 2, 2); in StudentTestDialog()
145 gl2->addWidget(leftTailButton, 3, 1); in StudentTestDialog()
148 gl2->addWidget(leftTailLabel, 3, 2); in StudentTestDialog()
[all …]
/dports/devel/R-cran-broom/broom/tests/testthat/
H A Dtest-glmnet.R60 gl2 <- glance(fit2) globalVar
62 check_glance_outputs(gl, gl2)
81 gl2 <- glance(cv_fit2) globalVar
83 check_glance_outputs(gl, gl2)

12345678910>>...38