Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/hwc3/
DGralloc.cpp80 std::optional<std::vector<PlaneLayout>> Gralloc::GetPlaneLayouts(buffer_handle_t buffer) { in GetPlaneLayouts() function in aidl::android::hardware::graphics::composer3::impl::Gralloc
91 auto plane_layouts_opt = GetPlaneLayouts(buffer); in GetMonoPlanarStrideBytes()
182 auto plane_layouts_opt = GetPlaneLayouts(buffer); in LockYCbCr()
318 std::optional<std::vector<PlaneLayout>> GrallocBuffer::GetPlaneLayouts() { in GetPlaneLayouts() function in aidl::android::hardware::graphics::composer3::impl::GrallocBuffer
320 return gralloc_->GetPlaneLayouts(buffer_); in GetPlaneLayouts()
DGralloc.h87 GetPlaneLayouts();
139 GetPlaneLayouts(buffer_handle_t buffer);
DGuestFrameComposer.cpp754 auto clientTargetPlaneLayoutsOpt = clientTargetBuffer.GetPlaneLayouts(); in presentDisplay()