Searched refs:toR5G6B5 (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish/camera/ |
D | FakeRotatingCamera.cpp | 84 constexpr uint16_t toR5G6B5(float r, float g, float b) { in toR5G6B5() function 98 constexpr uint16_t B = toR5G6B5(.4, .4, .4); in loadTestPatternTextureA() 99 constexpr uint16_t R = toR5G6B5( 1, .1, .1); in loadTestPatternTextureA() 159 toR5G6B5(0, 0, 0), in loadTestPatternTextureAcircles() 160 toR5G6B5(.25, .25, .25), in loadTestPatternTextureAcircles() 161 toR5G6B5(.5, .5, .5), in loadTestPatternTextureAcircles() 162 toR5G6B5(1, 1, 0), in loadTestPatternTextureAcircles() 163 toR5G6B5(1, 1, 1), in loadTestPatternTextureAcircles()
|