Searched refs:getSingleInstance (Results 1 – 2 of 2) sorted by relevance
50 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()
132 Instance& getSingleInstance() const { return this->getSingleDraw().fInstance; } in getSingleInstance() function