Home
last modified time | relevance | path

Searched defs:expectBufferColor (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/services/surfaceflinger/tests/utils/
H A DTransactionUtils.h103 static void expectBufferColor(const sp<GraphicBuffer>& outBuffer, uint8_t* pixels, in expectBufferColor() function
/aosp12/frameworks/native/libs/renderengine/tests/
H A DRenderEngineTest.cpp270 void expectBufferColor(const Region& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a) { in expectBufferColor() function in android::renderengine::RenderEngineTest
278 void expectBufferColor(const Point& point, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest
283 void expectBufferColor(const Rect& rect, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest
296 void expectBufferColor(const Rect& region, uint8_t r, uint8_t g, uint8_t b, uint8_t a, in expectBufferColor() function in android::renderengine::RenderEngineTest
/aosp12/frameworks/av/media/libstagefright/renderfright/tests/
H A DRenderEngineTest.cpp130 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