Searched refs:Gralloc (Results 1 – 8 of 8) sorted by relevance
42 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth()56 std::optional<uint32_t> Gralloc::GetHeight(buffer_handle_t buffer) { in GetHeight()70 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat()80 std::optional<std::vector<PlaneLayout>> Gralloc::GetPlaneLayouts(buffer_handle_t buffer) { in GetPlaneLayouts()90 std::optional<uint32_t> Gralloc::GetMonoPlanarStrideBytes(buffer_handle_t buffer) { in GetMonoPlanarStrideBytes()109 std::optional<GrallocBuffer> Gralloc::Import(buffer_handle_t buffer) { in Import()121 void Gralloc::Release(buffer_handle_t buffer) { in Release()129 std::optional<void*> Gralloc::Lock(buffer_handle_t buffer) { in Lock()163 std::optional<android_ycbcr> Gralloc::LockYCbCr(buffer_handle_t buffer) { in LockYCbCr()234 void Gralloc::Unlock(buffer_handle_t buffer) { in Unlock()[all …]
31 class Gralloc; variable66 GrallocBuffer(Gralloc* gralloc, buffer_handle_t buffer);98 Gralloc* gralloc_ = nullptr;102 class Gralloc {104 virtual ~Gralloc() = default;
98 Gralloc mGralloc;
84 "Gralloc.cpp",
87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
34 # Gralloc
50 # Gralloc