Home
last modified time | relevance | path

Searched refs:writeExtension (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/sksl/codegen/
H A DSkSLGLSLCodeGenerator.h76 void writeExtension(skstd::string_view name, bool require = true);
H A DSkSLGLSLCodeGenerator.cpp70 void GLSLCodeGenerator::writeExtension(skstd::string_view name, bool require) { in writeExtension() function in SkSL::GLSLCodeGenerator
507 this->writeExtension(this->caps().shaderDerivativeExtensionString()); in writeFunctionCall()
1204 this->writeExtension(this->caps().externalTextureExtensionString()); in writeVarDeclaration()
1207 this->writeExtension(this->caps().secondExternalTextureExtensionString()); in writeVarDeclaration()
1496 this->writeExtension(e.as<Extension>().name()); in writeProgramElement()
H A DSkSLMetalCodeGenerator.h117 void writeExtension(const Extension& ext);
H A DSkSLMetalCodeGenerator.cpp92 void MetalCodeGenerator::writeExtension(const Extension& ext) { in writeExtension() function in SkSL::MetalCodeGenerator

Completed in 7 milliseconds