Home
last modified time | relevance | path

Searched defs:putBackVertices (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h40 void putBackVertices(int vertices, size_t vertexStride) override { /* no-op */ } in putBackVertices() function
/third_party/skia/src/gpu/
DGrOpFlushState.cpp208 void GrOpFlushState::putBackVertices(int vertices, size_t vertexStride) { in putBackVertices() function in GrOpFlushState