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

  /external/chromium_org/third_party/skia/src/gpu/
GrInOrderDrawBuffer.cpp 36 poolState.fUsedPoolVertexBytes = 0;
265 poolState.fUsedPoolVertexBytes = SkTMax(poolState.fUsedPoolVertexBytes, vertexBytes);
350 poolState.fUsedPoolVertexBytes = SkTMax(poolState.fUsedPoolVertexBytes, bytes);
704 SkASSERT(0 == poolState.fUsedPoolVertexBytes);
740 poolState.fUsedPoolVertexBytes);
741 poolState.fUsedPoolVertexBytes = 0;
766 SkASSERT(0 == poolState.fUsedPoolVertexBytes);
806 poolState.fUsedPoolVertexBytes = 0
    [all...]
GrInOrderDrawBuffer.h 321 size_t fUsedPoolVertexBytes;

Completed in 39 milliseconds