HomeSort by relevance Sort by last modified time
    Searched refs:fIndexInBlock (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAllocator.h 142 , fIndexInBlock(allocator->fItemsPerBlock - 1)
149 ++fIndexInBlock;
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) {
153 fIndexInBlock = 0;
164 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize;
170 int fIndexInBlock;
  /external/skqp/src/gpu/
GrAllocator.h 142 , fIndexInBlock(allocator->fItemsPerBlock - 1)
149 ++fIndexInBlock;
151 if (fIndexInBlock == fAllocator->fItemsPerBlock) {
153 fIndexInBlock = 0;
164 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize;
170 int fIndexInBlock;

Completed in 87 milliseconds