Home
last modified time | relevance | path

Searched refs:CALL_PointSize (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Ddlist.c3439 CALL_PointSize(ctx->Exec, (size)); in save_PointSize()
8380 CALL_PointSize(ctx->Exec, (n[1].f)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c1293 CALL_PointSize(ctx->CurrentServerDispatch, (size)); in _mesa_unmarshal_PointSize()
1311 CALL_PointSize(ctx->CurrentServerDispatch, (size)); in _mesa_marshal_PointSize()
Ddispatch.h4385 #define CALL_PointSize(disp, parameters) \ macro