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

  /external/vulkan-validation-layers/tests/
vkrenderframework.h 264 void UnmapMemory() { Image::memory().unmap(); }
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 266 VKAPI_ATTR void VKAPI_CALL UnmapMemory(
279 pTable->UnmapMemory(device,memory);
    [all...]
unique_objects_wrappers.h 150 VKAPI_ATTR void VKAPI_CALL UnmapMemory(
159 dev_data->device_dispatch_table->UnmapMemory(device, memory);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.h 267 void UnmapMemory() { Image::memory().unmap(); }
  /frameworks/native/vulkan/libvulkan/
api_gen.h 75 PFN_vkUnmapMemory UnmapMemory;
api_gen.cpp 205 INIT_PROC(true, dev, UnmapMemory);
369 VKAPI_ATTR void UnmapMemory(VkDevice device, VkDeviceMemory memory);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 48 PFN_vkUnmapMemory UnmapMemory;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]
core_validation.cpp     [all...]
  /external/vulkan-validation-layers/layers/
core_validation.cpp     [all...]

Completed in 819 milliseconds