Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c2089 CALL_CopyPixels(ctx->Exec, (x, y, width, height, type)); in save_CopyPixels()
7939 CALL_CopyPixels(ctx->Exec, (n[1].i, n[2].i, in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c2089 CALL_CopyPixels(ctx->Exec, (x, y, width, height, type)); in save_CopyPixels()
7939 CALL_CopyPixels(ctx->Exec, (n[1].i, n[2].i, in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4981 #define CALL_CopyPixels(disp, parameters) \ macro