Lines Matching refs:value
1369 * @param expected_error Expected error value
1396 * @param expected_value Expected value of binding
1422 * @param expected_value Expected value of binding at <pname> target
1434 GLint value = 0;
1441 value = (GLint)expected_value;
1444 if (binding != value)
1458 * @param expected_value Expected value of binding
1478 /** Fills MS texture with specified value
1482 * @param value Value for texture
1485 void fillMSTexture(deqp::Context& context, GLuint texture_id, GLuint value, bool is_array)
1542 gl.uniform1ui(1 /* location */, value /* uni_value */);
1731 /* - INVALID_OPERATION if any value in <buffers> is not zero or the name of
1761 /* - INVALID_VALUE if any value in <offsets> is less than zero; */
1791 t_offsets[validated_index] -= 1; /* Not aligned by required value */
1792 t_sizes[validated_index] = size - 1; /* Not aligned by required value */
1897 /* - INVALID_OPERATION if any value in <buffers> is not zero or the name of
2005 /* - INVALID_OPERATION if any value in <buffers> is not zero or the name of
2133 /* - INVALID_OPERATION if any value in <buffers> is not zero or the name of
2305 /* - INVALID_OPERATION if any value in <buffers> is not zero or the name of
2332 /* - INVALID_VALUE if any value in <offsets> or <strides> is less than zero. */
4489 const GLfloat value = 1.0f / (GLfloat)max_buffers;
4493 data[i * 4 + 0] = value;
4494 data[i * 4 + 1] = value;
4495 data[i * 4 + 2] = value;
4496 data[i * 4 + 3] = value;
4617 m_context.getTestContext().getLog() << tcu::TestLog::Message << "Invalid value: " << (GLuint)pixels[i]