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

  /external/vulkan-validation-layers/tests/
vkrenderframework.h 304 void UnmapMemory() { Image::memory().unmap(); }
  /frameworks/native/vulkan/libvulkan/
api_gen.h 63 PFN_vkUnmapMemory UnmapMemory;
api_gen.cpp 161 INIT_PROC(dev, UnmapMemory);
304 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
    [all...]
  /external/vulkan-validation-layers/include/vulkan/
vk_layer.h 55 PFN_vkUnmapMemory UnmapMemory;
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]

Completed in 70 milliseconds