Home
last modified time | relevance | path

Searched refs:needMoreBytes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrSubRunAllocator.h112 this->needMoreBytes(size, alignment); in allocateBytes()
125 void needMoreBytes(int size, int alignment);
DGrSubRunAllocator.cpp61 void GrBagOfBytes::needMoreBytes(int requestedSize, int alignment) { in needMoreBytes() function in GrBagOfBytes