Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader_MiddleOut.cpp199 GrGLSLVarying colorVarying(GrSLType::kHalf4_GrSLType); in makeProgramImpl() local
201 &colorVarying, in makeProgramImpl()
203 v->codeAppendf("%s = colorAttrib;", colorVarying.vsOut()); in makeProgramImpl()
204 fVaryingColorName = colorVarying.fsIn(); in makeProgramImpl()
/third_party/skia/tools/gpu/
DTestOps.cpp48 GrGLSLVarying colorVarying(kHalf4_GrSLType); in makeProgramImpl() local
49 args.fVaryingHandler->addVarying("color", &colorVarying, in makeProgramImpl()
51 … args.fVertBuilder->codeAppendf("%s = %s;", colorVarying.vsOut(), gp.fInColor.name()); in makeProgramImpl()
53 args.fOutputColor, colorVarying.fsIn()); in makeProgramImpl()