Searched refs:CALL_DrawArrays (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | varray.c | 1897 CALL_DrawArrays(ctx->CurrentServerDispatch, ( m, first[i], count[i] )); in _mesa_MultiModeDrawArraysIBM()
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 26763 CALL_DrawArrays(ctx->CurrentServerDispatch, (mode, first, count)); in _mesa_unmarshal_DrawArrays() 26783 CALL_DrawArrays(ctx->CurrentServerDispatch, (mode, first, count)); in _mesa_marshal_DrawArrays()
|
D | dispatch.h | 5892 #define CALL_DrawArrays(disp, parameters) \ macro
|