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

  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 291 static const int kIAttrsCount = SK_ARRAY_COUNT(iAttrs);
292 int msaaIAttrs[kIAttrsCount + 6];
293 memcpy(msaaIAttrs, iAttrs, sizeof(int) * kIAttrsCount);
294 SkASSERT(0 == msaaIAttrs[kIAttrsCount - 2] &&
295 0 == msaaIAttrs[kIAttrsCount - 1]);
296 msaaIAttrs[kIAttrsCount - 2] = SK_WGL_SAMPLE_BUFFERS;
297 msaaIAttrs[kIAttrsCount - 1] = TRUE;
298 msaaIAttrs[kIAttrsCount + 0] = SK_WGL_SAMPLES;
299 msaaIAttrs[kIAttrsCount + 1] = msaaSampleCount;
301 msaaIAttrs[kIAttrsCount + 2] = SK_WGL_COLOR_SAMPLES
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 291 static const int kIAttrsCount = SK_ARRAY_COUNT(iAttrs);
292 int msaaIAttrs[kIAttrsCount + 6];
293 memcpy(msaaIAttrs, iAttrs, sizeof(int) * kIAttrsCount);
294 SkASSERT(0 == msaaIAttrs[kIAttrsCount - 2] &&
295 0 == msaaIAttrs[kIAttrsCount - 1]);
296 msaaIAttrs[kIAttrsCount - 2] = SK_WGL_SAMPLE_BUFFERS;
297 msaaIAttrs[kIAttrsCount - 1] = TRUE;
298 msaaIAttrs[kIAttrsCount + 0] = SK_WGL_SAMPLES;
299 msaaIAttrs[kIAttrsCount + 1] = msaaSampleCount;
301 msaaIAttrs[kIAttrsCount + 2] = SK_WGL_COLOR_SAMPLES
    [all...]

Completed in 184 milliseconds