Home
last modified time | relevance | path

Searched refs:strstream (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_buffer/
H A DesextcTextureBufferOperations.cpp162 std::stringstream strstream; in getComputeShaderCode() local
164 strstream << "${VERSION}\n" in getComputeShaderCode()
186 return strstream.str(); in getComputeShaderCode()
280 std::stringstream strstream; in getFragmentShaderCode() local
282 strstream << "${VERSION}\n" in getFragmentShaderCode()
299 return strstream.str(); in getFragmentShaderCode()
308 std::stringstream strstream; in getVertexShaderCode() local
310 strstream << "${VERSION}\n" in getVertexShaderCode()
327 return strstream.str(); in getVertexShaderCode()
1007 std::stringstream strstream; in getFBFragmentShaderCode() local
1029 std::stringstream strstream; getFBVertexShaderCode() local
1247 std::stringstream strstream; getTFFragmentShaderCode() local
1270 std::stringstream strstream; getTFVertexShaderCode() local
1404 std::stringstream strstream; getISComputeShaderCode() local
1523 std::stringstream strstream; getSSBOComputeShaderCode() local
[all...]
H A DesextcTextureBufferAtomicFunctions.cpp132 std::stringstream strstream; in getComputeShaderCode() local
134 strstream << "${VERSION}\n" in getComputeShaderCode()
159 return strstream.str(); in getComputeShaderCode()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dshrinker.cpp294 std::stringstream strstream; local
295 strstream << "Shrinking did not complete; step limit " << step_limit_
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dshrinker.cpp294 std::stringstream strstream; local
295 strstream << "Shrinking did not complete; step limit " << step_limit_
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
/third_party/spirv-tools/source/fuzz/
H A Dshrinker.cpp294 std::stringstream strstream; local
295 strstream << "Shrinking did not complete; step limit " << step_limit_
297 consumer_(SPV_MSG_WARNING, nullptr, {}, strstream.str().c_str());
/third_party/icu/icu4c/source/test/iotest/
H A Dstream.cpp30 // <strstream> is deprecated on some platforms, and the compiler complains very loudly if you use it.
31 #include <strstream>
228 strstream sstrm; in testString()
258 strstream ss; in TestStreamEOF()
/third_party/lame/ACM/tinyxml/
H A Dxmltest.cpp4 #include <strstream>
H A Dtinyxmlparser.cpp26 #include <strstream>
/third_party/zlib/contrib/iostream2/
H A Dzstream.h27 #include <strstream.h>
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DCompiler.cpp1215 std::ostringstream strstream = sh::InitializeStream<std::ostringstream>(); in setResourceString() local
1218 strstream << ":MaxVertexAttribs:" << mResources.MaxVertexAttribs in setResourceString()
1335 mBuiltInResourcesString = strstream.str(); in setResourceString()

Completed in 8 milliseconds