Home
last modified time | relevance | path

Searched refs:secondExternalTextureExtensionString (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrShaderCaps.h214 const char* secondExternalTextureExtensionString() const { in secondExternalTextureExtensionString() function
/third_party/skia/src/gpu/
DGrShaderCaps.h239 const char* secondExternalTextureExtensionString() const { in secondExternalTextureExtensionString() function
/third_party/flutter/skia/src/sksl/
DSkSLUtil.h159 const char* secondExternalTextureExtensionString() const { in secondExternalTextureExtensionString() function
DSkSLGLSLCodeGenerator.cpp1274 if (fProgram.fSettings.fCaps->secondExternalTextureExtensionString()) { in writeFunctionCall()
1276 fProgram.fSettings.fCaps->secondExternalTextureExtensionString()); in writeFunctionCall()
/third_party/skia/src/sksl/
DSkSLUtil.h211 const char* secondExternalTextureExtensionString() const { in secondExternalTextureExtensionString() function
/third_party/skia/src/sksl/codegen/
DSkSLGLSLCodeGenerator.cpp1206 if (this->caps().secondExternalTextureExtensionString()) { in writeVarDeclaration()
1207 this->writeExtension(this->caps().secondExternalTextureExtensionString()); in writeVarDeclaration()