Home
last modified time | relevance | path

Searched refs:Vulkan (Results 1 – 15 of 15) sorted by relevance

/frameworks/native/vulkan/vkprofiles/
DREADME.md2 Get a local copy of the Vulkan-Profiles repository (https://github.com/KhronosGroup/Vulkan-Profiles…
4 NOTE: If the Vulkan-Headers you need for generation is later than the one that exists in
9 Run Vulkan-Profiles/scripts/gen_profiles_solutions.py in debug mode.
12 ~/Vulkan-Profiles$ mkdir debug
13 ~/Vulkan-Profiles$ python3 scripts/gen_profiles_solution.py --debug --registry ~/<PATH_TO_YOUR_AND…
17 ~/Vulkan-Profiles$ cp debug/vulkan_profiles.cpp <PATH_TO_YOUR_ANDROID_REPO>/frameworks/native/vulka…
18 ~/Vulkan-Profiles$ cp debug/vulkan_profiles.h <PATH_TO_YOUR_ANDROID_REPO>/frameworks/native/vulkan/…
/frameworks/native/vulkan/
DREADME.md3 This subdirectory contains Android's Vulkan loader, as well as some Vulkan-related tools useful to …
17 We generate several parts of the loader and tools directly from the Vulkan Registry (external/vulka…
DAndroid.bp15 // This module makes the Vulkan libhardware HAL headers available, for
/frameworks/base/libs/hwui/
DWebViewFunctorManager.cpp66 return RenderMode::Vulkan; in WebViewFunctor_queryPlatformRenderMode()
74 if (functorMode != RenderMode::OpenGL_ES && functorMode != RenderMode::Vulkan) { in WebViewFunctor_create()
78 if (functorMode == RenderMode::Vulkan && in WebViewFunctor_create()
79 WebViewFunctor_queryPlatformRenderMode() != RenderMode::Vulkan) { in WebViewFunctor_create()
287 case RenderMode::Vulkan: in validateCallbacks()
/frameworks/base/libs/hwui/private/hwui/
DWebViewFunctor.h29 Vulkan, enumerator
/frameworks/native/services/surfaceflinger/
Dsurfaceflinger_flags.aconfig156 description: "Use Vulkan backend in RenderEngine prior to switching to Graphite."
164 …description: "Compile AND enable Skia's Graphite Vulkan backend in RenderEngine. See also: force_c…
Dsurfaceflinger_flags_new.aconfig71 …description: "Compile Skia's Graphite Vulkan backend in RenderEngine, but do NOT enable it, unless…
/frameworks/base/native/webview/plat_support/
Ddraw_functor.cpp240 case uirenderer::RenderMode::Vulkan: in CreateFunctor_v3()
288 case uirenderer::RenderMode::Vulkan: in QueryRenderMode()
/frameworks/base/libs/hwui/aconfig/
Dhwui_flags.aconfig97 …description: "Initialize GL even when HWUI is set to use Vulkan. This improves app startup time fo…
/frameworks/base/libs/hwui/protos/
Dgraphicsstats.proto59 // HWUI renders pipeline type: GL or Vulkan
/frameworks/base/core/proto/android/service/
Dgraphicsstats.proto63 // HWUI renders pipeline type: GL or Vulkan
/frameworks/base/libs/hwui/tests/common/
DTestUtils.h335 case RenderMode::Vulkan: in createMockFunctorCallbacks()
/frameworks/native/opengl/libs/EGL/
DGLES_layers.md4 …bled, the LayerLoader will scan specified directories for layers, just like the Vulkan loader does.
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto428 // Ordered GPU debug layer list for Vulkan
/frameworks/proto_logging/stats/
Datoms.proto11959 // Total count of the Vulkan driver gets loaded.
11962 // Total count of the Vulkan driver fails to be loaded.
11965 // Api version of the system Vulkan driver.
11968 // Api version of the system CPU Vulkan driver.
12008 // Vulkan driver loading time info.
12016 // CPU Vulkan implementation is in use.
12032 // App created a Vulkan device.
12036 // App created a Vulkan swapchain.
12040 // Vulkan API version information from applicationInfo.
12044 // Bitmask of enabled features when creating Vulkan devices.
[all …]