Searched defs:curPFD (Results 1 - 2 of 2) sorted by path

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
H A Dwgl.c152 static unsigned curPFD = 0; variable
169 (GLboolean) (pfd[curPFD-1].doubleBuffered ?
171 (GLboolean)(pfd[curPFD-1].pfd.cAlphaBits ?
328 if(curPFD == 0) {
332 return(curPFD);
349 curPFD = iPixelFormat;
/external/mesa3d/src/mesa/drivers/windows/gdi/
H A Dwgl.c152 static unsigned curPFD = 0; variable
169 (GLboolean) (pfd[curPFD-1].doubleBuffered ?
171 (GLboolean)(pfd[curPFD-1].pfd.cAlphaBits ?
328 if(curPFD == 0) {
332 return(curPFD);
349 curPFD = iPixelFormat;

Completed in 286 milliseconds