Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderInvariance.cpp1880 std::stringstream expected_vertex_sstream; in verifyResultDataForIteration() local
1882 expected_vertex_sstream << expected_vertex.u << ", " << expected_vertex.v; in verifyResultDataForIteration()
1886 expected_vertex_sstream << ", " << expected_vertex.w; in verifyResultDataForIteration()
1902 << " the following vertex was expected:[" << expected_vertex_sstream.str().c_str() in verifyResultDataForIteration()