Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c37899 CALL_ColorPointerEXT(ctx->CurrentServerDispatch, (size, type, stride, count, pointer)); in _mesa_unmarshal_ColorPointerEXT()
37912 CALL_ColorPointerEXT(ctx->CurrentServerDispatch, (size, type, stride, count, pointer)); in _mesa_marshal_ColorPointerEXT()
37928 CALL_ColorPointerEXT(ctx->CurrentServerDispatch, (size, type, stride, count, pointer)); in _mesa_marshal_ColorPointerEXT()
Ddispatch.h14461 #define CALL_ColorPointerEXT(disp, parameters) \ macro