Home
last modified time | relevance | path

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

/external/skia/src/gpu/effects/
DGrDisableColorXP.cpp19 class DisableColorXP : public GrXferProcessor { class
21 static GrXferProcessor* Create() { return new DisableColorXP; } in Create()
23 ~DisableColorXP() override {}; in ~DisableColorXP()
30 DisableColorXP();
76 DisableColorXP::DisableColorXP() { in DisableColorXP() function in DisableColorXP
77 this->initClassID<DisableColorXP>(); in DisableColorXP()
80 void DisableColorXP::onGetGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const { in onGetGLSLProcessorKey()
84 GrGLSLXferProcessor* DisableColorXP::createGLSLInstance() const { return new GLDisableColorXP(*this… in createGLSLInstance()
86 void DisableColorXP::onGetBlendInfo(GrXferProcessor::BlendInfo* blendInfo) const { in onGetBlendInfo()
102 return DisableColorXP::Create(); in onCreateXferProcessor()