Home
last modified time | relevance | path

Searched refs:gl_accum_attrib (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dattrib.c227 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()
Dmtypes.h708 struct gl_accum_attrib struct
3450 struct gl_accum_attrib Accum; /**< Accum buffer attributes */