Lines Matching refs:getProc
18 PFN_vk##name grVk##name = reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device))
22 reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device)); \
26 destroy_instance(getProc, inst); \
34 reinterpret_cast<PFN_vk##name>(getProc("vk" #name, instance, device)); \
41 #define GET_PROC_LOCAL(F, inst, device) PFN_vk ## F F = (PFN_vk ## F) getProc("vk" #F, inst, device)
43 static void destroy_instance(GrVkGetProc getProc, VkInstance inst) {
57 auto getProc = [instProc, devProc](const char* proc_name,
135 destroy_instance(getProc, inst);
140 destroy_instance(getProc, inst);
150 destroy_instance(getProc, inst);
159 destroy_instance(getProc, inst);
179 destroy_instance(getProc, inst);
188 destroy_instance(getProc, inst);
198 destroy_instance(getProc, inst);
206 destroy_instance(getProc, inst);
218 destroy_instance(getProc, inst);
270 destroy_instance(getProc, inst);
277 destroy_instance(getProc, inst);