HomeSort by relevance Sort by last modified time
    Searched refs:inCubicCoeffs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBezierEffect.h 241 inline const GrShaderVar& inCubicCoeffs() const { return fInCubicCoeffs; }
GrBezierEffect.cpp 277 , fInHairQuadEdge(this->addVertexAttrib(GrShaderVar("inCubicCoeffs",
350 const GrShaderVar& inCubicCoeffs = geometryProcessor.cast<GrCubicEffect>().inCubicCoeffs();
351 vsBuilder->codeAppendf("%s = %s;", vsName, inCubicCoeffs.c_str());
457 , fInCubicCoeffs(this->addVertexAttrib(GrShaderVar("inCubicCoeffs",

Completed in 247 milliseconds