Searched refs:webgl (Results 1 – 25 of 32) sorted by relevance
12
/external/angle/src/tests/perf_tests/ |
D | GenerateMipmapPerf.cpp | 37 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()
|
D | TextureUploadPerf.cpp | 36 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 …]
|
D | TexturesPerf.cpp | 82 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/ |
D | templates.go | 187 #include <webgl/webgl1.h> 188 #include <webgl/webgl1_ext.h> 189 #include <webgl/webgl2.h> 190 #include <webgl/webgl2_ext.h>
|
D | gen_interface.go | 108 webgl := fillAssembleTemplate(ASSEMBLE_INTERFACE_WEBGL, features, webglRequirements) 109 writeToFile(*outDir, WEBGL_FILE_NAME, webgl)
|
D | interface.json5 | 484 "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/ |
D | README.md | 45 `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/ |
D | BUILD.bazel | 33 "//src/gpu/ganesh/gl/webgl:__pkg__",
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.2.rst | 47 [PNV] webgl conformance case max texture fails 51 [PNV] webgl conformance case NPOT case fails with TEXTURE_MIN_FILTER
|
D | 10.4.1.rst | 36 Inverted bumpmap in webgl applications
|
D | 10.3.6.rst | 38 Inverted bumpmap in webgl applications
|
D | 7.11.rst | 339 [Pineview webgl] many webgl conformance cases crash the browser
|
D | 10.5.0.rst | 63 Inverted bumpmap in webgl applications
|
D | 7.9.1.rst | 88 i915 shader compiler fails to flatten if in Aquarium webgl demo.
|
/external/skia/modules/canvaskit/ |
D | BUILD.bazel | 124 "modules/canvaskit/webgl.js", 239 "webgl.js",
|
D | BUILD.gn | 214 rebase_path("webgl.js"),
|
/external/skia/site/docs/dev/design/ |
D | uni_characterize.md | 98 Similar to the contrast between canvas2d and webgl, this proposal seeks to provide very efficient,
|
D | text_shaper.md | 6 … 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/ |
D | skia.gni | 125 skia_gl_standard = "webgl"
|
/external/angle/doc/ |
D | Orientation.md | 125 - [The WebGL Specs](https://www.khronos.org/registry/webgl/specs/latest/)
|
D | ContributingCode.md | 93 [WebGL-CTS]: https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformance-tests.html
|
/external/skia/ |
D | BUILD.bazel | 70 actual = "//src/gpu/ganesh/gl/webgl:webgl_factory",
|
/external/angle/ |
D | README.md | 128 * Read about WebGL on the [Khronos WebGL Wiki](http://khronos.org/webgl/wiki/Main_Page).
|
/external/skia/modules/canvaskit/tests/ |
D | core_test.js | 1986 if (!CanvasKit.webgl) { 2003 if (!CanvasKit.webgl) { 2022 if (!CanvasKit.webgl) {
|
/external/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | noise.inl | 4 // Based on the work of Stefan Gustavson and Ashima Arts on "webgl-noise": 5 // https://github.com/ashima/webgl-noise
|
12