Lines Matching refs:fSource
1277 fSource = textPtr.get(); in convertProgram()
1304 fSource = nullptr; in optimize()
1338 fSource = program.fSource.get(); in toSPIRV()
1341 fSource = nullptr; in toSPIRV()
1356 fSource = program.fSource.get(); in toSPIRV()
1359 fSource = nullptr; in toSPIRV()
1377 fSource = program.fSource.get(); in toGLSL()
1380 fSource = nullptr; in toGLSL()
1418 fSource = program.fSource.get(); in toCPP()
1421 fSource = nullptr; in toCPP()
1429 fSource = program.fSource.get(); in toH()
1432 fSource = nullptr; in toH()
1439 fSource = program.fSource.get(); in toPipelineStage()
1443 fSource = nullptr; in toPipelineStage()
1519 SkASSERT(fSource); in position()
1523 if ((*fSource)[i] == '\n') { in position()