Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
Ddlist.c2867 CALL_LoadMatrixf(ctx->Exec, (m)); in save_LoadMatrixf()
8072 CALL_LoadMatrixf(ctx->Exec, (&n[1].f)); in execute_list()
8080 CALL_LoadMatrixf(ctx->Exec, (m)); in execute_list()
/external/mesa3d/src/mesa/main/
Ddlist.c2867 CALL_LoadMatrixf(ctx->Exec, (m)); in save_LoadMatrixf()
8072 CALL_LoadMatrixf(ctx->Exec, (&n[1].f)); in execute_list()
8080 CALL_LoadMatrixf(ctx->Exec, (m)); in execute_list()
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/main/
Ddispatch.h5377 #define CALL_LoadMatrixf(disp, parameters) \ macro