Searched refs:gl_hint_attrib (Results 1 – 2 of 2) sorted by relevance
348 struct gl_hint_attrib *attr; in _mesa_PushAttrib()349 attr = MALLOC_STRUCT( gl_hint_attrib ); in _mesa_PushAttrib()350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) ); in _mesa_PushAttrib()1038 const struct gl_hint_attrib *hint; in _mesa_PopAttrib()1039 hint = (const struct gl_hint_attrib *) attr->data; in _mesa_PopAttrib()
913 struct gl_hint_attrib struct3456 struct gl_hint_attrib Hint; /**< Hint attributes */