Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp27 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local
/external/skia/src/sksl/
DSkSLUtil.h72 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function