Searched refs:gl_accum_attrib (Results 1 – 2 of 2) sorted by relevance
227 struct gl_accum_attrib *attr; in _mesa_PushAttrib()228 attr = MALLOC_STRUCT( gl_accum_attrib ); in _mesa_PushAttrib()229 memcpy( attr, &ctx->Accum, sizeof(struct gl_accum_attrib) ); in _mesa_PushAttrib()867 const struct gl_accum_attrib *accum; in _mesa_PopAttrib()868 accum = (const struct gl_accum_attrib *) attr->data; in _mesa_PopAttrib()
708 struct gl_accum_attrib struct3450 struct gl_accum_attrib Accum; /**< Accum buffer attributes */