Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3233 CALL_MultMatrixf(ctx->Exec, (m)); in save_MultMatrixf()
8360 CALL_MultMatrixf(ctx->Exec, (&n[1].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c26472 CALL_MultMatrixf(ctx->CurrentServerDispatch, (m)); in _mesa_unmarshal_MultMatrixf()
26490 CALL_MultMatrixf(ctx->CurrentServerDispatch, (m)); in _mesa_marshal_MultMatrixf()
Ddispatch.h5716 #define CALL_MultMatrixf(disp, parameters) \ macro