Home
last modified time | relevance | path

Searched refs:getInitBatchTracker (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrInOrderDrawBuffer.cpp156 state->getPipeline()->getInitBatchTracker()); in setupPipelineAndShouldDraw()
184 batch->initBatchTracker(state->getPipeline()->getInitBatchTracker()); in setupPipelineAndShouldDraw()
DGrPipeline.h99 const GrPipelineInfo& getInitBatchTracker() const { return fInitBT; } in getInitBatchTracker() function