Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrAllocator.h32 , fOwnFirstBlock(nullptr == initialBlock) in GrAllocator()
37 if (fOwnFirstBlock) { in GrAllocator()
85 int firstBlockToFree = fOwnFirstBlock ? 0 : 1; in reset()
89 if (fOwnFirstBlock) { in reset()
205 fOwnFirstBlock = false; in setInitialBlock()
220 bool fOwnFirstBlock; variable