Searched refs:OverdrawXP (Results 1 – 1 of 1) sorted by relevance
143 class OverdrawXP : public GrXferProcessor { class145 OverdrawXP(const DstTexture* dstTexture, bool hasMixedSamples) in OverdrawXP() function in OverdrawXP147 this->initClassID<OverdrawXP>(); in OverdrawXP()174 GLOverdrawXP(const OverdrawXP&) { } in GLOverdrawXP() argument203 void OverdrawXP::onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()207 GrGLSLXferProcessor* OverdrawXP::createGLSLInstance() const { return new GLOverdrawXP(*this); } in createGLSLInstance()229 return new OverdrawXP(dstTexture, hasMixedSamples); in onCreateXferProcessor()