Searched refs:gInstance (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DGrTBackendEffectFactory.h64 static const GrTBackendEffectFactory* gInstance; local
65 if (!gInstance) {
66 gInstance = SkNEW_PLACEMENT(gInstanceMem.get(),
69 return *gInstance;
/external/skia/include/gpu/
H A DGrTBackendEffectFactory.h64 static const GrTBackendEffectFactory* gInstance; local
65 if (!gInstance) {
66 gInstance = SkNEW_PLACEMENT(gInstanceMem.get(),
69 return *gInstance;

Completed in 100 milliseconds