Home | History | Annotate | Download | only in functional

Lines Matching refs:glUniform1iv

526 			m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
616 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
772 glUniform1iv(-1, 1, &data[0]);
800 glUniform1iv(fUnif, 1, &data[0]);
827 glUniform1iv(-2, 1, &data[0]);
837 glUniform1iv(-1, 1, &data[0]);
865 glUniform1iv(fUnif, 2, &data[0]);
919 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");