Home | History | Annotate | Download | only in main

Lines Matching refs:VertexAttrib

577  * Array [size][type] of VertexAttrib functions
1254 * Array [unnormalized/normalized/integer][size][type] of VertexAttrib
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];