Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/
DSkSLUtil.h265 const char* fFBFetchColorName = nullptr; variable
267 return fFBFetchColorName; in fbFetchColorName()
345 result->fFBFetchColorName = "gl_LastFragData[0]"; in FramebufferFetchSupport()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h63 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName()
298 const char* fFBFetchColorName; variable
DGrShaderCaps.cpp72 fFBFetchColorName = nullptr; in GrShaderCaps()
/third_party/skia/src/gpu/
DGrShaderCaps.h64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName()
341 const char* fFBFetchColorName; variable
DGrShaderCaps.cpp77 fFBFetchColorName = nullptr; in GrShaderCaps()
/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp878 shaderCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
885 shaderCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
892 shaderCaps->fFBFetchColorName = "gl_LastFragColorARM"; in initGLSL()
901 shaderCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
/third_party/flutter/skia/src/gpu/gl/
DGrGLCaps.cpp812 shaderCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
819 shaderCaps->fFBFetchColorName = "gl_LastFragData[0]"; in initGLSL()
826 shaderCaps->fFBFetchColorName = "gl_LastFragColorARM"; in initGLSL()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlCaps.mm387 shaderCaps->fFBFetchColorName = ""; // Somehow add [[color(0)]] to arguments to frag shader
/third_party/skia/src/gpu/mtl/
DGrMtlCaps.mm508 shaderCaps->fFBFetchColorName = ""; // Somehow add [[color(0)]] to arguments to frag shader