Searched refs:gralloc_ (Results 1 – 6 of 6) sorted by relevance
/external/drm_hwcomposer/ |
D | nvimporter.cpp | 57 (const hw_module_t **)&gralloc_); in Init() 63 if (strcasecmp(gralloc_->common.author, "NVIDIA")) in Init() 64 ALOGW("Using non-NVIDIA gralloc module: %s/%s\n", gralloc_->common.name, in Init() 65 gralloc_->common.author); in Init() 92 int ret = gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_DRM_IMPORT, in ImportBuffer() 175 gralloc_->perform(gralloc_, GRALLOC_MODULE_PERFORM_GET_IMPORTER_PRIVATE, in GrallocGetNvBuffer() 181 return gralloc_->perform(gralloc_, in GrallocSetNvBuffer()
|
D | drm_hwcomposer.h | 157 : gralloc_(gralloc), handle_(handle) { in DrmHwcNativeHandle() 161 gralloc_ = rhs.gralloc_; in DrmHwcNativeHandle() 162 rhs.gralloc_ = NULL; in DrmHwcNativeHandle() 171 gralloc_ = rhs.gralloc_; 172 rhs.gralloc_ = NULL; 187 const gralloc_module_t *gralloc_ = NULL;
|
D | drmgenericimporter.h | 42 const gralloc_module_t *gralloc_; variable
|
D | nvimporter.h | 54 const gralloc_module_t *gralloc_; variable
|
D | hwcomposer.cpp | 243 gralloc_ = gralloc; in CopyBufferHandle() 254 if (gralloc_ != NULL && handle_ != NULL) { in Clear() 255 gralloc_->unregisterBuffer(gralloc_, handle_); in Clear() 257 gralloc_ = NULL; in Clear()
|
D | drmgenericimporter.cpp | 60 (const hw_module_t **)&gralloc_); in Init()
|