Home | History | Annotate | Download | only in main

Lines Matching refs:Hint

40 #include "hint.h"
430 (void*)&ctx->Hint))
1196 const struct gl_hint_attrib *hint;
1197 hint = (const struct gl_hint_attrib *) attr->data;
1199 hint->PerspectiveCorrection);
1200 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth);
1201 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth);
1202 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth);
1203 _mesa_Hint(GL_FOG_HINT, hint->Fog);
1205 hint->TextureCompression);