/third_party/flutter/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TextureUploadPerf.cpp | 35 webgl = false; in TextureUploadParams() 43 bool webgl; member 58 if (webgl) in suffix() 115 setWebGLCompatibilityEnabled(GetParam().webgl); in TextureUploadBenchmarkBase() 116 setRobustResourceInit(GetParam().webgl); in TextureUploadBenchmarkBase() 133 if (params.webgl) in initializeBenchmark() 235 params.webgl = webglCompat; in D3D11Params() 243 params.webgl = webglCompat; in OpenGLOrGLESParams() 251 params.webgl = webglCompat; in VulkanParams()
|
D | TexturesPerf.cpp | 39 webgl = false; in TexturesParams() 48 bool webgl; member 67 if (webgl) in suffix() 97 setWebGLCompatibilityEnabled(GetParam().webgl); in TexturesBenchmark() 98 setRobustResourceInit(GetParam().webgl); in TexturesBenchmark() 280 params.webgl = webglCompat; in D3D11Params() 288 params.webgl = webglCompat; in D3D9Params() 296 params.webgl = webglCompat; in OpenGLOrGLESParams()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | TextureUploadPerf.cpp | 35 webgl = false; in TextureUploadParams() 43 bool webgl; member 58 if (webgl) in story() 185 setWebGLCompatibilityEnabled(GetParam().webgl); in TextureUploadBenchmarkBase() 186 setRobustResourceInit(GetParam().webgl); in TextureUploadBenchmarkBase() 340 params.webgl = webglCompat; in D3D11Params() 348 params.webgl = webglCompat; in OpenGLOrGLESParams() 356 params.webgl = webglCompat; in VulkanParams() 364 params.webgl = false; in VulkanPBOParams() 377 params.webgl = false; in ES3OpenGLPBOParams()
|
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 OpenGLOrGLESParams() 309 params.webgl = webglCompat; in VulkanParams()
|
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 OpenGLOrGLESParams() 358 params.webgl = webglCompat; in VulkanParams()
|
/third_party/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
|
/third_party/flutter/skia/tools/gpu/gl/interface/ |
D | gen_interface.go | 108 webgl := fillAssembleTemplate(ASSEMBLE_INTERFACE_WEBGL, features, webglRequirements) 109 writeToFile(*outDir, WEBGL_FILE_NAME, webgl)
|
D | interface.json5 | 412 "WebGL": null, // explicitly removed https://www.khronos.org/registry/webgl/specs/2.0/#5.14 423 "WebGL": null, // explicitly removed https://www.khronos.org/registry/webgl/specs/2.0/#5.14
|
/third_party/skia/tools/gpu/gl/interface/ |
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
|
/third_party/skia/src/gpu/ |
D | BUILD.bazel | 528 name = "webgl-srcs", 530 "gl/webgl/GrGLMakeNativeInterface_webgl.cpp", 543 "//bazel/common_config_settings:webgl_standard": [":webgl-srcs"],
|
/third_party/cef/tools/distrib/linux/ |
D | README.redistrib.txt | 69 Used as an alternative to SwANGLE when the `--use-gl=swiftshader-webgl`
|
/third_party/cef/tools/distrib/win/ |
D | README.redistrib.txt | 78 Used as an alternative to SwANGLE when the `--use-gl=swiftshader-webgl`
|
/third_party/skia/site/docs/dev/design/ |
D | text_shaper.md | 3 … outside of DOM Text nodes, and outside of any particular rendering model (e.g. canvas2d or webgl). 12 or webgl, or in some other fashion, but still want access to the powerful international text shaping
|
D | uni_characterize.md | 95 Similar to the contrast between canvas2d and webgl, this proposal seeks to provide very efficient,
|
/third_party/cef/tools/distrib/mac/ |
D | README.redistrib.txt | 114 Used as an alternative to SwANGLE when the `--use-gl=swiftshader-webgl`
|
/third_party/flutter/skia/third_party/externals/angle2/ |
D | README.md | 75 * Read about WebGL on the [Khronos WebGL Wiki](http://khronos.org/webgl/wiki/Main_Page).
|
/third_party/flutter/skia/third_party/externals/angle2/doc/ |
D | ContributingCode.md | 35 …of-Tree WebGL Conformance tests](https://www.khronos.org/registry/webgl/sdk/tests/webgl-conformanc…
|
D | Orientation.md | 128 - [The WebGL Specs](https://www.khronos.org/registry/webgl/specs/latest/)
|
/third_party/flutter/skia/modules/canvaskit/ |
D | CHANGELOG.md | 73 - `CanvasKit.MakeWebGLCanvasSurface` no longer takes a webgl context as a first arg, only a
|
/third_party/skia/third_party/externals/angle2/ |
D | README.md | 86 * Read about WebGL on the [Khronos WebGL Wiki](http://khronos.org/webgl/wiki/Main_Page).
|
/third_party/cef/include/internal/ |
D | cef_types_wrappers.h | 715 target->webgl = src->webgl; in set()
|
/third_party/skia/third_party/externals/angle2/doc/ |
D | Orientation.md | 128 - [The WebGL Specs](https://www.khronos.org/registry/webgl/specs/latest/)
|