Home | History | Annotate | Download | only in vbo

Lines Matching refs:Enabled

83  * If primitive restart is enabled, we need to ignore restart
228 if (array->Enabled) {
273 if (array->Enabled &&
319 /* check element j of each enabled array */
364 printf("attr %2d: size %d stride %d enabled %d "
369 /*exec->array.inputs[i]->Enabled,*/
370 arrayObj->VertexAttrib[VERT_ATTRIB_FF(i)].Enabled,
395 * Set the vbo->exec->inputs[] pointers to point to the enabled
399 * For arrays that aren't enabled, we set the input[attrib] pointer
420 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
450 && vertexAttrib[VERT_ATTRIB_GENERIC(i)].Enabled)
452 else if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
477 if (vertexAttrib[VERT_ATTRIB_GENERIC0].Enabled)
479 else if (vertexAttrib[VERT_ATTRIB_POS].Enabled)
487 if (vertexAttrib[VERT_ATTRIB_FF(i)].Enabled)
496 if (vertexAttrib[VERT_ATTRIB_GENERIC(i)].Enabled)
514 * Examine the enabled vertex arrays to set the exec->array.inputs[] values.
546 * Handle a draw case that potentially has primitive restart enabled.
548 * If primitive restart is enabled, and PrimitiveRestartInSoftware is
579 * arrays. If primitive restart is enabled, it typically means