HomeSort by relevance Sort by last modified time
    Searched refs:formatToTry (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 316 int formatToTry = extensions.selectFormat(formats,
320 DescribePixelFormat(dc, formatToTry, sizeof(pfd), &pfd);
321 if (SetPixelFormat(dc, formatToTry, &pfd)) {
322 format = formatToTry;
  /external/skia/src/utils/win/
SkWGL_win.cpp 316 int formatToTry = extensions.selectFormat(formats,
320 DescribePixelFormat(dc, formatToTry, sizeof(pfd), &pfd);
321 if (SetPixelFormat(dc, formatToTry, &pfd)) {
322 format = formatToTry;

Completed in 583 milliseconds