Home
last modified time | relevance | path

Searched refs:gl_colorbuffer_attrib (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dattrib.c291 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()
Dmtypes.h371 struct gl_colorbuffer_attrib struct
5029 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */
/external/mesa3d/src/mesa/drivers/dri/i965/
DgenX_state_upload.c4760 struct gl_colorbuffer_attrib *color = &ctx->Color;