OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMinGeometryAllocated
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/gpu/batches/
GrAtlasTextBatch.h
166
enum {
kMinGeometryAllocated
= 4 };
167
SkAutoSTMalloc<
kMinGeometryAllocated
, Geometry> fGeoData;
GrAtlasTextBatch.cpp
232
//
kMinGeometryAllocated
).
234
int currAllocSize = SkTMax<int>(
kMinGeometryAllocated
, GrNextPow2(fGeoCount));
Completed in 46 milliseconds