Searched refs:fbFetchColorName (Results 1 – 2 of 2) sorted by relevance
228 const char* fbFetchColorName = glslCaps->fbFetchColorName(); in dstColor() local232 fbFetchColorName = DeclaredColorOutputName(); in dstColor()234 return fbFetchColorName; in dstColor()
51 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function