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
580 << ((sizeof(pixel) * BITSPERBYTE)
583 << ((sizeof(pixel) * BITSPERBYTE)
586 << ((sizeof(pixel) * BITSPERBYTE)
590 << ((sizeof(pixel) * BITSPERBYTE)
595 pixel >>= sizeof(pixel) * BITSPERBYTE - attrib->bytes * BITSPERBYTE;
H A DhwcColorEquiv.cpp112 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once macro
H A DhwcStress.cpp159 #define BITSPERBYTE 8 // TODO: Obtain from <values.h>, once macro

Completed in 87 milliseconds