Home | History | Annotate | Download | only in swrast

Lines Matching refs:GLuint

43    GLuint i;					\
161 logicop_uint1(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
169 logicop_uint2(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
177 logicop_uint4(struct gl_context *ctx, GLuint n, GLuint src[], const GLuint dest[],
202 /* treat 4*GLubyte as GLuint */
204 (GLuint *) span->array->rgba8,
205 (const GLuint *) rbPixels, span->array->mask);
208 /* treat 2*GLushort as GLuint */
210 (GLuint *) span->array->rgba16,
211 (const GLuint *) rbPixels, span->array->mask);
215 (GLuint *) span->array->attribs[FRAG_ATTRIB_COL0],
216 (const GLuint *) rbPixels, span->array->mask);