Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c3279 CALL_Ortho(ctx->Exec, (left, right, bottom, top, nearval, farval)); in save_Ortho()
8363 CALL_Ortho(ctx->Exec, in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c16685 CALL_Ortho(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar)); in _mesa_unmarshal_Ortho()
16708 CALL_Ortho(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar)); in _mesa_marshal_Ortho()
Ddispatch.h5738 #define CALL_Ortho(disp, parameters) \ macro