Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c27580 CALL_Vertex3s(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_unmarshal_Vertex3s()
27600 CALL_Vertex3s(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_marshal_Vertex3s()
Ddispatch.h4022 #define CALL_Vertex3s(disp, parameters) \ macro