Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp322 SkString dstColorDecl = SkStringPrintf("half4 %s;", dstColor); in emitAndInstallDstTexture() local
323 fFS.definitionAppend(dstColorDecl.c_str()); in emitAndInstallDstTexture()
339 SkString dstColorDecl = SkStringPrintf("half4 %s;", dstColor); in emitAndInstallDstTexture() local
340 fFS.definitionAppend(dstColorDecl.c_str()); in emitAndInstallDstTexture()