Lines Matching refs:current_item
6824 _program_interface_query_test_item& current_item = uniforms[n_uniform];
6826 current_item.name = std::string(stage_prefix) + current_item.name;
6834 _program_interface_query_test_item& current_item = uniforms[n_uniform];
6842 glw::GLuint resource_index = gl.getProgramResourceIndex(po_id, GL_UNIFORM, current_item.name.c_str());
6853 if (current_item.name.length() != (glw::GLuint)retrieved_name_length ||
6854 memcmp(m_uniform_name_buffer, current_item.name.c_str(), retrieved_name_length) != 0)
6859 << current_item.name << "]"
6883 if (retrieved_array_size != current_item.expected_array_size)
6886 << current_item.name << "]"
6887 << ": expected:[" << current_item.expected_array_size << "]"
6894 if (retrieved_type != current_item.expected_type)
6897 << current_item.name << "]"
6898 << ": expected:[" << current_item.expected_type << "]"