OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gInstance
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/gpu/
GrTBackendEffectFactory.h
75
static const GrTBackendEffectFactory*
gInstance
;
76
if (!
gInstance
) {
77
gInstance
= SkNEW_PLACEMENT(gInstanceMem.get(),
80
return *
gInstance
;
/external/skia/include/gpu/
GrTBackendEffectFactory.h
75
static const GrTBackendEffectFactory*
gInstance
;
76
if (!
gInstance
) {
77
gInstance
= SkNEW_PLACEMENT(gInstanceMem.get(),
80
return *
gInstance
;
Completed in 29 milliseconds