Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkOverdrawMode.cpp143 class OverdrawXP : public GrXferProcessor { class
145 OverdrawXP(const DstTexture* dstTexture, bool hasMixedSamples) in OverdrawXP() function in OverdrawXP
147 this->initClassID<OverdrawXP>(); in OverdrawXP()
174 GLOverdrawXP(const OverdrawXP&) { } in GLOverdrawXP() argument
203 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()