/device/generic/vulkan-cereal/host-common/opengl/ |
D | emugl_config.cpp | 258 snprintf(config->backend, sizeof(config->backend), "%s", gpu_mode); in emuglConfig_init() 302 snprintf(config->backend, sizeof(config->backend), "%s", gpu_mode); in emuglConfig_init() 313 snprintf(config->backend, sizeof(config->backend), "%s", gpu_mode); in emuglConfig_init() 365 snprintf(config->backend, sizeof(config->backend), "%s", gpu_mode); in emuglConfig_init() 377 snprintf(config->backend, sizeof(config->backend), "%s", gpu_mode); in emuglConfig_init() 406 if (strcmp(config->backend, "host") != 0) { in emuglConfig_setupEnv() 409 std::string dir = sBackendList->getLibDirPath(config->backend); in emuglConfig_setupEnv() 418 if (!strcmp(config->backend, "host")) { in emuglConfig_setupEnv() 423 if (!strcmp(config->backend, "angle_indirect") in emuglConfig_setupEnv() 424 || !strcmp(config->backend, "swiftshader_indirect")) { in emuglConfig_setupEnv() [all …]
|
D | emugl_config_unittest.cpp | 77 EXPECT_STREQ("host", config.backend); in TEST() 89 EXPECT_STREQ("host", config.backend); in TEST() 99 EXPECT_STREQ("mesa", config.backend); in TEST() 127 EXPECT_STREQ("host", config.backend); in TEST() 137 EXPECT_STREQ("host", config.backend); in TEST() 147 EXPECT_STREQ("mesa", config.backend); in TEST() 166 EXPECT_STREQ("vendor", config.backend); in TEST() 227 EXPECT_STREQ("host", config.backend); in TEST() 252 EXPECT_STREQ("host", config.backend); in TEST() 255 EXPECT_STREQ("angle_indirect", config.backend); in TEST() [all …]
|
D | emugl_config.h | 54 char backend[64]; member
|
/device/generic/vulkan-cereal/protocols/vulkan/config/ |
D | attribs.txt | 73 ifdef::backend-html5[] 75 endif::backend-html5[] 76 ifndef::backend-html5[] 78 endif::backend-html5[]
|
/device/generic/vulkan-cereal/third-party/angle/src/common/fuchsia_egl/ |
D | BUILD.gn | 17 deps = [ ":backend" ] 20 angle_source_set("backend") {
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | ANGLEPerfTest.cpp | 185 const std::string &backend, in ANGLEPerfTest() argument 189 mBackend(backend), in ANGLEPerfTest() 343 std::string RenderTestParams::backend() const in backend() function in RenderTestParams 401 return backend() + story(); in backendAndStory() 406 testParams.backend(), in ANGLERenderTest()
|
D | ANGLEPerfTest.h | 61 const std::string &backend, 112 virtual std::string backend() const;
|
/device/google/atv/audio_proxy/interfaces/aidl/ |
D | Android.bp | 17 backend: {
|
/device/generic/car/emulator/vhal_v2_0/interfaces/aidl/ |
D | Android.bp | 20 backend: {
|
/device/generic/vulkan-cereal/third-party/angle/ |
D | README.md | 31 With the Vulkan backend, ANGLE 2.1.0.d46e2fb1e341 was certified compliant to ES 2.0 in Nov 2019, and 35 ANGLE is used as the default WebGL backend for both Google Chrome and Mozilla Firefox on Windows
|
/device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
D | OutputVulkanGLSLForMetal.mm | 8 // considerations for Metal backend limitations.
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/ |
D | README.md | 16 For every set of dEQP tests, for example GLES3 tests on the Vulkan backend, an expectations file
|
D | deqp_gles31_test_expectations.txt | 31 …elow cases are failed due to binding multi-UAVs to a single buffer is not supported in D3D backend. 147 // The D3D backend does not expect missing shader stages
|
D | deqp_gles2_test_expectations.txt | 222 // Android GLES backend only failures 278 // Android Vulkan backend only failures
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | Starter-Projects.md | 103 ANGLE is preparing to release its OpenGL backend on Windows in Chrome using the passthrough command
|
D | DevSetup.md | 109 To change the default D3D backend:
|
D | DebuggingTips.md | 92 the calls the application makes, instead of the calls ANGLE makes to its backend. As ANGLE is a
|
D | ContributingCode.md | 41 backend, you will need to run [`scripts/run_code_generation.py`][run_code_generation.py] and
|
/device/generic/vulkan-cereal/ |
D | README.md | 105 virtio-gpu backend implementation.
|
/device/generic/vulkan-cereal/third-party/perfetto/include/ |
D | README.md | 74 - Custom backend: this is for peculiar cases (mainly chromium) where the
|
/device/generic/vulkan-cereal/third-party/angle/gni/ |
D | angle.gni | 100 # ANGLE Vulkan backend on Android requires API level 26, i.e. Oreo, due to
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.mm | 322 ERR() << "Metal backend encountered an internal error. Code=" << glErrorCode << "."; 336 ERR() << "Metal backend encountered an internal error: \n"
|
/device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
D | VK_EXT_device_memory_report.txt | 138 application threads into a single backend thread and perform JIT allocations
|
/device/generic/goldfish-opengl/system/profiler/ |
D | perfetto.cpp | 38817 TracingBackend* backend = nullptr; member 39637 auto add_backend = [this, &args](TracingBackend* backend, BackendType type) { in Initialize() argument 39638 if (!backend) { in Initialize() 39647 rb.backend = backend; in Initialize() 39659 rb.producer->Initialize(rb.backend->ConnectProducer(rb.producer_conn_args)); in Initialize() 40006 for (auto& backend : backends_) { in SyncProducersForTesting() local 40007 auto* producer = backend.producer.get(); in SyncProducersForTesting() 40026 for (auto& backend : backends_) in SyncProducersForTesting() local 40027 all_producers_connected &= backend.producer->connected_; in SyncProducersForTesting() 40085 for (RegisteredBackend& backend : backends_) { in UpdateDataSourcesOnAllBackends() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/doc/ |
D | PresentSemaphores.md | 126 In the Vulkan backend, we simplify destruction of semaphores by always keeping a history of 3
|