Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c17839 CALL_Vertex4i(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_unmarshal_Vertex4i()
17860 CALL_Vertex4i(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_marshal_Vertex4i()
Ddispatch.h4088 #define CALL_Vertex4i(disp, parameters) \ macro