Lines Matching defs:offset
100 * buffer at the offset indicated by offset. Until that time it may be
106 * @param offset returns the offset into buffer of the data.
109 void* makeSpace(size_t size, size_t alignment, sk_sp<const GrBuffer>* buffer, size_t* offset);
121 * buffer at the offset indicated by offset. Until that time it may be
132 * @param offset returns the offset into buffer of the data.
140 size_t* offset,
194 * the buffer at the offset indicated by startVertex. Until that time they
201 * @param startVertex returns the offset into buffer of the first vertex.
220 * the buffer at the offset indicated by startVertex. Until that time they
232 * @param startVertex returns the offset into buffer of the first vertex.
273 * buffer at the offset indicated by startIndex. Until that time they may be
278 * @param startIndex returns the offset into buffer of the first index.
293 * buffer at the offset indicated by startIndex. Until that time they may be
304 * @param startIndex returns the offset into buffer of the first index.
323 GrDrawIndirectWriter makeSpace(int drawCount, sk_sp<const GrBuffer>* buffer, size_t* offset) {
325 buffer, offset);
333 size_t* offset) {
335 drawCount * sizeof(GrDrawIndexedIndirectCommand), 4, buffer, offset);