Lines Matching refs:t_offsets
1763 GLintptr t_offsets[n_buffers];
1766 memcpy(t_offsets, offsets, sizeof(offsets));
1770 t_offsets[validated_index] = -1;
1774 gl.bindBuffersRange(target, first, count, buffer_ids, t_offsets, sizes);
1784 GLintptr t_offsets[n_buffers];
1787 memcpy(t_offsets, offsets, sizeof(offsets));
1791 t_offsets[validated_index] -= 1; /* Not aligned by required value */
1795 gl.bindBuffersRange(target, first, count, buffer_ids, t_offsets, sizes);
2334 GLintptr t_offsets[n_buffers];
2337 memcpy(t_offsets, offsets, sizeof(offsets));
2341 t_offsets[validated_index] = -1;
2345 gl.bindVertexBuffers(first, count, buffer_ids, t_offsets, strides);