Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmtypes.h240 struct gl_colorbuffer_attrib struct
3217 struct gl_colorbuffer_attrib Color;
3391 struct gl_colorbuffer_attrib Color; /**< Color buffer attributes */
Dattrib.c119 memcpy(&head->Color, &ctx->Color, sizeof(struct gl_colorbuffer_attrib)); in _mesa_PushAttrib()