Lines Matching defs:is_array
1483 * @param is_array Selects if array target should be used
1485 void fillMSTexture(deqp::Context& context, GLuint texture_id, GLuint value, bool is_array)
1511 const GLchar* image = (true == is_array) ? array_image : regular_image;
1512 const GLchar* point = (true == is_array) ? array_point : regular_point;
1526 if (true == is_array)
3761 bool is_array = false;
3766 is_array = true;
3771 fillMSTexture(m_context, texture[i].m_id, i, is_array);
4019 bool is_array = false;
4024 is_array = true;
4029 fillMSTexture(m_context, texture[i].m_id, i, is_array);