Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuFactory.cpp16 static CreateGpuProc gGpuFactories[kBackendCount] = { GrGLGpu::Create, nullptr }; variable
25 gGpuFactories[i] = proc; in GrGpuFactoryRegistrar()
33 if (!gGpuFactories[backend]) { in Create()
36 return (gGpuFactories[backend])(backendContext, options, context); in Create()