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

  /external/skia/src/gpu/
GrAllocator.h 141 , fBlockIndex(-1)
152 ++fBlockIndex;
164 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize;
169 int fBlockIndex;
  /external/skqp/src/gpu/
GrAllocator.h 141 , fBlockIndex(-1)
152 ++fBlockIndex;
164 return (char*) fAllocator->fBlocks[fBlockIndex] + fIndexInBlock * fAllocator->fItemSize;
169 int fBlockIndex;

Completed in 90 milliseconds