Searched refs:CALL_CopyPixels (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 2229 CALL_CopyPixels(ctx->Exec, (x, y, width, height, type)); in save_CopyPixels() 8184 CALL_CopyPixels(ctx->Exec, (n[1].i, n[2].i, in execute_list()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 29402 CALL_CopyPixels(ctx->CurrentServerDispatch, (x, y, width, height, type)); in _mesa_unmarshal_CopyPixels() 29424 CALL_CopyPixels(ctx->CurrentServerDispatch, (x, y, width, height, type)); in _mesa_marshal_CopyPixels()
|
D | dispatch.h | 5287 #define CALL_CopyPixels(disp, parameters) \ macro
|