Lines Matching defs:index

641 						<< glu::getErrorStr(error) << " when called with VAO " << m_vao << " and index " << i << "."
660 << glu::getErrorStr(error) << " when called with VAO " << m_vao << " and index " << i << "."
678 << " when called with VAO " << m_vao << " and index " << i << "." << tcu::TestLog::EndMessage;
3827 * @param [in] index Index to be queried.
3832 bool GetVertexArrayIndexedTest::Check(const glw::GLenum pname, const glw::GLuint index, const glw::GLint expected)
3839 gl.getVertexArrayIndexediv(m_vao, index, pname, &result);
3843 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GetVertexArrayIndexediv called with index "
3844 << index << ", with pname" << glu::getVertexAttribParameterNameStr(pname)
3853 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GetVertexArrayIndexediv called with index "
3854 << index << " and with pname" << glu::getVertexAttribParameterNameStr(pname)
3867 * @param [in] index Index to be queried.
3872 bool GetVertexArrayIndexedTest::Check64(const glw::GLenum pname, const glw::GLuint index, const glw::GLint64 expected)
3879 gl.getVertexArrayIndexed64iv(m_vao, index, pname, &result);
3883 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GetVertexArrayIndexed64iv called with index "
3884 << index << ", with pname" << glu::getVertexAttribParameterNameStr(pname)
3893 m_context.getTestContext().getLog() << tcu::TestLog::Message << "GetVertexArrayIndexed64iv called with index "
3894 << index << " and with pname" << glu::getVertexAttribParameterNameStr(pname)
3951 /* Check default values per attribute index. */
4051 * @param [in] index Index to be queried.
4056 bool DefaultsTest::CheckIndexed(const glw::GLenum pname, const glw::GLuint index, const glw::GLint expected)
4063 gl.getVertexArrayIndexediv(m_vao, index, pname, &result);
4068 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Default Vertex Array Object at index " << index
4082 * @param [in] index Index to be queried.
4087 bool DefaultsTest::CheckIndexed64(const glw::GLenum pname, const glw::GLuint index, const glw::GLint64 expected)
4094 gl.getVertexArrayIndexed64iv(m_vao, index, pname, &result);
4099 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Default Vertex Array Object at index " << index
4274 /* Test to big attribute index. */
4279 "INVALID_VALUE was not generated by EnableVertexArrayAttrib if index is equal to MAX_VERTEX_ATTRIBS.");
4285 "INVALID_VALUE was not generated by DisableVertexArrayAttrib if index is equal to MAX_VERTEX_ATTRIBS.");
4291 "INVALID_VALUE was not generated by EnableVertexArrayAttrib if index is greater than MAX_VERTEX_ATTRIBS.");
4297 "INVALID_VALUE was not generated by DisableVertexArrayAttrib if index is greater than MAX_VERTEX_ATTRIBS.");
4591 /* Test too big binding index. */
5084 /* Too big attribute index. */
5095 /* Too big binding index. */
5229 /* Too big binding index. */