Lines Matching refs:fSource
1277 fSource = textPtr.get(); in convertProgram()
1324 fSource = nullptr; in optimize()
1358 fSource = program.fSource.get(); in toSPIRV()
1361 fSource = nullptr; in toSPIRV()
1376 fSource = program.fSource.get(); in toSPIRV()
1379 fSource = nullptr; in toSPIRV()
1397 fSource = program.fSource.get(); in toGLSL()
1400 fSource = nullptr; in toGLSL()
1438 fSource = program.fSource.get(); in toCPP()
1441 fSource = nullptr; in toCPP()
1449 fSource = program.fSource.get(); in toH()
1452 fSource = nullptr; in toH()
1459 fSource = program.fSource.get(); in toPipelineStage()
1463 fSource = nullptr; in toPipelineStage()
1539 SkASSERT(fSource); in position()
1543 if ((*fSource)[i] == '\n') { in position()