Searched refs: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 62 friend void PrintTo(const PixelR8G8B8A8& pixel, std::ostream* os) { *os << pixel.ToString(); } in PrintTo() 66 std::string(" equals ") + PixelR8G8B8A8(r, g, b, a).ToString()) { 84 GlExpected<PixelR8G8B8A8> GetPixelAt(GLint x, GLint y) { in GetPixelAt() 97 return PixelR8G8B8A8(x, y, rgba[0], rgba[1], rgba[2], rgba[3]); in GetPixelAt()
|