Home
last modified time | relevance | path

Searched refs:renderStepCount (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/gpu/graphite/
DDrawContext.cpp134 if (fPendingDraws->renderStepCount() > 0) { in discard()
223 if (fPendingDraws->renderStepCount() == 0 && fPendingLoadOp != LoadOp::kClear) { in flush()
DDrawList.h87 int renderStepCount() const { return fRenderStepCount; } in renderStepCount() function
DDrawContext.h65 int pendingRenderSteps() const { return fPendingDraws->renderStepCount(); } in pendingRenderSteps()
DDrawPass.cpp474 keys.reserve(draws->renderStepCount()); in Make()