Searched refs:_mesa_exec_Rectf (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | draw.c | 381 _mesa_exec_Rectf(GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) in _mesa_exec_Rectf() function 400 _mesa_exec_Rectf((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); in _mesa_exec_Rectd() 406 _mesa_exec_Rectf((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); in _mesa_exec_Rectdv() 412 _mesa_exec_Rectf(v1[0], v1[1], v2[0], v2[1]); in _mesa_exec_Rectfv() 418 _mesa_exec_Rectf((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); in _mesa_exec_Recti() 424 _mesa_exec_Rectf((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); in _mesa_exec_Rectiv() 430 _mesa_exec_Rectf((GLfloat) x1, (GLfloat) y1, (GLfloat) x2, (GLfloat) y2); in _mesa_exec_Rects() 436 _mesa_exec_Rectf((GLfloat) v1[0], (GLfloat) v1[1], (GLfloat) v2[0], (GLfloat) v2[1]); in _mesa_exec_Rectsv() 1949 SET_Rectf(exec, _mesa_exec_Rectf); in _mesa_initialize_exec_dispatch()
|