Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c23438 CALL_Vertex2s(ctx->CurrentServerDispatch, (x, y)); in _mesa_unmarshal_Vertex2s()
23457 CALL_Vertex2s(ctx->CurrentServerDispatch, (x, y)); in _mesa_marshal_Vertex2s()
Ddispatch.h3934 #define CALL_Vertex2s(disp, parameters) \ macro