Lines Matching defs:arrayObj
1472 struct gl_array_object *arrayObj = ctx->Array.ArrayObj;
1477 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR_INDEX].Enabled) {
1478 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR_INDEX];
1483 if (arrayObj->VertexAttrib[VERT_ATTRIB_EDGEFLAG].Enabled) {
1484 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_EDGEFLAG];
1489 if (arrayObj->VertexAttrib[VERT_ATTRIB_NORMAL].Enabled) {
1490 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_NORMAL];
1495 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0].Enabled) {
1496 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR0];
1501 if (arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1].Enabled) {
1502 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_COLOR1];
1507 if (arrayObj->VertexAttrib[VERT_ATTRIB_FOG].Enabled) {
1508 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_FOG];
1514 struct gl_client_array *attribArray = &arrayObj->VertexAttrib[VERT_ATTRIB_TEX(i)];
1532 struct gl_client_array *attribArray = &arrayObj->VertexAttrib[VERT_ATTRIB_GENERIC(i)];
1566 if (arrayObj->VertexAttrib[VERT_ATTRIB_GENERIC0].Enabled) {
1570 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_GENERIC0];
1576 else if (arrayObj->VertexAttrib[VERT_ATTRIB_POS].Enabled) {
1577 aa->array = &arrayObj->VertexAttrib[VERT_ATTRIB_POS];
1583 check_vbo(actx, arrayObj->ElementArrayBufferObj);