Searched refs:fBytesInUse (Results 1 – 2 of 2) sorted by relevance
42 fBytesInUse = 0; in GrBufferAllocPool()78 fBytesInUse = 0; in reset()142 GrAssert(bytesInUse == fBytesInUse); in validate()144 GrAssert((fBytesInUse && !fBlocks.empty()) || in validate()145 (!fBytesInUse && (fBlocks.count() < 2))); in validate()147 GrAssert((0 == fBytesInUse) == fBlocks.empty()); in validate()171 fBytesInUse += size; in makeSpace()193 fBytesInUse += size; in makeSpace()235 fBytesInUse -= bytesUsed; in putBack()244 fBytesInUse -= bytes; in putBack()
168 size_t fBytesInUse; variable