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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texcombine.c101 const GLuint numArgsRGB = combine->_NumArgsRGB; local
115 for (i = 0; i < numArgsRGB || i < numArgsA; i++) {
148 for (term = 0; term < numArgsRGB; term++) {
563 for (i = 0; i < numArgsRGB || i < numArgsA; i++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_texcombine.c93 const GLuint numArgsRGB = combine->_NumArgsRGB; local
107 for (i = 0; i < numArgsRGB || i < numArgsA; i++) {
140 for (term = 0; term < numArgsRGB; term++) {
555 for (i = 0; i < numArgsRGB || i < numArgsA; i++) {

Completed in 354 milliseconds