Searched refs:VkBool32 (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/vulkan/api/ |
D | vulkan.api | 654 type u32 VkBool32 4167 VkBool32 primitiveRestartEnable 4191 VkBool32 depthClampEnable 4192 VkBool32 rasterizerDiscardEnable 4196 VkBool32 depthBiasEnable 4208 VkBool32 sampleShadingEnable /// optional (GL45) 4211 VkBool32 alphaToCoverageEnable 4212 VkBool32 alphaToOneEnable 4216 VkBool32 blendEnable 4230 VkBool32 logicOpEnable [all …]
|
/frameworks/native/vulkan/include/vulkan/ |
D | vk_android_native_buffer.h | 93 VkBool32 sharedImage;
|
/frameworks/native/vulkan/libvulkan/ |
D | swapchain.h | 28 …pportKHR(VkPhysicalDevice pdev, uint32_t queue_family, VkSurfaceKHR surface, VkBool32* pSupported);
|
D | api.cpp | 476 static VKAPI_ATTR VkBool32 1047 VkBool32 LayerChain::DebugReportCallback(VkDebugReportFlagsEXT flags, in DebugReportCallback()
|
D | api_gen.cpp | 62 …ysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t, VkSurfaceKHR, VkBool32*) { in disabledGetPhysicalDeviceSurfaceSupportKHR() argument 384 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… 510 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 924 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… in WaitForFences() 1428 …icalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) { in GetPhysicalDeviceSurfaceSupportKHR() 1698 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t… in vkWaitForFences() 2333 …icalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) { in vkGetPhysicalDeviceSurfaceSupportKHR()
|
D | swapchain.cpp | 587 VkBool32* supported) { in GetPhysicalDeviceSurfaceSupportKHR() 619 *supported = static_cast<VkBool32>( in GetPhysicalDeviceSurfaceSupportKHR()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanSurface.cpp | 185 SkDEBUGCODE(VkBool32 supported; res = vkManager.mGetPhysicalDeviceSurfaceSupportKHR( in Create()
|
/frameworks/native/vulkan/api/templates/ |
D | vk_xml.tmpl | 109 <type requires="vk_platform" name="VkBool32"/>
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 70 …ForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t…
|
D | null_driver.cpp | 1230 VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitA… in WaitForFences()
|