Searched refs:CALL_Vertex4f (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | api_loopback.c | 52 #define VERTEX4(x,y,z,w) CALL_Vertex4f(GET_DISPATCH(), (x,y,z,w))
|
/external/mesa3d/prebuilt-intermediates/main/ |
D | marshal_generated.c | 17724 CALL_Vertex4f(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_unmarshal_Vertex4f() 17745 CALL_Vertex4f(ctx->CurrentServerDispatch, (x, y, z, w)); in _mesa_marshal_Vertex4f()
|
D | dispatch.h | 4066 #define CALL_Vertex4f(disp, parameters) \ macro
|