Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dvarray.c1897 CALL_DrawArrays(ctx->CurrentServerDispatch, ( m, first[i], count[i] )); in _mesa_MultiModeDrawArraysIBM()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c26763 CALL_DrawArrays(ctx->CurrentServerDispatch, (mode, first, count)); in _mesa_unmarshal_DrawArrays()
26783 CALL_DrawArrays(ctx->CurrentServerDispatch, (mode, first, count)); in _mesa_marshal_DrawArrays()
Ddispatch.h5892 #define CALL_DrawArrays(disp, parameters) \ macro