Lines Matching refs:inputPath
273 const SkSL::String& inputPath = args[1];
274 if (inputPath.ends_with(".vert")) {
276 } else if (inputPath.ends_with(".frag") || inputPath.ends_with(".sksl")) {
278 } else if (inputPath.ends_with(".rtb")) {
280 } else if (inputPath.ends_with(".rtcf")) {
282 } else if (inputPath.ends_with(".rts")) {
290 std::ifstream in(inputPath);
294 printf("error reading '%s'\n", inputPath.c_str());
471 compiler.loadModule(kind, SkSL::Compiler::MakeModulePath(inputPath.c_str()),
476 SkSL::String baseName = base_name(inputPath, "", ".sksl");
503 SkSL::String inputPath(worklistPath);
504 if (!inputPath.ends_with(".worklist")) {