HomeSort by relevance Sort by last modified time
    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