Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c24055 CALL_CopyColorTable(ctx->CurrentServerDispatch, (target, internalformat, x, y, width)); in _mesa_unmarshal_CopyColorTable()
24077 CALL_CopyColorTable(ctx->CurrentServerDispatch, (target, internalformat, x, y, width)); in _mesa_marshal_CopyColorTable()
Ddispatch.h6244 #define CALL_CopyColorTable(disp, parameters) \ macro