Searched refs:MakeInternal (Results 1 – 3 of 3) sorted by relevance
1112 string MakeInternal(const string& fname) { in MakeInternal() function1139 const string internal_dot_h_fname = MakeInternal(dot_h_fname); in WriteCCOps()1141 TF_CHECK_OK(env->NewWritableFile(MakeInternal(dot_cc_fname), &internal_cc)); in WriteCCOps()
299 static Result MakeInternal(std::unique_ptr<SkSL::Program> program,
443 return MakeInternal(std::move(program), options, kind); in MakeFromSource()446 SkRuntimeEffect::Result SkRuntimeEffect::MakeInternal(std::unique_ptr<SkSL::Program> program, in MakeInternal() function in SkRuntimeEffect604 SkRuntimeEffect::Result result = MakeInternal(std::move(program), options, kind); in makeUnoptimizedClone()