Home
last modified time | relevance | path

Searched refs:verifyRGBA8888 (Results 1 – 2 of 2) sorted by relevance

/hardware/interfaces/graphics/mapper/stable-c/vts/
DVtsHalGraphicsMapperStableC_TargetTest.cpp323 void verifyRGBA8888(const buffer_handle_t bufferHandle, const uint8_t* data, uint32_t height, in verifyRGBA8888() function in GraphicsTestsBase
743 ASSERT_NO_FATAL_FAILURE(verifyRGBA8888(*handle, data, info.height, stride * 4, info.width * 4)); in TEST_P()
1229 verifyRGBA8888(*readHandle, readData, info.height, stride * 4, info.width * 4)); in TEST_P()
/hardware/interfaces/graphics/mapper/4.0/vts/functional/
DVtsHalGraphicsMapperV4_0TargetTest.cpp391 void verifyRGBA8888(const native_handle_t* bufferHandle, const uint8_t* data, uint32_t height, in verifyRGBA8888() function in android::hardware::graphics::mapper::V4_0::vts::__anon5795686b0111::GraphicsMapperHidlTest
716 verifyRGBA8888(bufferHandle, data, info.height, stride * 4, info.width * 4)); in TEST_P()
1166 verifyRGBA8888(readBufferHandle, readData, info.height, stride * 4, info.width * 4)); in TEST_P()