Home
last modified time | relevance | path

Searched refs:putBackIndices (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/gpu/
DGrMeshDrawTarget.h98 virtual void putBackIndices(int indices) = 0;
DGrOpFlushState.cpp204 void GrOpFlushState::putBackIndices(int indexCount) { in putBackIndices() function in GrOpFlushState
DGrOpFlushState.h150 void putBackIndices(int indexCount) final;
/third_party/skia/src/gpu/mock/
DGrMockOpTarget.h106 UNIMPL(void putBackIndices(int))
/third_party/skia/src/gpu/ops/
DDefaultPathRenderer.cpp310 fTarget->putBackIndices((size_t)(fIndicesInChunk - indexCount)); in createMeshAndPutBackReserve()