Searched refs:gralloc (Results 1 – 4 of 4) sorted by relevance
/external/drm_hwcomposer/ |
D | drmhwcomposer.h | 84 DrmHwcNativeHandle(const gralloc_module_t *gralloc, native_handle_t *handle) in DrmHwcNativeHandle() argument 85 : gralloc_(gralloc), handle_(handle) { in DrmHwcNativeHandle() 106 int CopyBufferHandle(buffer_handle_t handle, const gralloc_module_t *gralloc); 153 const gralloc_module_t *gralloc);
|
D | hwcomposer.cpp | 199 const gralloc_module_t *gralloc; member 267 const gralloc_module_t *gralloc) { in CopyBufferHandle() argument 274 int ret = gralloc->registerBuffer(gralloc, handle_copy); in CopyBufferHandle() 283 gralloc_ = gralloc; in CopyBufferHandle() 303 const gralloc_module_t *gralloc) { in InitFromHwcLayer() argument 351 ret = handle.CopyBufferHandle(sf_layer->handle, gralloc); in InitFromHwcLayer() 355 ret = gralloc->perform(gralloc, GRALLOC_MODULE_PERFORM_GET_USAGE, in InitFromHwcLayer() 587 ret = layer.InitFromHwcLayer(sf_layer, ctx->importer.get(), ctx->gralloc); in hwc_set() 921 (const hw_module_t **)&ctx->gralloc); in hwc_device_open()
|
D | Android.mk | 65 ifeq ($(strip $(BOARD_DRM_HWCOMPOSER_BUFFER_IMPORTER)),nvidia-gralloc)
|
/external/drm_gralloc/ |
D | Android.mk | 71 LOCAL_MODULE := gralloc.$(TARGET_PRODUCT) 162 gralloc.cpp 177 LOCAL_MODULE := gralloc.drm
|