Home
last modified time | relevance | path

Searched refs:fbFetchColorName (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp228 const char* fbFetchColorName = glslCaps->fbFetchColorName(); in dstColor() local
232 fbFetchColorName = DeclaredColorOutputName(); in dstColor()
234 return fbFetchColorName; in dstColor()
DGrGLSLCaps.h51 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function