Searched refs:fbFetchColorName (Results 1 – 4 of 4) sorted by relevance
27 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local31 fbFetchColorName = DeclaredColorOutputName(); in dstColor()33 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()35 return fbFetchColorName; in dstColor()
64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
266 const char* fbFetchColorName() const { in fbFetchColorName() function
803 this->write(this->caps().fbFetchColorName()); in writeVariableReference()