Home
last modified time | relevance | path

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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
DGLVersion.java45 else if (appType == Application.ApplicationType.WebGL) this.type = Type.WebGL; in GLVersion()
51 } else if (type == Type.WebGL) { in GLVersion()
150 WebGL, enumConstant
DFloatTextureData.java63 || Gdx.app.getType() == ApplicationType.WebGL) { in consumeCustomData()
DMipMapGenerator.java54 if (Gdx.app.getType() == ApplicationType.Android || Gdx.app.getType() == ApplicationType.WebGL in generateMipMap()
/external/autotest/client/site_tests/graphics_WebGLAquarium/
Dcontrol.power7 PURPOSE = "Execute the WebGL aquarium test suite to measure power."
18 This runs the WebGL aquarium test and measures power consumption.
Dcontrol7 PURPOSE = "Execute the WebGL aquarium test suite."
20 This runs the WebGL aquarium test.
/external/autotest/client/site_tests/graphics_WebGLPerformance/
Dcontrol7 PURPOSE = "Execute the WebGL performance test suite."
20 This test runs the WebGL performance tests.
DREADME1 WebGL performance test
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
Dcontrol7 PURPOSE = "Execute the WebGL many planets deep test suite."
20 This test runs the WebGL many planets deep tests.
/external/libgdx/gdx/src/com/badlogic/gdx/
DApplication.java102 Android, Desktop, HeadlessDesktop, Applet, WebGL, iOS enumConstant
DGraphics.java53 AndroidGL, LWJGL, WebGL, iOSGL, JGLFW, Mock, LWJGL3 enumConstant
DNet.java208 if (followRedirects == true || Gdx.app.getType() != ApplicationType.WebGL) { in setFollowRedirects()
/external/autotest/client/site_tests/graphics_Stress/
Dcontrol.ytvimeowebgl20 This test runs a graphics stress with YouTube, Vimeo and WebGL Aquarium.
Dcontrol.blobaquariumyt20 This test runs a graphics stress with WebGL Blob, Aquarium and YouTube.
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGraphics.java90 …glVersion = new GLVersion(Application.ApplicationType.WebGL, versionString, vendorString, renderer… in GwtGraphics()
139 return GraphicsType.WebGL; in getType()
DGwtApplication.java400 return ApplicationType.WebGL;
/external/autotest/server/site_tests/graphics_PowerConsumption/
Dcontrol.WebGLAquarium19 The test outputs the power consumption for WebGL Aquarium gfx demo.
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/
DREADME.md5 via WebGL, and computationally intensive tasks such as physics simulations.
/external/universal-tween-engine/
DREADME.md7 …* [WebGL html5 page](http://www.aurelienribon.com/universal-tween-engine/gwt/demo.html) (requires …
/external/libgdx/extensions/gdx-controllers/gdx-controllers/src/com/badlogic/gdx/controllers/
DControllers.java93 } else if (type == ApplicationType.WebGL) { in initialize()
/external/libgdx/backends/gdx-backends-gwt/
Dissues.txt5 - getters are not implemented, some are not supported by WebGL
/external/libgdx/
DREADME.md7 WebGL enabled browser and iOS.
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
DBufferUtilsTest.java118 if (Gdx.app.getType() != ApplicationType.WebGL) { // gwt throws: NYI: Numbers.doubleToRawLongBits in create()
/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
DStage.java219 …type == ApplicationType.Desktop || type == ApplicationType.Applet || type == ApplicationType.WebGL) in act()
/external/chromium-trace/catapult/experimental/bisect_lib/test_data/
DMOCK_RANGE_RESPONSE_1200 …ectly. Blink will turn on the direct path.\n\nIn addition, it will reduce WebGL video test flakine…
/external/v8/
DChangeLog10802 Add primitive WebGL array support to d8.
11690 Added support Float64 WebGL arrays.
11746 Exposed WebGL typed array constructors in the shell sample.