Searched defs:expectBufferColor (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/frameworks/native/libs/renderengine/tests/ |
H A D | RenderEngineTest.cpp | 343 void expectBufferColor(const Region& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in expectBufferColor() function in android::renderengine::RenderEngineTest 351 void expectBufferColor(const Point& point, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest 356 void expectBufferColor(const Rect& rect, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest 364 void expectBufferColor(const Rect& rect, ColorGenerator generator, uint8_t tolerance = 0) { in expectBufferColor() function in android::renderengine::RenderEngineTest 376 void expectBufferColor(const Rect& region, ColorGenerator generator, in expectBufferColor() function in android::renderengine::RenderEngineTest
|
/aosp_15_r20/frameworks/av/media/libstagefright/renderfright/tests/ |
H A D | RenderEngineTest.cpp | 130 void expectBufferColor(const Region& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in expectBufferColor() function 138 void expectBufferColor(const Rect& rect, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function 151 void expectBufferColor(const Rect& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/utils/ |
H A D | TransactionUtils.h | 103 static void expectBufferColor(const sp<GraphicBuffer>& outBuffer, uint8_t* pixels, in expectBufferColor() function
|