Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3620 CALL_PushName(ctx->Exec, (name)); in save_PushName()
8427 CALL_PushName(ctx->Exec, (n[1].ui)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c33675 CALL_PushName(ctx->CurrentServerDispatch, (name)); in _mesa_unmarshal_PushName()
33693 CALL_PushName(ctx->CurrentServerDispatch, (name)); in _mesa_marshal_PushName()
Ddispatch.h4693 #define CALL_PushName(disp, parameters) \ macro