Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c2229 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/
Dmarshal_generated.c29402 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()
Ddispatch.h5287 #define CALL_CopyPixels(disp, parameters) \ macro