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

/frameworks/base/services/surfaceflinger/
H A DSurfaceFlinger.cpp208 static inline uint16_t pack565(int r, int g, int b) { function in namespace:android
270 const uint16_t g0 = pack565(0x0F,0x1F,0x0F);
271 const uint16_t g1 = pack565(0x17,0x2f,0x17);
282 const uint16_t protTexData[] = { pack565(0x03, 0x03, 0x03) };

Completed in 43 milliseconds