Searched refs:fbFetchColorName (Results 1 – 2 of 2) sorted by relevance
215 const char* fbFetchColorName = gpu->glCaps().glslCaps()->fbFetchColorName(); in dstColor() local219 fbFetchColorName = declared_color_output_name(); in dstColor()221 return fbFetchColorName; in dstColor()
426 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function