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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c118 GLuint numDrawBuffers = 0; variable in typeref:typename:GLuint
157 numDrawBuffers = drawFb->_NumColorDrawBuffers;
164 numDrawBuffers = 1;
183 numDrawBuffers = 1;
199 for (i = 0; i < numDrawBuffers; i++) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c118 GLuint numDrawBuffers = 0; variable in typeref:typename:GLuint
157 numDrawBuffers = drawFb->_NumColorDrawBuffers;
164 numDrawBuffers = 1;
183 numDrawBuffers = 1;
199 for (i = 0; i < numDrawBuffers; i++) {

Completed in 4 milliseconds