Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c22428 CALL_ScissorIndexed(ctx->CurrentServerDispatch, (index, left, bottom, width, height)); in _mesa_unmarshal_ScissorIndexed()
22450 CALL_ScissorIndexed(ctx->CurrentServerDispatch, (index, left, bottom, width, height)); in _mesa_marshal_ScissorIndexed()
Ddispatch.h11678 #define CALL_ScissorIndexed(disp, parameters) \ macro