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

  /packages/apps/Calendar/src/com/android/calendar/
Event.java 455 long colMask = 0;
463 colMask = removeNonAlldayActiveEvents(
464 event, activeList.iterator(), minimumDurationMillis, colMask);
466 colMask = removeAlldayActiveEvents(event, activeList.iterator(), colMask);
476 colMask = 0;
481 // zero bits in the column mask "colMask".
482 int col = findFirstZeroBit(colMask);
485 colMask |= (1L << col);
498 private static long removeAlldayActiveEvents(Event event, Iterator<Event> iter, long colMask) {
    [all...]
  /external/deqp/modules/gles2/functional/
es2fColorClearTest.cpp 256 deUint8 colMask = pixelKnownChannelMask[offset];
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask);
  /external/deqp/modules/gles3/functional/
es3fColorClearTest.cpp 256 deUint8 colMask = pixelKnownChannelMask[offset];
257 RGBA diff = computeAbsDiffMasked(refRGBA, resRGBA, colMask);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_texfilter.c     [all...]
  /external/mesa3d/src/mesa/swrast/
s_texfilter.c     [all...]

Completed in 140 milliseconds