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

  /external/vulkan-validation-layers/tests/
vktestbinding.cpp 486 bind_memory(internal_mem_, 0);
502 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) {
519 bind_memory(internal_mem_, 0);
549 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:Image
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vktestbinding.cpp 473 bind_memory(internal_mem_, 0);
489 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:vk_testing::Buffer
506 bind_memory(internal_mem_, 0);
536 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { function in class:vk_testing::Image

Completed in 795 milliseconds