Lines Matching defs:stream
999 std::ostringstream stream;
1001 stream << "(";
1009 stream << ", ";
1012 stream << value.int32[i];
1014 stream << "Undef";
1022 stream << ", ";
1025 stream << value.uint32[i];
1027 stream << "Undef";
1037 stream << ", ";
1040 stream << value.float32[i];
1042 stream << "Undef";
1050 stream << ")";
1052 return stream.str();
1061 std::ostringstream stream;
1063 stream << "(";
1066 stream << "stencil: " << value.depthStencil.stencil;
1069 stream << ", ";
1072 stream << "depth: " << value.depthStencil.depth;
1074 stream << ")";
1076 return stream.str();