Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c11651 CALL_RasterPos3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_unmarshal_RasterPos3d()
11671 CALL_RasterPos3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_marshal_RasterPos3d()
Ddispatch.h3252 #define CALL_RasterPos3d(disp, parameters) \ macro