OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gPixelFormats
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/utils/win/
SkWGL_win.cpp
461
static int
gPixelFormats
[2] = { -1, -1 };
468
gPixelFormats
[0] = pixelFormatsToTry[0];
474
gPixelFormats
[1] = pixelFormatsToTry[0];
479
for (int pixelFormat :
gPixelFormats
) {
/external/skqp/src/utils/win/
SkWGL_win.cpp
461
static int
gPixelFormats
[2] = { -1, -1 };
468
gPixelFormats
[0] = pixelFormatsToTry[0];
474
gPixelFormats
[1] = pixelFormatsToTry[0];
479
for (int pixelFormat :
gPixelFormats
) {
Completed in 1522 milliseconds