Home
last modified time | relevance | path

Searched refs:Gralloc (Results 1 – 12 of 12) sorted by relevance

/device/google/cuttlefish/guest/hals/hwcomposer/common/
Dgralloc_utils.h30 class Gralloc; variable
37 GrallocBuffer(Gralloc* gralloc, buffer_handle_t buffer);
75 Gralloc* gralloc_ = nullptr;
79 class Gralloc {
81 Gralloc();
82 virtual ~Gralloc() = default;
Dgralloc_utils.cpp40 Gralloc::Gralloc() { in Gralloc() function in cuttlefish::Gralloc
59 std::optional<uint32_t> Gralloc::GetWidth(buffer_handle_t buffer) { in GetWidth()
76 std::optional<uint32_t> Gralloc::GetHeight(buffer_handle_t buffer) { in GetHeight()
93 std::optional<uint32_t> Gralloc::GetDrmFormat(buffer_handle_t buffer) { in GetDrmFormat()
110 std::optional<uint32_t> Gralloc::GetMonoPlanarStrideBytes( in GetMonoPlanarStrideBytes()
129 std::optional<GrallocBuffer> Gralloc::Import(buffer_handle_t buffer) { in Import()
154 void Gralloc::Release(buffer_handle_t buffer) { in Release()
169 std::optional<void*> Gralloc::Lock(buffer_handle_t buffer) { in Lock()
242 std::optional<android_ycbcr> Gralloc::LockYCbCr(buffer_handle_t buffer) { in LockYCbCr()
334 void Gralloc::Unlock(buffer_handle_t buffer) { in Unlock()
[all …]
Dbase_composer.h47 Gralloc gralloc_;
/device/generic/goldfish-opengl/system/vulkan_enc/
DAndroidHardwareBuffer.h25 class Gralloc; variable
35 Gralloc* grallocHelper,
45 Gralloc* grallocHelper,
DAndroidHardwareBuffer.cpp57 Gralloc* grallocHelper, in getAndroidHardwareBufferPropertiesANDROID()
160 Gralloc* grallocHelper, in importAndroidHardwareBuffer()
DResourceTracker.cpp75 Gralloc *grallocHelper, in importAndroidHardwareBuffer()
100 Gralloc *grallocHelper, in getAndroidHardwareBufferPropertiesANDROID()
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.h117 class Gralloc {
124 virtual ~Gralloc() {} in ~Gralloc()
164 Gralloc *grallocHelper() { return m_grallocHelper; } in grallocHelper()
232 Gralloc* m_grallocHelper = nullptr;
DHostConnection.cpp152 class GoldfishGralloc : public Gralloc
184 class MinigbmGralloc : public Gralloc {
309 class MinigbmGralloc : public Gralloc {
/device/generic/goldfish-opengl/system/GLESv1/
Dgl.cpp49 Gralloc *grallocHelper = hostCon->grallocHelper(); \
/device/generic/goldfish-opengl/system/GLESv2/
Dgl2.cpp49 Gralloc *grallocHelper = hostCon->grallocHelper(); \
/device/generic/opengl-transport/host/libs/virglrenderer/
DREADME.md87 primary framebuffer surfaces), Gralloc (EGL window surfaces or images), or used
/device/generic/goldfish-opengl/system/egl/
Degl.cpp160 Gralloc *grallocHelper = hostCon->grallocHelper(); \
177 Gralloc const* grallocHelper = hostCon->grallocHelper(); \