Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/effects/
DGrBicubicEffect.cpp16 class GrGLBicubicEffect : public GrGLSLFragmentProcessor { class
40 void GrGLBicubicEffect::emitCode(EmitArgs& args) { in emitCode()
145 void GrGLBicubicEffect::onSetData(const GrGLSLProgramDataManager& pdman, in onSetData()
196 GrGLBicubicEffect::GenKey(*this, caps, b); in onGetGLSLProcessorKey()
200 return new GrGLBicubicEffect; in onCreateGLSLInstance()