Home | History | Annotate | Download | only in functional

Lines Matching refs:glUniform1iv

528 			m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
618 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");
774 glUniform1iv(-1, 1, &data[0]);
802 glUniform1iv(fUnif, 1, &data[0]);
829 glUniform1iv(-2, 1, &data[0]);
839 glUniform1iv(-1, 1, &data[0]);
867 glUniform1iv(fUnif, 2, &data[0]);
923 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if a sampler is loaded using a command other than glUniform1i and glUniform1iv.");