Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c27450 CALL_Vertex3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_unmarshal_Vertex3d()
27470 CALL_Vertex3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_marshal_Vertex3d()
Ddispatch.h3956 #define CALL_Vertex3d(disp, parameters) \ macro