Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp27 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local
31 fbFetchColorName = DeclaredColorOutputName(); in dstColor()
33 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()
35 return fbFetchColorName; in dstColor()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp188 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local
192 fbFetchColorName = DeclaredColorOutputName(); in dstColor()
194 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()
196 return fbFetchColorName; in dstColor()
/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h63 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
/third_party/skia/src/gpu/
DGrShaderCaps.h64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h203 const char* fbFetchColorName() const { in fbFetchColorName() function
DSkSLGLSLCodeGenerator.cpp815 this->write(fProgram.fSettings.fCaps->fbFetchColorName()); in writeFunctionCall()
/third_party/skia/src/sksl/
DSkSLUtil.h266 const char* fbFetchColorName() const { in fbFetchColorName() function
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp803 this->write(this->caps().fbFetchColorName()); in writeVariableReference()