Home
last modified time | relevance | path

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

/third_party/skia/src/sksl/codegen/
DSkSLPipelineStageCodeGenerator.h27 virtual void declareFunction(const char* declaration) = 0;
DSkSLPipelineStageCodeGenerator.cpp370 fCallbacks->declareFunction(this->functionDeclaration(decl).c_str()); in writeFunctionDeclaration()
/third_party/skia/fuzz/oss_fuzz/
DFuzzSKSL2Pipeline.cpp37 void declareFunction(const char* /*decl*/) override {} in FuzzSKSL2Pipeline() function in FuzzSKSL2Pipeline::Callbacks
/third_party/skia/src/gpu/effects/
DGrSkSLFP.cpp111 void declareFunction(const char* decl) override { in emitCode() function in GrSkSLFP::Impl::emitCode::FPCallbacks
/third_party/skia/src/sksl/
DSkSLMain.cpp419 void declareFunction(const char* decl) override { in processCommand() function in processCommand::__anon6527ffcf0802::Callbacks