Home
last modified time | relevance | path

Searched refs:GetDeviceProc (Results 1 – 3 of 3) sorted by relevance

/external/skia/include/gpu/vk/
DGrVkBackendContext.h73 const GrVkInterface::GetDeviceProc& getDeviceProc,
DGrVkInterface.h48 using GetDeviceProc = std::function<PFN_vkVoidFunction(VkDevice, const char*)>; member
56 const GetDeviceProc&,
/external/skia/src/gpu/vk/
DGrVkInterface.cpp16 const GrVkInterface::GetDeviceProc& dproc) { in make_unified_getter()
26 const GetDeviceProc& getDeviceProc, in GrVkInterface()