Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmarshal.c571 CALL_ClearBufferuiv(ctx->CurrentServerDispatch, in _mesa_unmarshal_ClearBufferuiv()
714 CALL_ClearBufferuiv(ctx->CurrentServerDispatch, in _mesa_marshal_ClearBufferuiv()
Ddlist.c1995 CALL_ClearBufferuiv(ctx->Exec, (buffer, drawbuffer, value)); in save_ClearBufferuiv()
8132 CALL_ClearBufferuiv(ctx->Exec, (n[1].e, n[2].i, value)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8851 #define CALL_ClearBufferuiv(disp, parameters) \ macro