Searched refs:dumb (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/ |
H A D | drm_allocator.cpp | 46 struct drm_mode_create_dumb dumb = {0}; in Allocate() local 48 dumb.width = bufferInfo.widthStride_; in Allocate() 49 dumb.height = bufferInfo.heightStride_; in Allocate() 50 dumb.flags = 0; in Allocate() 51 dumb.bpp = bufferInfo.bitsPerPixel_; in Allocate() 53 ret = drmIoctl(drmFd_, DRM_IOCTL_MODE_CREATE_DUMB, &dumb); in Allocate() 56 handle.format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in Allocate() 60 ret = drmPrimeHandleToFD(drmFd_, dumb.handle, DRM_CLOEXEC | DRM_RDWR, &fd); in Allocate() 64 handle.size = dumb.size; in Allocate() 73 destoryDumb.handle = dumb.handle; in Allocate()
|
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/ |
H A D | hi_gbm.cpp | 94 bo->stride = dumb->pitch; in InitGbmBo() 95 bo->size = dumb->size; in InitGbmBo() 96 bo->handle = dumb->handle; in InitGbmBo() 122 struct drm_mode_create_dumb dumb = { 0 }; in HdiGbmBoCreate() local 135 dumb.width = ALIGN_UP(width, WIDTH_ALIGN); in HdiGbmBoCreate() 136 dumb.flags = 0; in HdiGbmBoCreate() 137 dumb.bpp = fmtInfo->bitsPerPixel; in HdiGbmBoCreate() 141 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in HdiGbmBoCreate() 143 InitGbmBo(bo, &dumb); in HdiGbmBoCreate() 191 struct drm_mode_destroy_dumb dumb = { 0 }; in HdiGbmBoDestroy() local [all …]
|
/ohos5.0/base/web/webview/ohos_nweb/prebuilts/ |
H A D | NOTICE | 25851 work; a choreographic work or entertainment in dumb show; a musical 63873 choreographic work or entertainment in dumb show; a musical
|