Home
last modified time | relevance | path

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

/external/skia/src/gpu/vk/
DGrVkBackendContext.cpp332 fInterface->fFunctions.fDestroyInstance(fInstance, nullptr); in ~GrVkBackendContext()
DGrVkInterface.cpp204 NULL == fFunctions.fDestroyInstance || in validate()
/external/skia/include/gpu/vk/
DGrVkInterface.h71 VkPtr<PFN_vkDestroyInstance> fDestroyInstance; member