Lines Matching refs:target_name
1395 * @param target_name Name of target
1398 void checkBinding(deqp::Context& context, GLenum pname, GLuint index, const std::string& target_name,
1411 << ", expected: " << expected_value << ". Target: " << target_name
1431 const GLchar* target_name = s_texture_infos[i].m_name;
1447 << ", expected: " << expected_value << ". Target: " << target_name
1653 const std::string& target_name = glu::getBufferTargetStr(target).toString();
1724 "BindBuffersBase with invalid <first> + <count>, target: " << target_name);
1728 "BindBuffersRange with invalid <first> + <count>, target: " << target_name);
1755 CHECK_ERROR(GL_INVALID_OPERATION, "BindBuffersBase with invalid buffer id, target: " << target_name);
1758 CHECK_ERROR(GL_INVALID_OPERATION, "BindBuffersRange with invalid buffer id, target: " << target_name);
1775 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with negative offset, target: " << target_name);
1779 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with negative size, target: " << target_name);
1796 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with invalid <offset>, target: " << target_name);
1802 CHECK_ERROR(GL_INVALID_VALUE, "BindBuffersRange with invalid <size>, target: " << target_name);
2397 const std::string& target_name = glu::getBufferTargetStr(target).toString();
2436 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2454 checkBinding(m_context, pname_binding, j, target_name, 0);
2459 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2467 checkBinding(m_context, pname_binding, j, target_name, 0);
2499 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2510 checkBinding(m_context, pname_binding, 0, target_name, buffer[0].m_id);
2520 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2563 const std::string& target_name = glu::getBufferTargetStr(target).toString();
2608 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2626 checkBinding(m_context, pname_binding, j, target_name, 0);
2631 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2640 checkBinding(m_context, pname_binding, j, target_name, 0);
2672 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);
2683 checkBinding(m_context, pname_binding, 0, target_name, buffer[0].m_id);
2693 checkBinding(m_context, pname_binding, j, target_name, buffer_ids[j]);