Searched refs:VERTEX4 (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 52 #define VERTEX4(x,y,z,w) CALL_Vertex4f(GET_DISPATCH(), (x,y,z,w)) macro 598 VERTEX4( (GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w ); in _mesa_Vertex4d() 604 VERTEX4( (GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w ); in _mesa_Vertex4i() 610 VERTEX4( (GLfloat) x, (GLfloat) y, (GLfloat) z, (GLfloat) w ); in _mesa_Vertex4s() 655 VERTEX4( (GLfloat) v[0], (GLfloat) v[1], in _mesa_Vertex4dv() 662 VERTEX4( (GLfloat) v[0], (GLfloat) v[1], in _mesa_Vertex4iv() 669 VERTEX4( (GLfloat) v[0], (GLfloat) v[1], in _mesa_Vertex4sv()
|