Searched refs:fGetProc (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrProcessorUnitTest.cpp | 109 GrXPFactoryTestFactory::GrXPFactoryTestFactory(GetFn* getProc) : fGetProc(getProc) { in GrXPFactoryTestFactory() 119 const GrXPFactory* xpf = (*GetFactories())[idx]->fGetProc(data); in Get()
|
H A D | GrProcessorUnitTest.h | 123 GetFn* fGetProc; member in GrXPFactoryTestFactory
|
/third_party/skia/include/gpu/vk/ |
H A D | GrVkBackendContext.h | 68 GrVkGetProc fGetProc = nullptr; member
|
/third_party/skia/tools/gpu/vk/ |
H A D | VkTestContext.cpp | 83 reinterpret_cast<PFN_vk##name>(fVk.fGetProc("vk" #name, inst, nullptr)); \
|
H A D | VkTestUtils.cpp | 789 ctx->fGetProc = getProc; in CreateVkBackendContext()
|
/third_party/skia/tools/sk_app/ |
H A D | VulkanWindowContext.cpp | 87 backendContext.fGetProc("vkGetPhysicalDeviceProperties", in initializeContext() 98 fInterface.reset(new GrVkInterface(backendContext.fGetProc, fInstance, fDevice, in initializeContext()
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkGpu.cpp | 69 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