Searched refs:append_index (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_statevars.c932 append_index(char *dst, GLint index) function
959 append_index(str, state[1]); /* light number [i]. */
974 append_index(str, state[1]); /* light number [i]. */
979 append_index(str, state[1]); /* tex unit [i] */
983 append_index(str, state[1]); /* tex unit [i] */
987 append_index(str, state[1]); /* plane [i] */
1009 append_index(str, index);
1034 append_index(str, state[2]);
1041 append_index(str, state[2]);
/external/mesa3d/src/mesa/program/
H A Dprog_statevars.c932 append_index(char *dst, GLint index) function
959 append_index(str, state[1]); /* light number [i]. */
974 append_index(str, state[1]); /* light number [i]. */
979 append_index(str, state[1]); /* tex unit [i] */
983 append_index(str, state[1]); /* tex unit [i] */
987 append_index(str, state[1]); /* plane [i] */
1009 append_index(str, index);
1034 append_index(str, state[2]);
1041 append_index(str, state[2]);

Completed in 79 milliseconds