Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedOp.cpp134 fProcessors.finalize(this->getSingleInstance().fColor, coverageInput, clip, in finalize()
163 this->getSingleInstance().fInfo |= fInstancedRendering->addOpParams(this); in wasRecorded()
202 that->getSingleInstance().fInfo |= fInstancedRendering->addOpParams(that); in onCombineIfPossible()
286 op->getSingleInstance().fInfo |= kLocalMatrix_InfoFlag; in recordRect()
334 op->getSingleInstance().fInfo |= ((int)innerShapeType << kInnerShapeType_InfoBit); in recordDRRect()
360 Instance& instance = op->getSingleInstance(); in recordShape()
DInstancedOp.h57 Instance& getSingleInstance() const { return this->getSingleDraw().fInstance; } in getSingleInstance() function