Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c3413 CALL_PopAttrib(ctx->Exec, ()); in save_PopAttrib()
8186 CALL_PopAttrib(ctx->Exec, ()); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c3413 CALL_PopAttrib(ctx->Exec, ()); in save_PopAttrib()
8186 CALL_PopAttrib(ctx->Exec, ()); in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h4574 #define CALL_PopAttrib(disp, parameters) \ macro