Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrGpuFactory.cpp43 static CreateGpuProc gGpuFactories[kMaxNumBackends] = {gl_gpu_create, NULL, NULL, NULL}; variable
46 gGpuFactories[i] = proc; in GrGpuFactoryRegistrar()
51 if (!gGpuFactories[backend]) { in Create()
54 return (gGpuFactories[backend])(backendContext, context); in Create()