Home
last modified time | relevance | path

Searched refs:putBackVertices (Results 1 - 7 of 7) sorted by relevance

/third_party/skia/src/gpu/
H A DGrVertexChunkArray.cpp14 fTarget->putBackVertices(fCurrChunkVertexCapacity - fCurrChunkVertexCount, fStride); in ~GrVertexChunkBuilder()
H A DGrEagerVertexAllocator.cpp29 fTarget->putBackVertices(fLockCount - actualCount, fLockStride); in unlock()
H A DGrMeshDrawTarget.h99 virtual void putBackVertices(int vertices, size_t vertexStride) = 0;
H A DGrOpFlushState.h151 void putBackVertices(int vertices, size_t vertexStride) final;
H A DGrOpFlushState.cpp208 void GrOpFlushState::putBackVertices(int vertices, size_t vertexStride) { in putBackVertices() function in GrOpFlushState
/third_party/skia/src/gpu/mock/
H A DGrMockOpTarget.h40 void putBackVertices(int vertices, size_t vertexStride) override { /* no-op */ }
/third_party/skia/src/gpu/ops/
H A DDefaultPathRenderer.cpp311 fTarget->putBackVertices((size_t)(fVerticesInChunk - vertexCount), fVertexStride); in createMeshAndPutBackReserve()

Completed in 5 milliseconds