HomeSort by relevance Sort by last modified time
    Searched refs:CreateQueryPool (Results 1 - 19 of 19) sorted by null

  /frameworks/native/vulkan/libvulkan/
api_gen.h 97 PFN_vkCreateQueryPool CreateQueryPool;
api_gen.cpp 227 INIT_PROC(true, dev, CreateQueryPool);
392 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 70 PFN_vkCreateQueryPool CreateQueryPool;
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 64 table->CreateQueryPool = (PFN_vkCreateQueryPool) gpa(device, "vkCreateQueryPool");
thread_check.h 832 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool(
    [all...]
unique_objects_wrappers.h 578 VKAPI_ATTR VkResult VKAPI_CALL CreateQueryPool(
585 VkResult result = dev_data->device_dispatch_table->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
    [all...]
  /external/skia/src/gpu/vk/
GrVkInterface.cpp 99 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkInterface.cpp 99 ACQUIRE_PROC(CreateQueryPool, VK_NULL_HANDLE, device);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 131 {"vkCreateQueryPool", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkCreateQueryPool>(CreateQueryPool))},
null_driver_gen.h 78 VKAPI_ATTR VkResult CreateQueryPool(VkDevice device, const VkQueryPoolCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkQueryPool* pQueryPool);
null_driver.cpp     [all...]
  /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/loader/
trampoline.c     [all...]
  /external/vulkan-validation-layers/tests/layers/
wrap_objects.cpp 417 VkResult result = device_dispatch_table(device)->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/layers/
wrap_objects.cpp 415 VkResult result = device_dispatch_table(device)->CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
    [all...]
  /external/vulkan-validation-layers/layers/
parameter_validation_utils.cpp 567 result = device_data->dispatch_table.CreateQueryPool(device, pCreateInfo, pAllocator, pQueryPool);
    [all...]
core_validation.cpp     [all...]

Completed in 99 milliseconds