Home
last modified time | relevance | path

Searched refs:CALL_WindowPos4fMESA (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c4513 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/
Dmarshal_generated.c4048 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()
Ddispatch.h15418 #define CALL_WindowPos4fMESA(disp, parameters) \ macro