Searched refs:fbFetchColorName (Results 1 – 8 of 8) sorted by relevance
95 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local99 fbFetchColorName = DeclaredColorOutputName(); in dstColor()101 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()103 return fbFetchColorName; in dstColor()
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()
64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
63 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()
276 const char* fbFetchColorName() const { in fbFetchColorName() function
794 this->write(this->caps().fbFetchColorName()); in writeVariableReference()