Lines Matching refs:fInstance
27 #define GET_PROC(F) f ## F = (PFN_vk ## F) fGetInstanceProcAddr(fInstance, "vk" #F)
79 fInstance = backendContext.fInstance;
88 backendContext.fInstance,
98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice,
123 fSurface = fCreateVkSurfaceFn(fInstance);
447 fDestroySurfaceKHR(fInstance, fSurface, nullptr);
463 fDestroyDebugReportCallbackEXT(fInstance, fDebugCallback, nullptr);
469 if (VK_NULL_HANDLE != fInstance) {
470 fDestroyInstance(fInstance, nullptr);
471 fInstance = VK_NULL_HANDLE;