HomeSort by relevance Sort by last modified time
    Searched refs:WaitForFences (Results 1 - 25 of 33) sorted by null

1 2

  /external/skia/tools/gpu/vk/
VkTestContext.cpp 87 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
  /external/skqp/tools/gpu/vk/
VkTestContext.cpp 87 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 88 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
  /external/skqp/tools/gpu/mtl/
MtlTestContext.mm 88 auto result = GR_VK_CALL(fVk, WaitForFences(fDevice, 1, &fence, true, kForever));
  /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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 62 PFN_vkWaitForFences WaitForFences;
  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 367 WaitForFences(fBackendContext->fDevice, 2,
446 WaitForFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences,
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 367 WaitForFences(fBackendContext->fDevice, 2,
446 WaitForFences(fBackendContext->fDevice, 2, backbuffer->fUsageFences,
  /external/skia/tests/
SurfaceSemaphoreTest.cpp 304 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000));
  /external/skqp/tests/
SurfaceSemaphoreTest.cpp 304 err = GR_VK_CALL(interface, WaitForFences(device, 1, &fence, true, 3000000000));
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 56 table->WaitForFences = (PFN_vkWaitForFences) gpa(device, "vkWaitForFences");
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...]
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 91 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device);
GrVkCommandBuffer.cpp 533 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX));
    [all...]
GrVkGpu.cpp     [all...]
  /external/skqp/src/gpu/vk/
GrVkInterface.cpp 91 ACQUIRE_PROC(WaitForFences, VK_NULL_HANDLE, device);
GrVkCommandBuffer.cpp 533 WaitForFences(gpu->device(), 1, &fSubmitFence, true, UINT64_MAX));
    [all...]
GrVkGpu.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 449 vk::assert_success(vk::WaitForFences(ctx_.dev, 1, &buf.present_fence, true, UINT64_MAX));
Smoke.cpp 715 vk::assert_success(vk::WaitForFences(dev_, 1, &data.fence, true, UINT64_MAX));
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 236 {"vkWaitForFences", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkWaitForFences>(WaitForFences))},
null_driver_gen.h 70 VKAPI_ATTR VkResult WaitForFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences, VkBool32 waitAll, uint64_t timeout);
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 93 GET_DEV_PROC(WaitForFences);

Completed in 150 milliseconds

1 2