Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dattrib.c348 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()
Dmtypes.h913 struct gl_hint_attrib struct
3456 struct gl_hint_attrib Hint; /**< Hint attributes */