Home | History | Annotate | Download | only in gpu

Lines Matching refs:fUsedPoolVertexBytes

40     poolState.fUsedPoolVertexBytes = 0;
291 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
355 poolState.fUsedPoolVertexBytes = GrMax(poolState.fUsedPoolVertexBytes, vertexBytes);
670 SkASSERT(0 == poolState.fUsedPoolVertexBytes);
706 poolState.fUsedPoolVertexBytes);
707 poolState.fUsedPoolVertexBytes = 0;
734 SkASSERT(0 == poolState.fUsedPoolVertexBytes);
774 poolState.fUsedPoolVertexBytes = 0;
794 poolState.fUsedPoolVertexBytes = restoredState.fVertexSize * restoredState.fVertexCount;