Home
last modified time | relevance | path

Searched refs:fFBFetchColorName (Results 1 – 3 of 3) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLCaps.h51 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName()
176 const char* fFBFetchColorName; variable
DGrGLSLCaps.cpp37 fFBFetchColorName = nullptr; in GrGLSLCaps()
/external/skia/src/gpu/gl/
DGrGLCaps.cpp609 glslCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
616 glslCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
623 glslCaps->fFBFetchColorName = "gl_LastFragColorARM"; in initGLSL()