Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c235 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()
Dmtypes.h729 struct gl_colorbuffer_attrib struct
3451 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */