Home
last modified time | relevance | path

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

/external/skia/tools/debugger/
DSkOverdrawMode.cpp172 class GLOverdrawXP : public GrGLSLXferProcessor { class
174 GLOverdrawXP(const OverdrawXP&) { } in GLOverdrawXP() function in GLOverdrawXP
176 ~GLOverdrawXP() override {} in ~GLOverdrawXP()
204 GLOverdrawXP::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
207 GrGLSLXferProcessor* OverdrawXP::createGLSLInstance() const { return new GLOverdrawXP(*this); } in createGLSLInstance()