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

1 2

  /frameworks/native/vulkan/libvulkan/
driver_gen.h 84 PFN_vkGetDeviceQueue GetDeviceQueue;
driver_gen.cpp 302 reinterpret_cast<PFN_vkVoidFunction>(GetDeviceQueue),
516 INIT_PROC(true, dev, GetDeviceQueue);
api_gen.h 68 PFN_vkGetDeviceQueue GetDeviceQueue;
driver.h 131 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
driver.cpp     [all...]
api_gen.cpp 198 INIT_PROC(true, dev, GetDeviceQueue);
362 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
    [all...]
  /external/skia/src/gpu/vk/
GrVkBackendContext.cpp 139 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE);
GrVkInterface.cpp 70 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device);
  /external/skqp/src/gpu/vk/
GrVkBackendContext.cpp 139 ACQUIRE_VK_PROC(GetDeviceQueue, inst, VK_NULL_HANDLE);
GrVkInterface.cpp 70 ACQUIRE_PROC(GetDeviceQueue, VK_NULL_HANDLE, device);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/include/vulkan/
vk_layer.h 41 PFN_vkGetDeviceQueue GetDeviceQueue;
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 212 vk::GetDeviceQueue(ctx_.dev, ctx_.game_queue_family, 0, &ctx_.game_queue);
213 vk::GetDeviceQueue(ctx_.dev, ctx_.present_queue_family, 0, &ctx_.present_queue);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/build-android/generated/include/
vk_dispatch_table_helper.h 35 table->GetDeviceQueue = (PFN_vkGetDeviceQueue) gpa(device, "vkGetDeviceQueue");
thread_check.h 84 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(
97 pTable->GetDeviceQueue(device,queueFamilyIndex,queueIndex,pQueue);
    [all...]
  /external/skia/tools/sk_app/
VulkanWindowContext.cpp 73 GET_DEV_PROC(GetDeviceQueue);
  /external/skqp/tools/sk_app/
VulkanWindowContext.cpp 73 GET_DEV_PROC(GetDeviceQueue);
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.cpp 180 {"vkGetDeviceQueue", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkGetDeviceQueue>(GetDeviceQueue))},
null_driver_gen.h 48 VKAPI_ATTR void GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue* pQueue);
null_driver.cpp 698 void GetDeviceQueue(VkDevice device, uint32_t, uint32_t, VkQueue* queue) {
    [all...]
  /external/skqp/tests/
VkHardwareBufferTest.cpp 486 DECLARE_VK_PROC(GetDeviceQueue);
595 ACQUIRE_INST_VK_PROC(GetDeviceQueue);
    [all...]
  /external/vulkan-validation-layers/layers/
object_tracker_utils.cpp 425 VKAPI_ATTR void VKAPI_CALL GetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, VkQueue *pQueue) {
430 get_dispatch_table(ot_device_table_map, device)->GetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue);
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 85 GET_DEV_PROC(GetDeviceQueue);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
swapchain.cpp     [all...]
object_tracker.cpp     [all...]
parameter_validation.cpp     [all...]

Completed in 208 milliseconds

1 2