HomeSort by relevance Sort by last modified time
    Searched defs:vkAllocateMemory (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/common/
vulkan_wrapper.cpp 60 vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(dlsym(libvulkan, "vkAllocateMemory"));
274 PFN_vkAllocateMemory vkAllocateMemory;
  /external/vulkan-validation-layers/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 243 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/common/
vulkan_wrapper.cpp 51 vkAllocateMemory = reinterpret_cast<PFN_vkAllocateMemory>(dlsym(libvulkan, "vkAllocateMemory"));
239 PFN_vkAllocateMemory vkAllocateMemory;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 241 VKAPI_ATTR VkResult VKAPI_CALL vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, const VkAllocationCallbacks* pAllocator, VkDeviceMemory* pMemory)
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.cpp     [all...]

Completed in 59 milliseconds