Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dhint.h47 _mesa_Hint( GLenum target, GLenum mode );
Dhint.c37 _mesa_Hint( GLenum target, GLenum mode ) in _mesa_Hint() function
Dattrib.c1040 _mesa_Hint(GL_PERSPECTIVE_CORRECTION_HINT, in _mesa_PopAttrib()
1042 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth); in _mesa_PopAttrib()
1043 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth); in _mesa_PopAttrib()
1044 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth); in _mesa_PopAttrib()
1045 _mesa_Hint(GL_FOG_HINT, hint->Fog); in _mesa_PopAttrib()
1046 _mesa_Hint(GL_CLIP_VOLUME_CLIPPING_HINT_EXT, in _mesa_PopAttrib()
1048 _mesa_Hint(GL_TEXTURE_COMPRESSION_HINT_ARB, in _mesa_PopAttrib()
Dapi_exec.c263 SET_Hint(exec, _mesa_Hint); in _mesa_create_exec_table()