Home
last modified time | relevance | path

Searched refs:_mesa_Hint (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dhint.h44 _mesa_Hint( GLenum target, GLenum mode );
Dhint.c37 _mesa_Hint( GLenum target, GLenum mode ) in _mesa_Hint() function
Dattrib.c1200 _mesa_Hint(GL_PERSPECTIVE_CORRECTION_HINT, in _mesa_PopAttrib()
1202 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth); in _mesa_PopAttrib()
1203 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth); in _mesa_PopAttrib()
1204 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth); in _mesa_PopAttrib()
1205 _mesa_Hint(GL_FOG_HINT, hint->Fog); in _mesa_PopAttrib()
1206 _mesa_Hint(GL_TEXTURE_COMPRESSION_HINT_ARB, in _mesa_PopAttrib()