Home
last modified time | relevance | path

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

/external/skia/src/gpu/instanced/
DInstancedRendering.cpp50 op->getSingleInstance().fInfo |= kLocalMatrix_InfoFlag; in recordRect()
98 op->getSingleInstance().fInfo |= ((int)innerShapeType << kInnerShapeType_InfoBit); in recordDRRect()
127 Instance& instance = op->getSingleInstance(); in recordShape()
344 fProcessors.analyzeAndEliminateFragmentProcessors(&analysis, this->getSingleInstance().fColor, in xpRequiresDstTexture()
361 this->getSingleInstance().fInfo |= fInstancedRendering->fParams.count(); in xpRequiresDstTexture()
DInstancedRendering.h132 Instance& getSingleInstance() const { return this->getSingleDraw().fInstance; } in getSingleInstance() function