Searched refs:CALL_WindowPos4fMESA (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 4513 CALL_WindowPos4fMESA(ctx->Exec, (x, y, z, w)); in save_WindowPos4fMESA() 8588 CALL_WindowPos4fMESA(ctx->Exec, (n[1].f, n[2].f, n[3].f, n[4].f)); in execute_list()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 4048 CALL_WindowPos4fMESA(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_unmarshal_WindowPos4fMESA() 4069 CALL_WindowPos4fMESA(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_marshal_WindowPos4fMESA()
|
D | dispatch.h | 15418 #define CALL_WindowPos4fMESA(disp, parameters) \ macro
|