Home
last modified time | relevance | path

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

/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()