/frameworks/native/vulkan/libvulkan/ |
swapchain.h | 30 VKAPI_ATTR VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice pdev, VkSurfaceKHR surface, uint32_t* count, VkSurfaceFormatKHR* formats);
|
api_gen.h | 46 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;
|
driver_gen.cpp | 231 reinterpret_cast<PFN_vkVoidFunction>(GetPhysicalDeviceSurfaceFormatsKHR),
|
api_gen.cpp | 136 INIT_PROC_EXT(KHR_surface, instance, GetPhysicalDeviceSurfaceFormatsKHR); 420 VKAPI_ATTR VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pSurfaceFormatCount, VkSurfaceFormatKHR* pSurfaceFormats); [all...] |
swapchain.cpp | 343 VkResult GetPhysicalDeviceSurfaceFormatsKHR(VkPhysicalDevice /*pdev*/, [all...] |
/external/vulkan-validation-layers/demos/smoke/ |
Helpers.h | 105 vk::GetPhysicalDeviceSurfaceFormatsKHR(phy, surface, &count, nullptr); 108 return vk::GetPhysicalDeviceSurfaceFormatsKHR(phy, surface, &count, formats.data());
|
/external/vulkan-validation-layers/include/vulkan/ |
vk_layer.h | 194 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;
|
/external/vulkan-validation-layers/loader/ |
wsi.c | 310 * for GetPhysicalDeviceSurfaceFormatsKHR 321 VkResult res = disp->GetPhysicalDeviceSurfaceFormatsKHR( 328 * for GetPhysicalDeviceSurfaceFormatsKHR 339 "GetPhysicalDeviceSurfaceFormatsKHR: Error, null pSurfaceFormatCount"); 341 assert(icd->GetPhysicalDeviceSurfaceFormatsKHR && 342 "loader: null GetPhysicalDeviceSurfaceFormatsKHR ICD pointer"); 344 return icd->GetPhysicalDeviceSurfaceFormatsKHR( [all...] |
loader.h | 226 PFN_vkGetPhysicalDeviceSurfaceFormatsKHR GetPhysicalDeviceSurfaceFormatsKHR;
|
table_ops.h | 588 table->GetPhysicalDeviceSurfaceFormatsKHR = [all...] |
loader.c | 120 .GetPhysicalDeviceSurfaceFormatsKHR = [all...] |
/external/skia/src/gpu/vk/ |
GrVkInterface.cpp | 158 GET_PROC(GetPhysicalDeviceSurfaceFormatsKHR);
|
/external/vulkan-validation-layers/layers/ |
unique_objects.h | 85 pDisp->GetPhysicalDeviceSurfaceFormatsKHR =
|
swapchain.cpp | 158 pDisp->GetPhysicalDeviceSurfaceFormatsKHR = [all...] |
object_tracker.h | 150 pDisp->GetPhysicalDeviceSurfaceFormatsKHR = [all...] |
/external/vulkan-validation-layers/demos/ |
cube.c | [all...] |
tri.c | [all...] |