Home
last modified time | relevance | path

Searched refs:fGetProc (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
DGrProcessorUnitTest.cpp109 GrXPFactoryTestFactory::GrXPFactoryTestFactory(GetFn* getProc) : fGetProc(getProc) { in GrXPFactoryTestFactory()
119 const GrXPFactory* xpf = (*GetFactories())[idx]->fGetProc(data); in Get()
DGrProcessorUnitTest.h123 GetFn* fGetProc; variable
/third_party/skia/include/gpu/vk/
DGrVkBackendContext.h68 GrVkGetProc fGetProc = nullptr; member
/third_party/skia/tools/gpu/vk/
DVkTestContext.cpp83 reinterpret_cast<PFN_vk##name>(fVk.fGetProc("vk" #name, inst, nullptr)); \
DVkTestUtils.cpp789 ctx->fGetProc = getProc; in CreateVkBackendContext()
/third_party/skia/src/gpu/vk/
DGrVkGpu.cpp66 if (!backendContext.fGetProc) { in Make()
72 backendContext.fGetProc("vkEnumerateInstanceVersion", in Make()
87 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in Make()
107 interface.reset(new GrVkInterface(backendContext.fGetProc, in Make()
123 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
126 interface.reset(new GrVkInterface(backendContext.fGetProc, in Make()
168 extensions.init(backendContext.fGetProc, backendContext.fInstance, in Make()
/third_party/skia/tools/sk_app/
DVulkanWindowContext.cpp87 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext()
98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()