Home | History | Annotate | Download | only in effects

Lines Matching refs:caps

246 void GrConicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
248 GrGLConicEffect::GenKey(*this, caps, b);
462 void GrQuadEffect::getGLSLProcessorKey(const GrGLSLCaps& caps,
464 GrGLQuadEffect::GenKey(*this, caps, b);
695 void GrCubicEffect::getGLSLProcessorKey(const GrGLSLCaps& caps, GrProcessorKeyBuilder* b) const {
696 GrGLCubicEffect::GenKey(*this, caps, b);