Home
last modified time | relevance | path

Searched refs:fTextureFunctionOverride (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.h224 String fTextureFunctionOverride; variable
DSkSLGLSLCodeGenerator.cpp673 if (fTextureFunctionOverride != "") { in writeFunctionCall()
674 this->write(fTextureFunctionOverride.c_str()); in writeFunctionCall()
DSkSLCPPCodeGenerator.cpp30 fTextureFunctionOverride = "sample"; in CPPCodeGenerator()
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.h187 String fTextureFunctionOverride; variable
DSkSLGLSLCodeGenerator.cpp650 if (!fTextureFunctionOverride.empty()) { in writeFunctionCall()
651 this->write(fTextureFunctionOverride.c_str()); in writeFunctionCall()