Searched defs:expectBufferColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/services/surfaceflinger/tests/utils/ |
D | TransactionUtils.h | 103 static void expectBufferColor(const sp<GraphicBuffer>& outBuffer, uint8_t* pixels, in expectBufferColor() function
|
/frameworks/native/libs/renderengine/tests/ |
D | RenderEngineTest.cpp | 310 void expectBufferColor(const Region& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in expectBufferColor() function in android::renderengine::RenderEngineTest 318 void expectBufferColor(const Point& point, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest 323 void expectBufferColor(const Rect& rect, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest 331 void expectBufferColor(const Rect& rect, ColorGenerator generator, uint8_t tolerance = 0) { in expectBufferColor() function in android::renderengine::RenderEngineTest 343 void expectBufferColor(const Rect& region, ColorGenerator generator, in expectBufferColor() function in android::renderengine::RenderEngineTest
|
/frameworks/av/media/libstagefright/renderfright/tests/ |
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
|