Searched refs:CALL_ClearColorIiEXT (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | dlist.c | 7631 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/ |
D | marshal_generated.c | 2982 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()
|
D | dispatch.h | 16672 #define CALL_ClearColorIiEXT(disp, parameters) \ macro
|