Lines Matching refs:index
630 for (unsigned int index = 0; index < 2; ++index)
632 std::string shaderSource = version + "\n" + shaderDefinition[index].body;
635 glw::GLuint sh = gl.createShader(shaderDefinition[index].type);
651 m_context.getTestContext().getLog() << tcu::TestLog::Message << shaderDefinition[index].name
810 for (unsigned int index = 0; index < 2; ++index)
812 std::string shaderSource = version + "\n" + shaderDefinition[index].body;
815 glw::GLuint sh = gl.createShader(shaderDefinition[index].type);
831 m_context.getTestContext().getLog() << tcu::TestLog::Message << shaderDefinition[index].name