Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLRasterPipelineCodeGenerator.cpp311 [[nodiscard]] bool pushChildCall(const ChildCall& c);
2206 return this->pushChildCall(e.as<ChildCall>()); in pushExpression()
2811 bool Generator::pushChildCall(const ChildCall& c) { in pushChildCall() function in SkSL::RP::Generator