Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrAllocator.h34 , fOwnFirstBlock(nullptr == initialBlock) in GrAllocator()
39 if (fOwnFirstBlock) { in GrAllocator()
87 int firstBlockToFree = fOwnFirstBlock ? 0 : 1; in reset()
91 if (fOwnFirstBlock) { in reset()
225 fOwnFirstBlock = false; in setInitialBlock()
240 bool fOwnFirstBlock; variable