Searched refs:fbFetchColorName (Results 1 – 8 of 8) sorted by relevance
104 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local108 fbFetchColorName = DeclaredColorOutputName(); in dstColor()110 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()112 return fbFetchColorName; in dstColor()
125 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local129 fbFetchColorName = DeclaredColorOutputName(); in dstColor()131 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()133 return fbFetchColorName; in dstColor()
64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
208 const char* fbFetchColorName() const { in fbFetchColorName() function
805 this->write(fProgram.fSettings.fCaps->fbFetchColorName()); in writeFunctionCall()
213 const char* fbFetchColorName() const { in fbFetchColorName() function
811 this->write(fProgram.fSettings.fCaps->fbFetchColorName()); in writeFunctionCall()