Lines Matching refs:baseinstance
63 This extension adds that offset in the form of a <baseinstance> parameter
66 The <baseinstance> parameter is added to the index of the array element,
70 extension exposes the <baseinstance> parameter as the final and previously
83 uint baseinstance);
90 uint baseinstance);
98 uint baseinstance);
117 uint baseinstance);
128 VertexAttribDivisor, the value <baseinstance> is used to determine the element
159 uint baseinstance);
166 is specified in <baseinstance>. Thus, the element transferred from instanced
169 (<instanceID> / <divisor>) + <baseinstance>
178 DrawArraysOneInstance(<mode>, <first>, <count>, i, <baseinstance>);
190 Is equivalent to calling DrawArraysInstancedBaseInstance with <baseinstance>
230 uint baseinstance);
238 floor(<instance> / <divisor>) + <baseinstance>
250 <baseinstance> parameters set to zero; the effect of calling
270 uint baseinstance);
276 and <baseinstance> has the same effect. It has the same effect as:
288 <baseinstance>);
302 uint baseinstance);
307 For DrawElementsInstancedBaseVertexBaseInstance, <baseinstance> is
394 1) Does <baseinstance> offset gl_InstanceID?
403 2) Is <baseinstance> per-attribute, or global?
413 entry points. Another possibility is to actually make <baseinstance> OpenGL
433 7 06/13/2014 dkoch fix <baseinstance> typos in overview.
436 5 01/10/2011 gsellers Address bugzilla 7185. Make baseinstance API