Searched refs:declareFunction (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/sksl/codegen/ | ||
D | SkSLPipelineStageCodeGenerator.h | 27 virtual void declareFunction(const char* declaration) = 0; |
D | SkSLPipelineStageCodeGenerator.cpp | 370 fCallbacks->declareFunction(this->functionDeclaration(decl).c_str()); in writeFunctionDeclaration() |
/third_party/skia/fuzz/oss_fuzz/ | ||
D | FuzzSKSL2Pipeline.cpp | 37 void declareFunction(const char* /*decl*/) override {} in FuzzSKSL2Pipeline() function in FuzzSKSL2Pipeline::Callbacks |
/third_party/skia/src/gpu/effects/ | ||
D | GrSkSLFP.cpp | 111 void declareFunction(const char* decl) override { in emitCode() function in GrSkSLFP::Impl::emitCode::FPCallbacks |
/third_party/skia/src/sksl/ | ||
D | SkSLMain.cpp | 419 void declareFunction(const char* decl) override { in processCommand() function in processCommand::__anon6527ffcf0802::Callbacks |