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

/external/mesa3d/src/mesa/main/
H A Dhint.h44 _mesa_Hint( GLenum target, GLenum mode );
H A Dhint.c37 _mesa_Hint( GLenum target, GLenum mode ) function
H A Dattrib.c1131 _mesa_Hint(GL_PERSPECTIVE_CORRECTION_HINT,
1133 _mesa_Hint(GL_POINT_SMOOTH_HINT, hint->PointSmooth);
1134 _mesa_Hint(GL_LINE_SMOOTH_HINT, hint->LineSmooth);
1135 _mesa_Hint(GL_POLYGON_SMOOTH_HINT, hint->PolygonSmooth);
1136 _mesa_Hint(GL_FOG_HINT, hint->Fog);
1137 _mesa_Hint(GL_TEXTURE_COMPRESSION_HINT_ARB,
/external/mesa3d/prebuilt-intermediates/main/
H A Dapi_exec.c512 SET_Hint(exec, _mesa_Hint);

Completed in 265 milliseconds