Home
last modified time | relevance | path

Searched refs:fGetDeviceQueue (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/sk_app/
DVulkanWindowContext.h98 PFN_vkGetDeviceQueue fGetDeviceQueue = nullptr; variable
DVulkanWindowContext.cpp146 fGetDeviceQueue(fDevice, fPresentQueueIndex, 0, &fPresentQueue); in initializeContext()
/third_party/skia/src/gpu/vk/
DGrVkInterface.h73 VkPtr<PFN_vkGetDeviceQueue> fGetDeviceQueue; member
DGrVkInterface.cpp281 nullptr == fFunctions.fGetDeviceQueue || in validate()