Searched refs:write_stringstream (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/skia/src/sksl/ |
H A D | SkSLUtil.h | 191 void write_stringstream(const StringStream& d, OutputStream& out);
|
H A D | SkSLUtil.cpp | 41 void write_stringstream(const StringStream& s, OutputStream& out) { in write_stringstream() function
|
/aosp_15_r20/external/skia/src/sksl/codegen/ |
H A D | SkSLMetalCodeGenerator.cpp | 588 write_stringstream(fIndexSubstitutionData->fMainStream, *fOut); in writeWithIndexSubstitution() 593 write_stringstream(fIndexSubstitutionData->fPrefixStream, *fOut); in writeWithIndexSubstitution() 594 write_stringstream(fIndexSubstitutionData->fMainStream, *fOut); in writeWithIndexSubstitution() 3662 write_stringstream(header, *fOut); in generateCode() 3663 write_stringstream(fExtraFunctionPrototypes, *fOut); in generateCode() 3664 write_stringstream(fExtraFunctions, *fOut); in generateCode() 3665 write_stringstream(body, *fOut); in generateCode()
|
H A D | SkSLGLSLCodeGenerator.cpp | 2018 write_stringstream(fExtensions, *rawOut); in generateCode() 2020 write_stringstream(fGlobals, *rawOut); in generateCode() 2051 write_stringstream(fExtraFunctions, *rawOut); in generateCode() 2052 write_stringstream(body, *rawOut); in generateCode()
|
H A D | SkSLSPIRVCodeGenerator.cpp | 4499 write_stringstream(fVariableBuffer, out); in writeFunctionInstantiation() 4501 write_stringstream(fGlobalInitializersBuffer, out); in writeFunctionInstantiation() 4503 write_stringstream(bodyBuffer, out); in writeFunctionInstantiation() 5524 write_stringstream(fNameBuffer, out); in writeInstructions() 5525 write_stringstream(fDecorationBuffer, out); in writeInstructions() 5526 write_stringstream(fConstantBuffer, out); in writeInstructions() 5527 write_stringstream(body, out); in writeInstructions() 5539 write_stringstream(buffer, *fOut); in generateCode()
|
H A D | SkSLWGSLCodeGenerator.cpp | 1330 write_stringstream(fHeader, *fOut); in generateCode() 1331 write_stringstream(body, *fOut); in generateCode()
|