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

  /external/vulkan-validation-layers/common/
vulkan_wrapper.h 90 extern PFN_vkCreateImageView vkCreateImageView;
vulkan_wrapper.cpp 103 vkCreateImageView = reinterpret_cast<PFN_vkCreateImageView>(dlsym(libvulkan, "vkCreateImageView"));
310 PFN_vkCreateImageView vkCreateImageView;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
vulkan_wrapper.h 90 extern PFN_vkCreateImageView vkCreateImageView;
vulkan_wrapper.cpp 87 vkCreateImageView = reinterpret_cast<PFN_vkCreateImageView>(dlsym(libvulkan, "vkCreateImageView"));
275 PFN_vkCreateImageView vkCreateImageView;
  /external/vulkan-validation-layers/loader/
gpa_helper.h 85 if (!strcmp(funcName, "vkCreateImageView")) return (PFN_vkVoidFunction)vkCreateImageView;
trampoline.c     [all...]
  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 384 VK_CALL(vkCreateImageView(mInit->device(), &viewCreateInfo, nullptr, &mView));
509 VK_CALL(vkCreateImageView(mInit->device(), &imageViewCreateInfo, nullptr,
    [all...]
VulkanPreTransformTestHelpers.cpp 438 VK_CALL(vkCreateImageView(mDeviceInfo->device(), &imageViewCreateInfo, nullptr,
    [all...]
  /external/vulkan-validation-layers/tests/
layer_validation_tests.cpp     [all...]
vktestbinding.cpp 580 NON_DISPATCHABLE_HANDLE_INIT(vkCreateImageView, dev, &info);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
layer_validation_tests.cpp     [all...]
vktestbinding.cpp 569 NON_DISPATCHABLE_HANDLE_INIT(vkCreateImageView, dev, &info);
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 477 VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 475 VKAPI_ATTR VkResult VKAPI_CALL vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkImageView* pView)
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkNullDriverImpl.inl     [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...]
  /external/vulkan-validation-layers/include/vulkan/
vulkan.h     [all...]
vulkan.hpp     [all...]
  /frameworks/native/vulkan/include/vulkan/
vulkan_core.h     [all...]

Completed in 3677 milliseconds