Home
last modified time | relevance | path

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

12

/external/angle/src/tests/perf_tests/
DGenerateMipmapPerf.cpp37 webgl = false; in GenerateMipmapParams()
47 bool webgl; member
61 if (webgl) in story()
124 setWebGLCompatibilityEnabled(GetParam().webgl); in GenerateMipmapBenchmarkBase()
125 setRobustResourceInit(GetParam().webgl); in GenerateMipmapBenchmarkBase()
281 params.webgl = webglCompat; in D3D11Params()
295 params.webgl = webglCompat; in MetalParams()
309 params.webgl = webglCompat; in OpenGLOrGLESParams()
323 params.webgl = webglCompat; in VulkanParams()
DTextureUploadPerf.cpp36 webgl = false; in TextureUploadParams()
44 bool webgl; member
59 if (webgl) in story()
296 setWebGLCompatibilityEnabled(GetParam().webgl); in TextureUploadBenchmarkBase()
297 setRobustResourceInit(GetParam().webgl); in TextureUploadBenchmarkBase()
450 params.webgl = webglCompat; in D3D11Params()
458 params.webgl = webglCompat; in MetalParams()
466 params.webgl = webglCompat; in OpenGLOrGLESParams()
474 params.webgl = webglCompat; in VulkanParams()
482 params.webgl = webglCompat; in ES3VulkanParams()
[all …]
DTexturesPerf.cpp82 webgl = false; in TexturesParams()
91 bool webgl; member
108 if (webgl) in story()
138 setWebGLCompatibilityEnabled(GetParam().webgl); in TexturesBenchmark()
139 setRobustResourceInit(GetParam().webgl); in TexturesBenchmark()
338 params.webgl = webglCompat; in D3D11Params()
348 params.webgl = webglCompat; in MetalParams()
358 params.webgl = webglCompat; in OpenGLOrGLESParams()
368 params.webgl = webglCompat; in VulkanParams()
/external/skia/tools/gpu/gl/interface/
Dtemplates.go187 #include <webgl/webgl1.h>
188 #include <webgl/webgl1_ext.h>
189 #include <webgl/webgl2.h>
190 #include <webgl/webgl2_ext.h>
Dgen_interface.go108 webgl := fillAssembleTemplate(ASSEMBLE_INTERFACE_WEBGL, features, webglRequirements)
109 writeToFile(*outDir, WEBGL_FILE_NAME, webgl)
Dinterface.json5484 "WebGL": null, // explicitly removed https://www.khronos.org/registry/webgl/specs/2.0/#5.14
495 "WebGL": null, // explicitly removed https://www.khronos.org/registry/webgl/specs/2.0/#5.14
/external/AFLplusplus/utils/dynamic_covfilter/
DREADME.md45 `grep -i "webgl" libxul.symbols.txt > libxul.webgl.symbols.txt`
47 Finally, you can run with `AFL_PC_FILTER_FILE=libxul.webgl.symbols.txt` to
/external/skia/include/gpu/ganesh/gl/
DBUILD.bazel33 "//src/gpu/ganesh/gl/webgl:__pkg__",
/external/mesa3d/docs/relnotes/
D8.0.2.rst47 [PNV] webgl conformance case max texture fails
51 [PNV] webgl conformance case NPOT case fails with TEXTURE_MIN_FILTER
D10.4.1.rst36 Inverted bumpmap in webgl applications
D10.3.6.rst38 Inverted bumpmap in webgl applications
D7.11.rst339 [Pineview webgl] many webgl conformance cases crash the browser
D10.5.0.rst63 Inverted bumpmap in webgl applications
D7.9.1.rst88 i915 shader compiler fails to flatten if in Aquarium webgl demo.
/external/skia/modules/canvaskit/
DBUILD.bazel124 "modules/canvaskit/webgl.js",
239 "webgl.js",
DBUILD.gn214 rebase_path("webgl.js"),
/external/skia/site/docs/dev/design/
Duni_characterize.md98 Similar to the contrast between canvas2d and webgl, this proposal seeks to provide very efficient,
Dtext_shaper.md6 … outside of DOM Text nodes, and outside of any particular rendering model (e.g. canvas2d or webgl).
15 or webgl, or in some other fashion, but still want access to the powerful international text shaping
/external/skia/gn/
Dskia.gni125 skia_gl_standard = "webgl"
/external/angle/doc/
DOrientation.md125 - [The WebGL Specs](https://www.khronos.org/registry/webgl/specs/latest/)
DContributingCode.md93 [WebGL-CTS]: https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html
/external/skia/
DBUILD.bazel70 actual = "//src/gpu/ganesh/gl/webgl:webgl_factory",
/external/angle/
DREADME.md128 * Read about WebGL on the [Khronos WebGL Wiki](http://khronos.org/webgl/wiki/Main_Page).
/external/skia/modules/canvaskit/tests/
Dcore_test.js1986 if (!CanvasKit.webgl) {
2003 if (!CanvasKit.webgl) {
2022 if (!CanvasKit.webgl) {
/external/oboe/samples/RhythmGame/third_party/glm/gtc/
Dnoise.inl4 // Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise":
5 // https://github.com/ashima/webgl-noise

12