Home | History | Annotate | Download | only in main

Lines Matching refs:gl_hint_attrib

348       struct gl_hint_attrib *attr;
349 attr = MALLOC_STRUCT( gl_hint_attrib );
350 memcpy( attr, &ctx->Hint, sizeof(struct gl_hint_attrib) );
1038 const struct gl_hint_attrib *hint;
1039 hint = (const struct gl_hint_attrib *) attr->data;