OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kPreAllocSize
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/
GrProgramDesc.h
134
kPreAllocSize
= kHeaderOffset + kHeaderSize +
138
SkSTArray<
kPreAllocSize
, uint8_t, true>& key() { return fKey; }
139
const SkSTArray<
kPreAllocSize
, uint8_t, true>& key() const { return fKey; }
142
SkSTArray<
kPreAllocSize
, uint8_t, true> fKey;
/external/skia/src/gpu/text/
GrTextBlobCache.h
24
: fPool(
kPreAllocSize
, kMinGrowthSize)
133
static const int
kPreAllocSize
= 1 << 17;
Completed in 196 milliseconds