Home
last modified time | relevance | path

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

/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c35491 CALL_ColorPointer(ctx->CurrentServerDispatch, (size, type, stride, pointer)); in _mesa_unmarshal_ColorPointer()
35504 CALL_ColorPointer(ctx->CurrentServerDispatch, (size, type, stride, pointer)); in _mesa_marshal_ColorPointer()
35519 CALL_ColorPointer(ctx->CurrentServerDispatch, (size, type, stride, pointer)); in _mesa_marshal_ColorPointer()
Ddispatch.h5870 #define CALL_ColorPointer(disp, parameters) \ macro