Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c39599 CALL_TexCoord4s(ctx->CurrentServerDispatch, (s, t, r, q)); in _mesa_unmarshal_TexCoord4s()
39620 CALL_TexCoord4s(ctx->CurrentServerDispatch, (s, t, r, q)); in _mesa_marshal_TexCoord4s()
Ddispatch.h3846 #define CALL_TexCoord4s(disp, parameters) \ macro