Home
last modified time | relevance | path

Searched refs:region (Results 1 – 5 of 5) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
Dmapper.cpp282 struct pmem_region region; in gralloc_unlock() local
285 region.offset = hnd->offset; in gralloc_unlock()
286 region.len = hnd->size; in gralloc_unlock()
287 err = ioctl(hnd->fd, PMEM_CACHE_FLUSH, &region); in gralloc_unlock()
Dgralloc.cpp68 pmem_region region; in getPmemTotalSize() local
69 int err = ioctl(fd, PMEM_GET_TOTAL_SIZE, &region); in getPmemTotalSize()
71 *size = region.len; in getPmemTotalSize()
/hardware/msm7k/libcopybit/
Dcopybit.cpp345 struct copybit_region_t const *region) in stretch_copybit() argument
383 while ((status == 0) && region->next(region, &clip)) { in stretch_copybit()
416 struct copybit_region_t const *region) in blit_copybit() argument
420 return stretch_copybit(dev, dst, src, &dr, &sr, region); in blit_copybit()
/hardware/msm7k/libgralloc/
Dgralloc.cpp201 pmem_region region; in init_pmem_area_locked() local
202 if (ioctl(master_fd, PMEM_GET_TOTAL_SIZE, &region) < 0) { in init_pmem_area_locked()
206 size = region.len; in init_pmem_area_locked()
/hardware/ti/omap4xxx/hwc/
Dhwc.c440 static void set_ext_matrix(omap4_hwc_ext_t *ext, struct hwc_rect region) in set_ext_matrix() argument
442 int orig_w = WIDTH(region); in set_ext_matrix()
443 int orig_h = HEIGHT(region); in set_ext_matrix()
452 m_translate(ext->m, -(orig_w >> 1) - region.left, -(orig_h >> 1) - region.top); in set_ext_matrix()
1151 struct hwc_rect region = { in omap4_hwc_prepare() local
1156 set_ext_matrix(&hwc_dev->ext, region); in omap4_hwc_prepare()