Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp2059 std::stringstream* current_sstream_ptr = (is_tc_stage) ? &tc_sstream : &te_sstream; in getTestIterationProperties() local
2061 …*current_sstream_ptr << ((is_cull_distance_iteration) ? "#version 450 core\n" : "#version 410\n") … in getTestIterationProperties()
2065 *current_sstream_ptr << "layout (vertices = 4) out;\n"; in getTestIterationProperties()
2069 *current_sstream_ptr << "layout (isolines) in;\n"; in getTestIterationProperties()
2072 *current_sstream_ptr << "\n" in getTestIterationProperties()
2078 *current_sstream_ptr << "vec4 gl_Position;\n"; in getTestIterationProperties()
2083 *current_sstream_ptr << "float gl_PointSize\n"; in getTestIterationProperties()
2088 *current_sstream_ptr << "float gl_ClipDistance[];\n"; in getTestIterationProperties()
2093 *current_sstream_ptr << "float gl_CullDistance[];\n"; in getTestIterationProperties()
2096 *current_sstream_ptr << "} gl_in[gl_MaxPatchVertices];\n" in getTestIterationProperties()
[all …]