OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:curPFD
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c
152
static unsigned
curPFD
= 0;
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/
wgl.c
152
static unsigned
curPFD
= 0;
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 24 milliseconds