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

  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
thread_check.h 635 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(
653 result = pTable->WaitForFences(device,fenceCount,pFences,waitAll,timeout);
    [all...]
unique_objects_wrappers.h 448 VKAPI_ATTR VkResult VKAPI_CALL WaitForFences(
466 VkResult result = dev_data->device_dispatch_table->WaitForFences(device, fenceCount, (const VkFence*)local_pFences, waitAll, timeout);
    [all...]
  /frameworks/native/vulkan/libvulkan/
api_gen.h 89 PFN_vkWaitForFences WaitForFences;
api_gen.cpp 219 INIT_PROC(true, dev, WaitForFences);
384 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
    [all...]
  /frameworks/native/vulkan/nulldrv/
null_driver.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 62 PFN_vkWaitForFences WaitForFences;
  /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 2449 milliseconds