Home
last modified time | relevance | path

Searched refs:GetWidth (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp42 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
133 auto width_opt = GetWidth(buffer); in Lock()
297 std::optional<uint32_t> GrallocBuffer::GetWidth() { in GetWidth() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
299 return gralloc_->GetWidth(buffer_); in GetWidth()
DGralloc.h78 std::optional<uint32_t> GetWidth();
129 std::optional<uint32_t> GetWidth(buffer_handle_t buffer);
DGuestFrameComposer.cpp378 auto bufferWidthOpt = buffer.GetWidth(); in GetBufferSpec()
689 compositionResultBufferOpt->GetWidth(); in presentDisplay()