Lines Matching defs:in
10 * to deal in the Software without restriction, including without limitation
16 * in all copies or substantial portions of the Software.
20 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
21 * BRIAN PAUL BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
22 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
23 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
47 * non-indexed primitives may be converted to indexed in some cases
48 * (eg loops, fans) in order to use this splitting path.
82 GLuint in;
89 GLuint dstbuf_size; /**< in vertices */
91 * in dstelt. Our MaxIndex.
219 copy->vert_cache[i].in = ~0;
249 /* Look up the incoming element in the vertex cache. Re-emit if
252 if (copy->vert_cache[slot].in != elt) {
287 copy->vert_cache[slot].in = elt;
338 * but only in the resultant strip that requires it.
605 * emit strings of prims with the same basevertex in one draw call.
630 copy.vert_cache[i].in = ~0;