Home | History | Annotate | Download | only in gpu

Lines Matching refs:vertexBytes

306     size_t vertexBytes = instancesToConcat * info.verticesPerInstance() *
308 poolState.fUsedPoolVertexBytes = SkTMax(poolState.fUsedPoolVertexBytes, vertexBytes);
381 size_t vertexBytes = (info.vertexCount() + info.startVertex()) *
383 poolState.fUsedPoolVertexBytes = SkTMax(poolState.fUsedPoolVertexBytes, vertexBytes);