Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrTBlockList.h108 reserved * sizeof(T), GrBlockAllocator::kIgnoreExistingBytes_Flag); in reserve()
321 GrBlockAllocator::kIgnoreExistingBytes_Flag | in concat()
DGrBlockAllocator.h284 kIgnoreExistingBytes_Flag = 0b10, enumerator
541 if ((flags & kIgnoreExistingBytes_Flag) || in reserve()
/external/skia/tests/
DGrBlockAllocatorTest.cpp477 pool->reserve(pool->currentBlock()->avail(), GrBlockAllocator::kIgnoreExistingBytes_Flag); in DEF_TEST()