Searched refs:fbFetchColorName (Results 1 – 2 of 2) sorted by relevance
196 const char* fbFetchColorName = shaderCaps->fbFetchColorName(); in dstColor() local200 fbFetchColorName = DeclaredColorOutputName(); in dstColor()202 this->codeAppendf("vec4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()204 return fbFetchColorName; in dstColor()
113 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function