Searched refs:BITSPERBYTE (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/opengl/tests/hwc/
H A DhwcTestLib.cpp45 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once macro
582 << ((sizeof(pixel) * BITSPERBYTE)
585 << ((sizeof(pixel) * BITSPERBYTE)
588 << ((sizeof(pixel) * BITSPERBYTE)
592 << ((sizeof(pixel) * BITSPERBYTE)
597 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;
H A DhwcColorEquiv.cpp111 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once macro
H A DhwcStress.cpp158 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once macro

Completed in 1148 milliseconds