Searched refs:gl_colorbuffer_attrib (Results 1 – 3 of 3) sorted by relevance
291 struct gl_colorbuffer_attrib *attr; in _mesa_PushAttrib()292 attr = MALLOC_STRUCT(gl_colorbuffer_attrib); in _mesa_PushAttrib()299 memcpy(attr, &ctx->Color, sizeof(struct gl_colorbuffer_attrib)); in _mesa_PushAttrib()1009 const struct gl_colorbuffer_attrib *color; in _mesa_PopAttrib()1011 color = (const struct gl_colorbuffer_attrib *) attr->data; in _mesa_PopAttrib()
371 struct gl_colorbuffer_attrib struct5029 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */
4760 struct gl_colorbuffer_attrib *color = &ctx->Color;