Searched refs:kMaxNumBackends (Results 1 – 1 of 1) sorted by relevance
42 static const int kMaxNumBackends = 4; variable43 static CreateGpuProc gGpuFactories[kMaxNumBackends] = {gl_gpu_create, NULL, NULL, NULL};50 SkASSERT((int)backend < kMaxNumBackends); in Create()