Lines Matching defs:subdata
830 * \param offset Offset of the first byte of the subdata range.
831 * \param size Size, in bytes, of the subdata range.
853 * Tests the subdata range parameters and sets the GL error code for
859 * \param offset Offset of the first byte of the subdata range.
860 * \param size Size, in bytes, of the subdata range.
2627 * \param offset Offset of the first byte of the subdata range.
2628 * \param size Size, in bytes, of the subdata range.
2806 * \param subdata true if caller is *SubData, false if *Data
2812 const char *func, bool subdata, bool no_error)
2820 subdata, func)) {
2871 const GLvoid *data, const char *func, bool subdata)
2874 type, data, func, subdata, false);
2884 bool subdata)
2887 type, data, func, subdata, true);