Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3592 CALL_PushAttrib(ctx->Exec, (mask)); in save_PushAttrib()
8421 CALL_PushAttrib(ctx->Exec, (n[1].bf)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c13907 CALL_PushAttrib(ctx->CurrentServerDispatch, (mask)); in _mesa_unmarshal_PushAttrib()
13925 CALL_PushAttrib(ctx->CurrentServerDispatch, (mask)); in _mesa_marshal_PushAttrib()
Ddispatch.h4891 #define CALL_PushAttrib(disp, parameters) \ macro