Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp7207 std::stringstream tc_subroutine_name_sstream; in iterate() local
7213 tc_subroutine_name_sstream << "SubroutineTC" << (n_subroutine + 1); in iterate()
7222 … gl.getSubroutineIndex(tc_po_id, GL_TESS_CONTROL_SHADER, tc_subroutine_name_sstream.str().c_str()); in iterate()