HomeSort by relevance Sort by last modified time
    Searched full:vertexbytes (Results 1 - 1 of 1) sorted by null

  /external/skia/src/gpu/
GrInOrderDrawBuffer.cpp 259 size_t vertexBytes = instancesToConcat * info.verticesPerInstance() *
261 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
323 size_t vertexBytes = (info.vertexCount() + info.startVertex()) *
325 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);

Completed in 388 milliseconds