Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3604 CALL_PushMatrix(ctx->Exec, ()); in save_PushMatrix()
8424 CALL_PushMatrix(ctx->Exec, ()); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c22117 CALL_PushMatrix(ctx->CurrentServerDispatch, ()); in _mesa_unmarshal_PushMatrix()
22136 CALL_PushMatrix(ctx->CurrentServerDispatch, ()); in _mesa_marshal_PushMatrix()
Ddispatch.h5760 #define CALL_PushMatrix(disp, parameters) \ macro