Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DDeferredLayerUpdater.cpp85 if (mLayer->getApi() == Layer::Api::Vulkan) { in apply()
93 mLayer->getApi(), Layer::Api::OpenGL, Layer::Api::Vulkan); in apply()
116 Layer::Api::OpenGL, Layer::Api::Vulkan); in doUpdateTexImage()
153 LOG_ALWAYS_FATAL_IF(mLayer->getApi() != Layer::Api::Vulkan, in doUpdateVkTexImage()
155 Layer::Api::OpenGL, Layer::Api::Vulkan); in doUpdateVkTexImage()
DVkLayer.h32 : Layer(renderState, Api::Vulkan, colorFilter, alpha, mode) in VkLayer()
DLayer.h45 Vulkan = 1, enumerator
/frameworks/native/vulkan/
DREADME.md3 This subdirectory contains Android's Vulkan loader, as well as some Vulkan-related tools useful to …
13 We generate several parts of the loader and tools from a Vulkan API description file, stored in `ap…
/frameworks/native/vulkan/doc/implementors_guide/
Dimplementors_guide.adoc2 = Vulkan on Android Implementor's Guide =
7 …nded for GPU IHVs writing Vulkan drivers for Android, and OEMs integrating them for specific devic…
11Vulkan applications and a device's Vulkan driver is the loader, which is part of AOSP and installe…
13 …tub +libvulkan.so+ exporting the same symbols as the loader. Calling the Vulkan functions exported…
17 …ading the driver. As of this writing, the preferred paths for 32-bit and 64-bit Vulkan drivers are:
24 The Vulkan +hw_module_t+ derivative is currently trivial. If support for multiple drivers is ever a…
26Vulkan +hw_device_t+ derivative corresponds to a single driver, though that driver can support mul…
/frameworks/native/vulkan/api/templates/
Dvk_xml.tmpl38 This file, vk.xml, is the Vulkan API Registry.»
41 <!-- SECTION: Vulkan type definitions -->
48 <type category="define">// Vulkan API version supported by this file««
177 <!-- SECTION: Vulkan enumerant (token) definitions. -->
195 <!-- Unlike OpenGL, most tokens in Vulkan are actual typed enumerants in»
215 <!-- SECTION: Vulkan command definitions -->
224 <!-- SECTION: Vulkan API interface definitions -->
262 <!-- SECTION: Vulkan extension interface definitions (none yet) -->
Dvulkan_h.tmpl43 ** This header is generated from the Khronos Vulkan API Registry.
52 // Vulkan API version supported by this file
141 // Vulkan structures
/frameworks/base/libs/hwui/pipeline/skia/
DLayerDrawable.cpp64 SkASSERT(layer->getApi() == Layer::Api::Vulkan); in DrawLayer()
DSkiaVulkanPipeline.cpp126 return new DeferredLayerUpdater(mRenderThread.renderState(), createLayer, Layer::Api::Vulkan); in createTextureLayer()
/frameworks/base/libs/hwui/renderstate/
DRenderState.cpp99 LOG_ALWAYS_FATAL_IF(layer->getApi() != Layer::Api::Vulkan, in layerDestroyedVkContext()
/frameworks/native/vulkan/libvulkan/
Dcode-generator.tmpl1112 Decides whether a function should be exported from the Android Vulkan
/frameworks/native/vulkan/api/
Dvulkan.api881 /// Vulkan format definitions