Searched refs:WebGL (Results 1 – 25 of 25) sorted by relevance
45 else if (appType == Application.ApplicationType.WebGL) this.type = Type.WebGL; in GLVersion()51 } else if (type == Type.WebGL) { in GLVersion()150 WebGL, enumConstant
63 || Gdx.app.getType() == ApplicationType.WebGL) { in consumeCustomData()
54 if (Gdx.app.getType() == ApplicationType.Android || Gdx.app.getType() == ApplicationType.WebGL in generateMipMap()
7 PURPOSE = "Execute the WebGL aquarium test suite to measure power."18 This runs the WebGL aquarium test and measures power consumption.
7 PURPOSE = "Execute the WebGL aquarium test suite."20 This runs the WebGL aquarium test.
7 PURPOSE = "Execute the WebGL performance test suite."20 This test runs the WebGL performance tests.
1 WebGL performance test
7 PURPOSE = "Execute the WebGL many planets deep test suite."20 This test runs the WebGL many planets deep tests.
102 Android, Desktop, HeadlessDesktop, Applet, WebGL, iOS enumConstant
53 AndroidGL, LWJGL, WebGL, iOSGL, JGLFW, Mock, LWJGL3 enumConstant
208 if (followRedirects == true || Gdx.app.getType() != ApplicationType.WebGL) { in setFollowRedirects()
20 This test runs a graphics stress with YouTube, Vimeo and WebGL Aquarium.
20 This test runs a graphics stress with WebGL Blob, Aquarium and YouTube.
90 …glVersion = new GLVersion(Application.ApplicationType.WebGL, versionString, vendorString, renderer… in GwtGraphics()139 return GraphicsType.WebGL; in getType()
400 return ApplicationType.WebGL;
19 The test outputs the power consumption for WebGL Aquarium gfx demo.
5 via WebGL, and computationally intensive tasks such as physics simulations.
7 …* [WebGL html5 page](http://www.aurelienribon.com/universal-tween-engine/gwt/demo.html) (requires …
93 } else if (type == ApplicationType.WebGL) { in initialize()
5 - getters are not implemented, some are not supported by WebGL
7 WebGL enabled browser and iOS.
118 if (Gdx.app.getType() != ApplicationType.WebGL) { // gwt throws: NYI: Numbers.doubleToRawLongBits in create()
219 …type == ApplicationType.Desktop || type == ApplicationType.Applet || type == ApplicationType.WebGL) in act()
200 …ectly. Blink will turn on the direct path.\n\nIn addition, it will reduce WebGL video test flakine…
10802 Add primitive WebGL array support to d8.11690 Added support Float64 WebGL arrays.11746 Exposed WebGL typed array constructors in the shell sample.