Lines Matching defs:size
217 /* Require that indices are aligned to the element size. GL doesn't specify
357 * in either exceeding the limits of any buffer object’s size, or in
358 * exceeding the end position offset + size − 1, as set by
609 GLsizei size)
611 const uint64_t end = (uint64_t) (uintptr_t) indirect + size;
664 * multiple of the size, in basic machine units, of uint."
688 GLsizeiptr size)
703 return valid_draw_indirect(ctx, mode, indirect, size);
774 GLsizeiptr size = 0;
785 size = primcount
789 GLenum error = valid_draw_indirect(ctx, mode, indirect, size);
802 GLsizeiptr size = 0;
813 size = primcount
818 size);
868 GLsizeiptr size = 0;
879 size = maxdrawcount
883 GLenum error = valid_draw_indirect(ctx, mode, (void *)indirect, size);
901 GLsizeiptr size = 0;
912 size = maxdrawcount
917 (void *)indirect, size);
1237 printf("attr %s: size %d stride %d "
1778 " (indices buffer size is %ld bytes)."
2134 * the index/element size.