Searched refs:gl_colorbuffer_attrib (Results 1 – 2 of 2) sorted by relevance
235 struct gl_colorbuffer_attrib *attr; in _mesa_PushAttrib()236 attr = MALLOC_STRUCT( gl_colorbuffer_attrib ); in _mesa_PushAttrib()237 memcpy( attr, &ctx->Color, sizeof(struct gl_colorbuffer_attrib) ); in _mesa_PushAttrib()877 const struct gl_colorbuffer_attrib *color; in _mesa_PopAttrib()879 color = (const struct gl_colorbuffer_attrib *) attr->data; in _mesa_PopAttrib()
729 struct gl_colorbuffer_attrib struct3451 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */