Searched defs:PixelR8G8B8A8 (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 31 struct PixelR8G8B8A8 { struct 32 PixelR8G8B8A8(uint8_t rr, uint8_t gg, uint8_t bb, uint8_t aa) : r(rr), g(gg), b(bb), a(aa) {} in PixelR8G8B8A8() function 34 PixelR8G8B8A8(int xx, int yy, uint8_t rr, uint8_t gg, uint8_t bb, uint8_t aa) in PixelR8G8B8A8() argument 37 std::optional<int> x; 38 std::optional<int> y; 40 uint8_t r; 41 uint8_t g; 42 uint8_t b; 43 uint8_t a; 45 std::string ToString() const { in ToString()
|