Home | History | Annotate | Download | only in swrast

Lines Matching refs:array

87  * Perform the alpha test for an array of pixels.
96 GLubyte *mask = span->array->mask;
112 /* Use array's alpha values */
113 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
114 GLubyte (*rgba)[4] = span->array->rgba8;
119 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
120 GLushort (*rgba)[4] = span->array->rgba16;
126 GLfloat (*rgba)[4] = span->array->attribs[FRAG_ATTRIB_COL0];
134 if (span->array->ChanType == GL_UNSIGNED_BYTE) {
141 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {