Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c32719 CALL_DrawTexfOES(ctx->CurrentServerDispatch, (x, y, z, width, height)); in _mesa_unmarshal_DrawTexfOES()
32741 CALL_DrawTexfOES(ctx->CurrentServerDispatch, (x, y, z, width, height)); in _mesa_marshal_DrawTexfOES()
Ddispatch.h14329 #define CALL_DrawTexfOES(disp, parameters) \ macro