Home
last modified time | relevance | path

Searched refs:GetDrmFormat (Results 1 – 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp70 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
164 auto format_opt = GetDrmFormat(buffer); in LockYCbCr()
267 auto format_opt = GetDrmFormat(); in Lock()
311 std::optional<uint32_t> GrallocBuffer::GetDrmFormat() { in GetDrmFormat() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
313 return gralloc_->GetDrmFormat(buffer_); in GetDrmFormat()
DGralloc.h80 std::optional<uint32_t> GetDrmFormat();
135 std::optional<uint32_t> GetDrmFormat(buffer_handle_t buffer);
DGuestFrameComposer.cpp371 auto bufferFormatOpt = buffer.GetDrmFormat(); in GetBufferSpec()
853 auto bufferFormatOpt = buffer.GetDrmFormat(); in canComposeLayer()
/device/google/cuttlefish/host/libs/wayland/
Dwayland_surface.cpp28 std::uint32_t GetDrmFormat(std::uint32_t wl_shm_format) { in GetDrmFormat() function
83 GetDrmFormat(wl_shm_buffer_get_format(shm_buffer)); in Commit()