Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c1775 CALL_ColorTable(ctx->Exec, (target, internalFormat, width, in save_ColorTable()
1792 CALL_ColorTable(ctx->Exec, (target, internalFormat, width, in save_ColorTable()
7846 CALL_ColorTable(ctx->Exec, (n[1].e, n[2].e, n[3].i, n[4].e, in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c1775 CALL_ColorTable(ctx->Exec, (target, internalFormat, width, in save_ColorTable()
1792 CALL_ColorTable(ctx->Exec, (target, internalFormat, width, in save_ColorTable()
7846 CALL_ColorTable(ctx->Exec, (n[1].e, n[2].e, n[3].i, n[4].e, in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5905 #define CALL_ColorTable(disp, parameters) \ macro