Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usdImaging/plugin/sdrGlslfx/
H A DparserPlugin.cpp217 std::istringstream sourceCodeStream(discoveryResult.sourceCode); in Parse() local
218 glslfx = std::make_unique<HioGlslfx>(sourceCodeStream); in Parse()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DmaterialNetwork.cpp168 std::istringstream sourceCodeStream(sourceCode); in _GetGlslfxForTerminal() local
169 glslfxOut = std::make_shared<HioGlslfx>(sourceCodeStream); in _GetGlslfxForTerminal()