Searched refs:fbFetchColorName (Results 1 – 8 of 8) 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()
188 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local192 fbFetchColorName = DeclaredColorOutputName(); in dstColor()194 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()196 return fbFetchColorName; in dstColor()
63 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
203 const char* fbFetchColorName() const { in fbFetchColorName() function
815 this->write(fProgram.fSettings.fCaps->fbFetchColorName()); in writeFunctionCall()
266 const char* fbFetchColorName() const { in fbFetchColorName() function
803 this->write(this->caps().fbFetchColorName()); in writeVariableReference()