HomeSort by relevance Sort by last modified time
    Searched refs:vkGetPhysicalDeviceImageFormatProperties (Results 1 - 20 of 20) sorted by null

  /external/vulkan-validation-layers/common/
vulkan_wrapper.h 38 extern PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
vulkan_wrapper.cpp 36 vkGetPhysicalDeviceImageFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceImageFormatProperties>(
37 dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties"));
258 PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
vulkan_wrapper.h 38 extern PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
vulkan_wrapper.cpp 35 vkGetPhysicalDeviceImageFormatProperties = reinterpret_cast<PFN_vkGetPhysicalDeviceImageFormatProperties>(dlsym(libvulkan, "vkGetPhysicalDeviceImageFormatProperties"));
223 PFN_vkGetPhysicalDeviceImageFormatProperties vkGetPhysicalDeviceImageFormatProperties;
  /external/vulkan-validation-layers/loader/
gpa_helper.h 33 if (!strcmp(funcName, "vkGetPhysicalDeviceImageFormatProperties"))
34 return (PFN_vkVoidFunction)vkGetPhysicalDeviceImageFormatProperties;
trampoline.c 587 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(
    [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 137 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 135 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkImageTiling tiling, VkImageUsageFlags usage, VkImageCreateFlags flags, VkImageFormatProperties* pImageFormatProperties)
    [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl     [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /external/skia/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /external/skqp/third_party/vulkan/vulkan/
vulkan.h     [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp     [all...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 969 milliseconds