Home
last modified time | relevance | path

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

/external/skia/src/effects/
DSkArithmeticMode_gpu.cpp181 class GLArithmeticXP : public GrGLSLXferProcessor { class
183 GLArithmeticXP(const ArithmeticXP& arithmeticXP) in GLArithmeticXP() function in GLArithmeticXP
187 ~GLArithmeticXP() override {} in ~GLArithmeticXP()
244 GLArithmeticXP::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
247 GrGLSLXferProcessor* ArithmeticXP::createGLSLInstance() const { return new GLArithmeticXP(*this); } in createGLSLInstance()