Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Ddlist.c2209 CALL_ColorMaterial(ctx->Exec, (face, mode)); in save_ColorMaterial()
8181 CALL_ColorMaterial(ctx->Exec, (n[1].e, n[2].e)); in execute_list()
/external/mesa3d/prebuilt-intermediates/main/
Dmarshal_generated.c23788 CALL_ColorMaterial(ctx->CurrentServerDispatch, (face, mode)); in _mesa_unmarshal_ColorMaterial()
23807 CALL_ColorMaterial(ctx->CurrentServerDispatch, (face, mode)); in _mesa_marshal_ColorMaterial()
Ddispatch.h4143 #define CALL_ColorMaterial(disp, parameters) \ macro