Searched refs:CALL_Vertex2f (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/vbo/ |
D | vbo_save_api.c | 1159 CALL_Vertex2f(GET_DISPATCH(), (x1, y1)); in _save_OBE_Rectf() 1160 CALL_Vertex2f(GET_DISPATCH(), (x2, y1)); in _save_OBE_Rectf() 1161 CALL_Vertex2f(GET_DISPATCH(), (x2, y2)); in _save_OBE_Rectf() 1162 CALL_Vertex2f(GET_DISPATCH(), (x1, y2)); in _save_OBE_Rectf()
|
D | vbo_exec_array.c | 505 CALL_Vertex2f(GET_DISPATCH(), (x1, y1)); in vbo_exec_Rectf() 506 CALL_Vertex2f(GET_DISPATCH(), (x2, y1)); in vbo_exec_Rectf() 507 CALL_Vertex2f(GET_DISPATCH(), (x2, y2)); in vbo_exec_Rectf() 508 CALL_Vertex2f(GET_DISPATCH(), (x1, y2)); in vbo_exec_Rectf()
|
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 50 #define VERTEX2(x,y) CALL_Vertex2f(GET_DISPATCH(), (x,y))
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 23283 CALL_Vertex2f(ctx->CurrentServerDispatch, (x, y)); in _mesa_unmarshal_Vertex2f() 23302 CALL_Vertex2f(ctx->CurrentServerDispatch, (x, y)); in _mesa_marshal_Vertex2f()
|
D | dispatch.h | 3890 #define CALL_Vertex2f(disp, parameters) \ macro
|