Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c7631 CALL_ClearColorIiEXT(ctx->Exec, (red, green, blue, alpha)); in save_ClearColorIi()
9017 CALL_ClearColorIiEXT(ctx->Exec, (n[1].i, n[2].i, n[3].i, n[4].i)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c2982 CALL_ClearColorIiEXT(ctx->CurrentServerDispatch, (r, g, b, a)); in _mesa_unmarshal_ClearColorIiEXT()
3003 CALL_ClearColorIiEXT(ctx->CurrentServerDispatch, (r, g, b, a)); in _mesa_marshal_ClearColorIiEXT()
Ddispatch.h16672 #define CALL_ClearColorIiEXT(disp, parameters) \ macro