Searched refs:Vulkan (Results 1 – 12 of 12) sorted by relevance
85 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()
32 : Layer(renderState, Api::Vulkan, colorFilter, alpha, mode) in VkLayer()
45 Vulkan = 1, enumerator
3 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…
2 = Vulkan on Android Implementor's Guide =7 …nded for GPU IHVs writing Vulkan drivers for Android, and OEMs integrating them for specific devic…11 …Vulkan 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…26 …Vulkan +hw_device_t+ derivative corresponds to a single driver, though that driver can support mul…
38 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) -->
43 ** This header is generated from the Khronos Vulkan API Registry.52 // Vulkan API version supported by this file141 // Vulkan structures
64 SkASSERT(layer->getApi() == Layer::Api::Vulkan); in DrawLayer()
126 return new DeferredLayerUpdater(mRenderThread.renderState(), createLayer, Layer::Api::Vulkan); in createTextureLayer()
99 LOG_ALWAYS_FATAL_IF(layer->getApi() != Layer::Api::Vulkan, in layerDestroyedVkContext()
1112 Decides whether a function should be exported from the Android Vulkan
881 /// Vulkan format definitions