Home
last modified time | relevance | path

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

/external/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp95 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local
99 fbFetchColorName = DeclaredColorOutputName(); in dstColor()
101 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()
103 return fbFetchColorName; in dstColor()
/external/skqp/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.cpp104 const char* fbFetchColorName = "sk_LastFragColor"; in dstColor() local
108 fbFetchColorName = DeclaredColorOutputName(); in dstColor()
110 this->codeAppendf("half4 %s = %s;", kDstColorName, fbFetchColorName); in dstColor()
112 return fbFetchColorName; in dstColor()
/external/skqp/src/gpu/
DGrShaderCaps.h64 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
/external/skia/src/gpu/
DGrShaderCaps.h63 const char* fbFetchColorName() const { return fFBFetchColorName; } in fbFetchColorName() function
/external/skqp/src/sksl/
DSkSLUtil.h208 const char* fbFetchColorName() const { in fbFetchColorName() function
DSkSLGLSLCodeGenerator.cpp805 this->write(fProgram.fSettings.fCaps->fbFetchColorName()); in writeFunctionCall()
/external/skia/src/sksl/
DSkSLUtil.h276 const char* fbFetchColorName() const { in fbFetchColorName() function
/external/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp794 this->write(this->caps().fbFetchColorName()); in writeVariableReference()