Home
last modified time | relevance | path

Searched refs:fInstanceBuffer (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DDrawAtlasPathOp.cpp200 fProgram->geomProc().instanceStride(), fInstanceCount, &fInstanceBuffer, in onPrepare()
227 flushState->bindBuffers(nullptr, std::move(fInstanceBuffer), fVertexBufferIfNoIDSupport); in onExecute()
H A DFillRRectOp.cpp129 sk_sp<const GrBuffer> fInstanceBuffer; member in skgpu::v1::FillRRectOp::__anon18843::final
527 &fInstanceBuffer, &fBaseInstance)) { in onPrepareDraws()
787 if (!fInstanceBuffer || !fIndexBuffer || !fVertexBuffer) { in onExecute()
793 flushState->bindBuffers(std::move(fIndexBuffer), std::move(fInstanceBuffer), in onExecute()
H A DDrawAtlasPathOp.h85 sk_sp<const GrBuffer> fInstanceBuffer; member in skgpu::v1::final

Completed in 3 milliseconds