Home
last modified time | relevance | path

Searched refs:CALL_DrawTexiOES (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c828 CALL_DrawTexiOES(ctx->CurrentServerDispatch, (x, y, z, width, height)); in _mesa_unmarshal_DrawTexiOES()
850 CALL_DrawTexiOES(ctx->CurrentServerDispatch, (x, y, z, width, height)); in _mesa_marshal_DrawTexiOES()
Ddispatch.h14351 #define CALL_DrawTexiOES(disp, parameters) \ macro