Lines Matching refs:value

2022 	/* Default return value. */
2223 /** @brief Compare value with the reference.
2225 * @param [in] value Value to be compared.
2226 * @param [in] reference_value Reference value for comparison.
2227 * @param [in] pname_string String of parameter name of the value (for logging).
2228 * @param [in] function_string String of function which returned the value (for logging).
2230 * @return True if value is equal to reference value, false otherwise. False solution is logged.
2233 bool DefaultsTest::CheckValue(const T value, const T reference_value, const glw::GLchar* pname_string,
2236 if (reference_value != value)
2240 << pname_string << " parameter name returned " << value << ", but "
2387 * @param [in] pname_string String of parameter name of the value (for logging).
2388 * @param [in] function_string String of function which returned the value (for logging).
2565 /** Check if error was generated and if it is equal to expected value. Log possible failure.
2571 * @return True if GL error is equal to the expected value, false otherwise.
2579 /* Error value storage. */
2588 << "The error value of " << glu::getErrorStr(error) << " was observed."
2627 /* Return value. */
2837 * value may be computed by multiplying the number of components for
2842 * offset or size is negative, or if offset+size is greater than the value
2860 /* Return value. */
2972 " if offset+size is greater than the value of BUFFER_SIZE for the specified buffer object.");
3116 * greater than the size of the source buffer object (its value of
3136 /* Return value. */
3373 /* Return value. */
3416 /* Return value. */
3568 /* Return value. */
3593 glw::GLint value = 0;
3596 m_pGetNamedBufferParameteriv(not_a_buffer_name, GL_BUFFER_MAPPED, &value);
3610 glw::GLint64 value = 0;
3613 m_pGetNamedBufferParameteri64v(not_a_buffer_name, GL_BUFFER_MAPPED, &value);
3630 glw::GLint value = 0;
3639 m_pGetNamedBufferParameteriv(buffer, invalid_parameter, &value);
3659 glw::GLint64 value = 0;
3668 m_pGetNamedBufferParameteri64v(buffer, invalid_parameter, &value);
3710 /* Return value. */
3771 * or size is negative, or if offset+size is greater than the value of
3786 /* Return value. */
3852 " if size is greater than the value of BUFFER_SIZE for the buffer object.");
3866 " if offset+size is greater than the value of BUFFER_SIZE for the buffer object.");
3878 " if offset is greater than the value of BUFFER_SIZE for the buffer object.");
3976 /* Return value. */
4089 * or length is negative, if offset+length is greater than the value of
4112 /* Return value. */
4181 " if length is greater than the value of BUFFER_SIZE"
4200 " if offset+length is greater than the value of BUFFER_SIZE"
4415 /* Return value. */
4558 /* Return value. */
4745 * size is negative, or if offset+size is greater than the value of
4754 * value of the BUFFER_IMMUTABLE_STORAGE flag of the buffer object is TRUE
4755 * and the value of BUFFER_STORAGE_FLAGS for the buffer object does not
4765 /* Return value. */
4828 " if offset+size is greater than the value of BUFFER_SIZE for the specified buffer object.");
4838 " if offset+size is greater than the value of BUFFER_SIZE for the specified buffer object.");
4896 " if the value of the BUFFER_IMMUTABLE_STORAGE flag of the buffer object is TRUE"
4897 " and the value of BUFFER_STORAGE_FLAGS for the buffer object does not"
4907 " if the value of the BUFFER_IMMUTABLE_STORAGE flag of the buffer object is TRUE"
4908 " and the value of BUFFER_STORAGE_FLAGS for the buffer object"
4955 /* Return value. */
5636 /* Return value checking. */
5682 /* Return value checking. */