Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c7761 CALL_Frustumx(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar)); in _mesa_unmarshal_Frustumx()
7784 CALL_Frustumx(ctx->CurrentServerDispatch, (left, right, bottom, top, zNear, zFar)); in _mesa_marshal_Frustumx()
Ddispatch.h17596 #define CALL_Frustumx(disp, parameters) \ macro