Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3376 CALL_PixelZoom(ctx->Exec, (xfactor, yfactor)); in save_PixelZoom()
8377 CALL_PixelZoom(ctx->Exec, (n[1].f, n[2].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c15187 CALL_PixelZoom(ctx->CurrentServerDispatch, (xfactor, yfactor)); in _mesa_unmarshal_PixelZoom()
15206 CALL_PixelZoom(ctx->CurrentServerDispatch, (xfactor, yfactor)); in _mesa_marshal_PixelZoom()
Ddispatch.h5188 #define CALL_PixelZoom(disp, parameters) \ macro