Searched refs:gl_colorbuffer_attrib (Results 1 – 3 of 3) sorted by relevance
278 struct gl_colorbuffer_attrib *attr; in _mesa_PushAttrib()279 attr = MALLOC_STRUCT( gl_colorbuffer_attrib ); in _mesa_PushAttrib()286 memcpy(attr, &ctx->Color, sizeof(struct gl_colorbuffer_attrib)); in _mesa_PushAttrib()960 const struct gl_colorbuffer_attrib *color; in _mesa_PopAttrib()962 color = (const struct gl_colorbuffer_attrib *) attr->data; in _mesa_PopAttrib()
424 struct gl_colorbuffer_attrib struct4799 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */
4557 struct gl_colorbuffer_attrib *color = &ctx->Color;