Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/gl/
Dgl4cGPUShaderFP64Tests.cpp8967 std::stringstream attribute_name_sstream; in buildTestProgram() local
8969 attribute_name_sstream << "in_vs_variable" << n_variable; in buildTestProgram()
8973 attribute_name_sstream << "[0]"; in buildTestProgram()
8976 …current_variable.attribute_location = gl.getAttribLocation(m_po_id, attribute_name_sstream.str().c… in buildTestProgram()
8981 << attribute_name_sstream.str().c_str() in buildTestProgram()