Home
last modified time | relevance | path

Searched defs:reserveCount (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/graphite/render/
DDynamicInstancesPatchAllocator.h33 unsigned int reserveCount) in DynamicInstancesPatchAllocator()
/external/skia/include/private/base/
DSkTArray.h53 explicit SkTArray(int reserveCount) : SkTArray() { this->reserve_back(reserveCount); } in SkTArray()
656 explicit SkSTArray(int reserveCount) : SkSTArray() { in SkSTArray()
/external/skia/tests/
DTArrayTest.cpp326 Array* array, int reserveCount) { in test_array_reserve()