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

  /frameworks/native/libs/gui/tests/
FillBuffer.cpp 36 int parityX = (x / blockWidth) & 1;
38 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
84 int parityX = (x / (1 << (c+2))) & 1;
86 buf[offset + c] = (parityX ^ parityY) ? 231 : 35;
CpuConsumer_test.cpp 237 int parityX = (x / blockWidth) & 1;
239 T intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 106 int parityX = (x / blockWidth) & 1;
108 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 211 int parityX = (x / blockWidth) & 1;
213 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
  /frameworks/av/media/libstagefright/tests/
SurfaceMediaSource_test.cpp 551 int parityX = (x / blockWidth) & 1;
553 unsigned char intensity = (parityX ^ parityY) ? 63 : 191;
    [all...]

Completed in 2973 milliseconds