Lines Matching defs:value

757 std::string Utilities::replace(const std::string& src, const std::string& key, const std::string& value)
764 dst.replace(pos, key.length(), value);
2392 if (j < size * 2 - 1 /* if it is not the last value */)
2412 if (j < size * 2 - 1 /* if it is not the last value */)
3824 /** @brief Compare value queried using GetVertexArrayIndexediv with expected value and log.
3830 * @return True if value is equal to expected, false otherwise.
3864 /** @brief Compare value queried using GetVertexArrayIndexed64iv with expected value and log.
3870 * @return True if value is equal to expected, false otherwise.
4018 /** @brief Compare value queried using GetVertexArrayiv with expected value and log.
4023 * @return True if value is equal to expected, false otherwise.
4048 /** @brief Compare value queried using GetVertexArrayIndexediv with expected value and log.
4054 * @return True if value is equal to expected, false otherwise.
4079 /** @brief Compare value queried using GetVertexArrayIndexed64iv with expected value and log.
4085 * @return True if value is equal to expected, false otherwise.
4183 /** @brief Compare error returned by GL with expected value and log.
4335 /** @brief Compare error returned by GL with expected value and log.
4470 /** @brief Compare error returned by GL with expected value and log.
4595 "bindingindex is equal to the value of MAX_VERTEX_ATTRIB_BINDINGS.");
4600 "bindingindex is greater than the value of MAX_VERTEX_ATTRIB_BINDINGS.");
4606 "first+count is greater than the value of MAX_VERTEX_ATTRIB_BINDINGS.");
4622 "greater than the value of MAX_VERTEX_ATTRIB_STRIDE.");
4628 "INVALID_VALUE is generated by VertexArrayVertexBuffers if any value in offsets is negative.");
4634 "INVALID_VALUE is generated by VertexArrayVertexBuffers if any value in strides is negative.");
4638 is_ok &= CheckError(GL_INVALID_VALUE, "INVALID_VALUE is generated by VertexArrayVertexBuffers if a value in "
4639 "strides is greater than the value of MAX_VERTEX_ATTRIB_STRIDE.");
4682 /** @brief Compare error returned by GL with expected value and log.
4805 "attribindex is equal to the value of MAX_VERTEX_ATTRIBS.");
4810 "attribindex is greater than the value of MAX_VERTEX_ATTRIBS.");
4815 "attribindex is equal to the value of MAX_VERTEX_ATTRIBS.");
4820 "attribindex is greater than the value of MAX_VERTEX_ATTRIBS.");
4825 "attribindex is equal to the value of MAX_VERTEX_ATTRIBS.");
4830 "attribindex is greater than the value of MAX_VERTEX_ATTRIBS.");
4867 "relativeoffset is greater than the value of "
4873 "relativeoffset is greater than the value of "
4879 "relativeoffset is greater than the value of "
4995 /** @brief Compare error returned by GL with expected value and log.
5088 "attribindex is equal to the value of MAX_VERTEX_ATTRIBS.");
5093 "attribindex is greater than the value of MAX_VERTEX_ATTRIBS.");
5099 "bindingindex is equal to the value of MAX_VERTEX_ATTRIB_BINDINGS.");
5104 "bindingindex is greater than the value of MAX_VERTEX_ATTRIB_BINDINGS.");
5142 /** @brief Compare error returned by GL with expected value and log.
5233 "bindingindex is equal to the value of MAX_VERTEX_ATTRIB_BINDINGS.");
5238 "bindingindex is greater than the value of MAX_VERTEX_ATTRIB_BINDINGS.");
5276 /** @brief Compare error returned by GL with expected value and log.
5401 /** @brief Compare error returned by GL with expected value and log.
5568 /** @brief Compare error returned by GL with expected value and log.