Searched refs:gGpuFactories (Results 1 – 1 of 1) sorted by relevance
43 static CreateGpuProc gGpuFactories[kMaxNumBackends] = {gl_gpu_create, NULL, NULL, NULL}; variable46 gGpuFactories[i] = proc; in GrGpuFactoryRegistrar()51 if (!gGpuFactories[backend]) { in Create()54 return (gGpuFactories[backend])(backendContext, context); in Create()