Searched refs:VERTEX2 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 50 #define VERTEX2(x,y) CALL_Vertex2f(GET_DISPATCH(), (x,y)) macro 562 VERTEX2( (GLfloat) x, (GLfloat) y ); in _mesa_Vertex2d() 568 VERTEX2( (GLfloat) x, (GLfloat) y ); in _mesa_Vertex2i() 574 VERTEX2( (GLfloat) x, (GLfloat) y ); in _mesa_Vertex2s() 616 VERTEX2( (GLfloat) v[0], (GLfloat) v[1] ); in _mesa_Vertex2dv() 622 VERTEX2( (GLfloat) v[0], (GLfloat) v[1] ); in _mesa_Vertex2iv() 628 VERTEX2( (GLfloat) v[0], (GLfloat) v[1] ); in _mesa_Vertex2sv() 635 VERTEX2( (GLfloat) v[0], (GLfloat) v[1] ); in _mesa_Vertex3dv()
|