Home
last modified time | relevance | path

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

/external/skia/src/gpu/graphite/render/
DDynamicInstancesPatchAllocator.h33 unsigned int reserveCount) in DynamicInstancesPatchAllocator()
/external/skia/src/base/
DSkFixedArray.h42 FixedArray(int reserveCount) { in FixedArray()
/external/skia/include/private/base/
DSkTArray.h52 explicit TArray(int reserveCount) : TArray() { this->reserve_exact(reserveCount); } in TArray()
785 explicit STArray(int reserveCount) in STArray()
/external/skia/tests/
DTArrayTest.cpp475 Array* array, int reserveCount) { in test_array_reserve()