Home
last modified time | relevance | path

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

123

/device/generic/vulkan-cereal/host-common/opengl/
Demugl_config.cpp258 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 …]
Demugl_config_unittest.cpp77 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 …]
Demugl_config.h54 char backend[64]; member
/device/generic/vulkan-cereal/protocols/vulkan/config/
Dattribs.txt73 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/
DBUILD.gn17 deps = [ ":backend" ]
20 angle_source_set("backend") {
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DANGLEPerfTest.cpp185 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()
DANGLEPerfTest.h61 const std::string &backend,
112 virtual std::string backend() const;
/device/google/atv/audio_proxy/interfaces/aidl/
DAndroid.bp17 backend: {
/device/generic/car/emulator/vhal_v2_0/interfaces/aidl/
DAndroid.bp20 backend: {
/device/generic/vulkan-cereal/third-party/angle/
DREADME.md31 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/
DOutputVulkanGLSLForMetal.mm8 // considerations for Metal backend limitations.
/device/generic/vulkan-cereal/third-party/angle/src/tests/deqp_support/
DREADME.md16 For every set of dEQP tests, for example GLES3 tests on the Vulkan backend, an expectations file
Ddeqp_gles31_test_expectations.txt31 …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
Ddeqp_gles2_test_expectations.txt222 // Android GLES backend only failures
278 // Android Vulkan backend only failures
/device/generic/vulkan-cereal/third-party/angle/doc/
DStarter-Projects.md103 ANGLE is preparing to release its OpenGL backend on Windows in Chrome using the passthrough command
DDevSetup.md109 To change the default D3D backend:
DDebuggingTips.md92 the calls the application makes, instead of the calls ANGLE makes to its backend. As ANGLE is a
DContributingCode.md41 backend, you will need to run [`scripts/run_code_generation.py`][run_code_generation.py] and
/device/generic/vulkan-cereal/
DREADME.md105 virtio-gpu backend implementation.
/device/generic/vulkan-cereal/third-party/perfetto/include/
DREADME.md74 - Custom backend: this is for peculiar cases (mainly chromium) where the
/device/generic/vulkan-cereal/third-party/angle/gni/
Dangle.gni100 # 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/
Dmtl_render_utils.mm322 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/
DVK_EXT_device_memory_report.txt138 application threads into a single backend thread and perform JIT allocations
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp38817 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/
DPresentSemaphores.md126 In the Vulkan backend, we simplify destruction of semaphores by always keeping a history of 3

123