Lines Matching refs:ScopedAHardwareBuffer
388 class ScopedAHardwareBuffer {
390 ScopedAHardwareBuffer() = default;
392 static GlExpected<ScopedAHardwareBuffer> Allocate(Gralloc& gralloc, uint32_t width,
395 ScopedAHardwareBuffer(const ScopedAHardwareBuffer& rhs) = delete;
396 ScopedAHardwareBuffer& operator=(const ScopedAHardwareBuffer& rhs) = delete;
398 ScopedAHardwareBuffer(ScopedAHardwareBuffer&& rhs) in ScopedAHardwareBuffer() function
403 ScopedAHardwareBuffer& operator=(ScopedAHardwareBuffer&& rhs) {
409 ~ScopedAHardwareBuffer() { in ~ScopedAHardwareBuffer()
437 ScopedAHardwareBuffer(Gralloc& gralloc, AHardwareBuffer* handle) in ScopedAHardwareBuffer() function
524 GlExpected<Image> AsImage(ScopedAHardwareBuffer& ahb);
526 GlExpected<ScopedAHardwareBuffer> CreateAHBFromImage(const std::string& basename);
532 GlExpected<Ok> CompareAHBWithGolden(ScopedAHardwareBuffer& ahb,