Home
last modified time | relevance | path

Searched refs:gralloc_ (Results 1 – 8 of 8) sorted by relevance

/external/drm_hwcomposer/
Ddrmhwcomposer.h85 : gralloc_(gralloc), handle_(handle) { in DrmHwcNativeHandle()
89 gralloc_ = rhs.gralloc_; in DrmHwcNativeHandle()
90 rhs.gralloc_ = NULL; in DrmHwcNativeHandle()
99 gralloc_ = rhs.gralloc_;
100 rhs.gralloc_ = NULL;
115 const gralloc_module_t *gralloc_ = NULL;
Dplatformnv.cpp63 (const hw_module_t **)&gralloc_); in Init()
69 if (strcasecmp(gralloc_->common.author, "NVIDIA")) in Init()
70 ALOGW("Using non-NVIDIA gralloc module: %s/%s\n", gralloc_->common.name, in Init()
71 gralloc_->common.author); in Init()
105 int ret = gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_DRM_IMPORT, in ImportBuffer()
188 gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_GET_IMPORTER_PRIVATE, in GrallocGetNvBuffer()
194 return gralloc_->perform(gralloc_, in GrallocSetNvBuffer()
Dhwcutils.cpp105 gralloc_ = gralloc; in CopyBufferHandle()
116 if (gralloc_ != NULL && handle_ != NULL) { in Clear()
117 gralloc_->unregisterBuffer(gralloc_, handle_); in Clear()
119 gralloc_ = NULL; in Clear()
Dplatformdrmgeneric.h43 const gralloc_module_t *gralloc_; variable
Dplatformnv.h56 const gralloc_module_t *gralloc_; variable
Ddrmhwctwo.h195 const gralloc_module_t *gralloc_; variable
267 const gralloc_module_t *gralloc_; variable
Dplatformdrmgeneric.cpp59 (const hw_module_t **)&gralloc_); in Init()
Ddrmhwctwo.cpp74 (const hw_module_t **)&gralloc_); in Init()
82 std::forward_as_tuple(&drm_, importer_, gralloc_, in Init()
167 gralloc_(gralloc), in HwcDisplay()
518 int ret = layer.ImportBuffer(importer_.get(), gralloc_); in PresentDisplay()