Searched defs:numColorArgs (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Di830_texblend.c138 const GLuint numColorArgs = combine->_NumArgsRGB; local
370 for (i = 0; i < numColorArgs; i++) {
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Di830_texblend.c138 const GLuint numColorArgs = combine->_NumArgsRGB; local
370 for (i = 0; i < numColorArgs; i++) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c305 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
314 for ( i = 0 ; i < numColorArgs ; i++ ) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texstate.c305 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
314 for ( i = 0 ; i < numColorArgs ; i++ ) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c349 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
363 for ( i = 0 ; i < numColorArgs ; i++ ) {
898 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
907 for ( i = 0 ; i < numColorArgs ; i++ ) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_texstate.c349 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
363 for ( i = 0 ; i < numColorArgs ; i++ ) {
898 const GLuint numColorArgs = texUnit->_CurrentCombine->_NumArgsRGB; local
907 for ( i = 0 ; i < numColorArgs ; i++ ) {

Completed in 216 milliseconds