Searched refs:GLArithmeticXP (Results 1 – 1 of 1) sorted by relevance
181 class GLArithmeticXP : public GrGLSLXferProcessor { class183 GLArithmeticXP(const ArithmeticXP& arithmeticXP) in GLArithmeticXP() function in GLArithmeticXP187 ~GLArithmeticXP() override {} in ~GLArithmeticXP()244 GLArithmeticXP::GenKey(*this, caps, b); in onGetGLSLProcessorKey()247 GrGLSLXferProcessor* ArithmeticXP::createGLSLInstance() const { return new GLArithmeticXP(*this); } in createGLSLInstance()