Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmarshal.c545 CALL_ClearBufferfv(ctx->CurrentServerDispatch, in _mesa_unmarshal_ClearBufferfv()
655 CALL_ClearBufferfv(ctx->CurrentServerDispatch, in _mesa_marshal_ClearBufferfv()
Ddlist.c2023 CALL_ClearBufferfv(ctx->Exec, (buffer, drawbuffer, value)); in save_ClearBufferfv()
8142 CALL_ClearBufferfv(ctx->Exec, (n[1].e, n[2].i, value)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Ddispatch.h8829 #define CALL_ClearBufferfv(disp, parameters) \ macro