OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCache
(Results
1 - 7
of
7
) sorted by null
/external/icu/icu4c/source/common/
unifiedcache.cpp
23
static icu::UnifiedCache *
gCache
= NULL;
36
if (
gCache
) {
37
delete
gCache
;
38
gCache
= NULL;
70
U_ASSERT(
gCache
== NULL);
74
gCache
= new UnifiedCache(status);
75
if (
gCache
== NULL) {
79
delete
gCache
;
80
gCache
= NULL;
90
U_ASSERT(
gCache
!= NULL)
[
all
...]
/external/skia/src/core/
SkTypefaceCache.cpp
56
static SkTypefaceCache
gCache
;
57
return
gCache
;
/external/skqp/src/core/
SkTypefaceCache.cpp
56
static SkTypefaceCache
gCache
;
57
return
gCache
;
/external/icu/icu4c/source/i18n/
hebrwcal.cpp
137
static icu::CalendarCache *
gCache
= NULL;
141
delete
gCache
;
142
gCache
= NULL;
393
int32_t day = CalendarCache::get(&
gCache
, year, status);
421
CalendarCache::put(&
gCache
, year, day, status);
/frameworks/av/services/camera/libcameraservice/hidl/
HidlCameraService.cpp
221
sp<VendorTagDescriptorCache>
gCache
= VendorTagDescriptorCache::getGlobalVendorTagCache();
222
if (
gCache
== nullptr) {
227
&vendorIdsAndTagDescs =
gCache
->getVendorIdsAndTagDescriptors();
/external/skia/src/gpu/gradients/
GrGradientShader.cpp
43
static GrGradientBitmapCache
gCache
(kMaxNumCachedGradientBitmaps, kGradientTextureSize);
55
gCache
.getGradient(colors, positions, count, colorType, alphaType, &bitmap);
/external/skqp/src/gpu/gradients/
GrGradientShader.cpp
41
static GrGradientBitmapCache
gCache
(kMaxNumCachedGradientBitmaps, kGradientTextureSize);
53
gCache
.getGradient(colors, positions, count, colorType, alphaType, &bitmap);
Completed in 798 milliseconds