Home
last modified time | relevance | path

Searched refs:sstream (Results 1 – 25 of 44) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DGeometryShader_test.cpp36 std::ostringstream sstream; in compileGeometryShader() local
37 sstream << kHeader << statement1 << statement2 << kEmptyBody; in compileGeometryShader()
38 return compile(sstream.str()); in compileGeometryShader()
46 std::ostringstream sstream; in compileGeometryShader() local
47 sstream << kHeader << statement1 << statement2 << statement3 << statement4 << kEmptyBody; in compileGeometryShader()
48 return compile(sstream.str()); in compileGeometryShader()
56 std::ostringstream sstream; in GetGeometryShaderLayout() local
58 sstream << "layout ("; in GetGeometryShaderLayout()
61 sstream << primitive; in GetGeometryShaderLayout()
65 sstream << ", invocations = " << invocations; in GetGeometryShaderLayout()
[all …]
DCollectVariables_test.cpp201 std::ostringstream sstream; in compileGeometryShaderWithInputPrimitive() local
202 sstream << "#version 310 es\n" in compileGeometryShaderWithInputPrimitive()
208 compile(sstream.str()); in compileGeometryShaderWithInputPrimitive()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DGeometryShader_test.cpp37 std::ostringstream sstream; in compileGeometryShader() local
38 sstream << kHeader << statement1 << statement2 << kEmptyBody; in compileGeometryShader()
39 return compile(sstream.str()); in compileGeometryShader()
47 std::ostringstream sstream; in compileGeometryShader() local
48 sstream << kHeader << statement1 << statement2 << statement3 << statement4 << kEmptyBody; in compileGeometryShader()
49 return compile(sstream.str()); in compileGeometryShader()
57 std::ostringstream sstream; in GetGeometryShaderLayout() local
59 sstream << "layout ("; in GetGeometryShaderLayout()
62 sstream << primitive; in GetGeometryShaderLayout()
66 sstream << ", invocations = " << invocations; in GetGeometryShaderLayout()
[all …]
DCollectVariables_test.cpp201 std::ostringstream sstream; in compileGeometryShaderWithInputPrimitive() local
202 sstream << "#version 310 es\n" in compileGeometryShaderWithInputPrimitive()
208 compile(sstream.str()); in compileGeometryShaderWithInputPrimitive()
/third_party/boost/libs/config/test/
Dboost_no_sstream.ipp9 // TITLE: <sstream>
10 // DESCRIPTION: The C++ implementation does not provide the <sstream> header.
12 #include <sstream>
/third_party/boost/libs/geometry/test/iterators/
Dconcatenate_iterator.cpp114 std::stringstream sstream; in apply() local
115 sstream << case_id << " [" << containers_id << "]"; in apply()
117 std::cout << "case id: " << sstream.str() << std::endl; in apply()
Dflatten_iterator.cpp158 std::stringstream sstream; in apply() local
159 sstream << case_id << " [" << container_id << "]"; in apply()
161 std::cout << "case id: " << sstream.str() << std::endl; in apply()
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DRenderPipelineValidationTests.cpp1286 std::ostringstream sstream; in TEST_F() local
1287 sstream << "struct A { [[location(0)]] a: " << kTypes[i] << ";" << std::endl; in TEST_F()
1288 interfaceDeclaration = sstream.str(); in TEST_F()
1372 std::ostringstream sstream; in TEST_F() local
1373 sstream << "struct A { [[location(0)"; in TEST_F()
1375 sstream << ", interpolate(" in TEST_F()
1379 sstream << ", " in TEST_F()
1383 sstream << ")"; in TEST_F()
1385 sstream << " ]] a : vec4<f32>;" << std::endl; in TEST_F()
1386 interfaceDeclaration = sstream.str(); in TEST_F()
/third_party/skia/third_party/externals/tint/src/sem/
Dintrinsic_type.cc.tmpl13 #include <sstream>
Dintrinsic_type.h.tmpl15 #include <sstream>
/third_party/boost/libs/optional/doc/
D14_io.qbk22 #include <sstream>
/third_party/grpc/test/cpp/ios/CronetTests/
DTestHelper.h24 #import <sstream>
/third_party/cef/libcef_dll/wrapper/
Dcef_library_loader_mac.mm12 #include <sstream>
/third_party/cef/patch/patches/
Dstorage_incognito_2289.patch43 #include <sstream>
/third_party/flatbuffers/src/
Didl_gen_dart.cpp118 std::stringstream sstream; in BuildNamespaceName() local
120 std::ostream_iterator<std::string>(sstream, ".")); in BuildNamespaceName()
122 auto ret = sstream.str() + ns.components.back(); in BuildNamespaceName()
/third_party/mindspore/mindspore/lite/tools/benchmark/
Dbenchmark.cc654 std::ostringstream sstream; in DataToString() local
656 sstream << " " << t_data[i]; in DataToString()
658 return sstream.str(); in DataToString()
/third_party/boost/libs/random/test/
Dtest_uniform_int.ipp13 #include <sstream>
Dtest_distribution.ipp14 #include <sstream>
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1030 std::stringstream sstream( node->ValueStr() ); in QueryValueAttribute()
1031 sstream >> *outValue; in QueryValueAttribute()
1032 if ( !sstream.fail() ) in QueryValueAttribute()
/third_party/skia/third_party/externals/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1030 std::stringstream sstream( node->ValueStr() ); in QueryValueAttribute()
1031 sstream >> *outValue; in QueryValueAttribute()
1032 if ( !sstream.fail() ) in QueryValueAttribute()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.mm23 #include <sstream>
/third_party/boost/libs/asio/include/boost/asio/ip/detail/impl/
Dendpoint.ipp21 # include <sstream>
/third_party/boost/boost/asio/ip/detail/impl/
Dendpoint.ipp21 # include <sstream>
/third_party/grpc/test/cpp/cocoapods/generic/
Dgeneric.mm21 #include <sstream>
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DShaderModuleMTL.mm25 #include <sstream>

12