Home
last modified time | relevance | path

Searched refs:pBase (Results 1 – 21 of 21) sorted by relevance

/hardware/qcom/display/msm8994/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
Dmemalloc.h68 virtual int map_buffer(void **pBase, unsigned int size,
Dionalloc.cpp150 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() argument
164 *pBase = base; in map_buffer()
/hardware/qcom/display/msm8996/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
Dmemalloc.h69 virtual int map_buffer(void **pBase, unsigned int size,
Dionalloc.cpp140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() argument
154 *pBase = base; in map_buffer()
/hardware/qcom/display/msm8909/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
Dmemalloc.h68 virtual int map_buffer(void **pBase, unsigned int size,
Dionalloc.cpp144 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() argument
158 *pBase = base; in map_buffer()
/hardware/qcom/display/msm8226/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, unsigned int size,
Dmemalloc.h68 virtual int map_buffer(void **pBase, unsigned int size,
Dionalloc.cpp140 int IonAlloc::map_buffer(void **pBase, unsigned int size, unsigned int offset, in map_buffer() argument
153 *pBase = base; in map_buffer()
/hardware/qcom/display/msm8960/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, size_t size,
Dmemalloc.h68 virtual int map_buffer(void **pBase, size_t size,
Dionalloc.cpp143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) in map_buffer() argument
155 *pBase = base; in map_buffer()
/hardware/qcom/display/msm8084/libgralloc/
Dionalloc.h47 virtual int map_buffer(void **pBase, size_t size,
Dmemalloc.h68 virtual int map_buffer(void **pBase, size_t size,
Dionalloc.cpp139 int IonAlloc::map_buffer(void **pBase, size_t size, size_t offset, int fd) in map_buffer() argument
151 *pBase = base; in map_buffer()
/hardware/intel/img/psb_video/src/x11/
Dpsb_ctexture.c99 …memcpy(&texture_priv->extend_dri2_bb_export, dri2_bb_export_meminfo->pBase, sizeof(PVRDRI2BackBuff… in psb_extend_dri_init()
126 memset(texture_priv->blt_meminfo_pixmap->pBase, 0x0, size); in psb_dri_reset_mem()
131 memset(texture_priv->blt_meminfo[i]->pBase, 0x0, size); in psb_dri_reset_mem()
134 memset(texture_priv->blt_meminfo[i]->pBase, 0x0, size); in psb_dri_reset_mem()
186 …memcpy(&texture_priv->dri2_bb_export, dri2_bb_export_meminfo->pBase, sizeof(PVRDRI2BackBuffersExpo… in psb_dri_init()
/hardware/intel/img/psb_video/src/mrst/
Dpvr2d.h236 PVR2D_VOID *pBase; member
/hardware/intel/img/psb_video/src/
Dpsb_texture.c688 tmp_palette = sBltVP.pPalMemInfo[i]->pBase;