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

  /external/skia/src/gpu/
GrInOrderDrawBuffer.h 50 int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType);
51 *indicesLocation = (char*) fPathIndexBuffer.alloc(count * indexBytes,
54 memcpy(*indicesLocation, reinterpret_cast<const char*>(indexValues), count * indexBytes);
GrInOrderCommandBuilder.cpp 108 const int indexBytes = GrPathRange::PathIndexSizeInBytes(indexType);
110 if (&previous->fIndices[previous->fCount*indexBytes] == savedIndices &&

Completed in 63 milliseconds