Home
last modified time | relevance | path

Searched refs:NativeHandleWrapper (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/graphics/composer/2.1/utils/vts/include/composer-vts/2.1/
DComposerVts.h142 class NativeHandleWrapper {
144 NativeHandleWrapper(Gralloc& gralloc, const native_handle_t* handle) in NativeHandleWrapper() function
147 ~NativeHandleWrapper();
160 const NativeHandleWrapper allocate(uint32_t width, uint32_t height, uint32_t layerCount,
/hardware/interfaces/graphics/composer/2.2/utils/vts/include/composer-vts/2.2/
DComposerVts.h96 using NativeHandleWrapper = V2_1::vts::NativeHandleWrapper;
99 const NativeHandleWrapper allocate(uint32_t width, uint32_t height, uint32_t layerCount,
DReadbackVts.h146 std::unique_ptr<Gralloc::NativeHandleWrapper> mBufferHandle;
198 std::unique_ptr<Gralloc::NativeHandleWrapper> mBufferHandle = nullptr;
/hardware/interfaces/graphics/composer/2.2/vts/functional/
DVtsHalGraphicsComposerV2_2TargetTest.cpp43 using V2_1::vts::NativeHandleWrapper;
155 NativeHandleWrapper allocate() { in allocate()
441 std::unique_ptr<NativeHandleWrapper> buffer; in TEST_P()
443 ASSERT_NO_FATAL_FAILURE(buffer.reset(new NativeHandleWrapper( in TEST_P()
464 std::unique_ptr<NativeHandleWrapper> buffer; in TEST_P()
466 ASSERT_NO_FATAL_FAILURE(buffer.reset(new NativeHandleWrapper( in TEST_P()
DVtsHalGraphicsComposerV2_2ReadbackTest.cpp48 using V2_1::vts::NativeHandleWrapper;
356 NativeHandleWrapper bufferHandle = in TEST_P()
467 NativeHandleWrapper clientBufferHandle = in TEST_P()
595 NativeHandleWrapper clientBufferHandle = in TEST_P()
/hardware/interfaces/graphics/composer/2.1/utils/vts/
DComposerVts.cpp311 NativeHandleWrapper::~NativeHandleWrapper() { in ~NativeHandleWrapper()
333 const NativeHandleWrapper Gralloc::allocate(uint32_t width, uint32_t height, uint32_t layerCount, in allocate()
362 return NativeHandleWrapper(*this, handle); in allocate()
/hardware/interfaces/graphics/composer/2.2/utils/vts/
DReadbackVts.cpp212 mBufferHandle.reset(new Gralloc::NativeHandleWrapper( in setReadbackBuffer()
317 mBufferHandle.reset(new Gralloc::NativeHandleWrapper( in setBuffer()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp669 NativeHandleWrapper allocate() { in allocate()
730 std::unique_ptr<NativeHandleWrapper> handle; in TEST_P()
731 ASSERT_NO_FATAL_FAILURE(handle.reset(new NativeHandleWrapper(allocate()))); in TEST_P()
/hardware/interfaces/graphics/composer/2.4/vts/functional/
DVtsHalGraphicsComposerV2_4TargetTest.cpp54 using V2_1::vts::NativeHandleWrapper;
160 NativeHandleWrapper allocate(int32_t width, int32_t height) { in allocate()