Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds