/hardware/qcom/display/msm8960/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
mapper.cpp | 67 int err = memalloc->map_buffer(&mappedAddress, size, 79 err = memalloc->map_buffer(&mappedAddress, size,
|
ionalloc.cpp | 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) function in class:IonAlloc
|
/hardware/qcom/display/msm8974/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
mapper.cpp | 67 int err = memalloc->map_buffer(&mappedAddress, size, 79 err = memalloc->map_buffer(&mappedAddress, size,
|
ionalloc.cpp | 144 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) function in class:IonAlloc
|
/hardware/qcom/display/msm8x26/libgralloc/ |
ionalloc.h | 47 virtual int map_buffer(void **pBase, size_t size,
|
memalloc.h | 68 virtual int map_buffer(void **pBase, size_t size,
|
mapper.cpp | 67 int err = memalloc->map_buffer(&mappedAddress, size, 79 err = memalloc->map_buffer(&mappedAddress, size,
|
ionalloc.cpp | 143 int IonAlloc::map_buffer(void **pBase, size_t size, int offset, int fd) function in class:IonAlloc
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 170 rrb->map_buffer = malloc(w * h * 4); 173 untiled_s8z24_map = rrb->map_buffer; 187 *out_map = rrb->map_buffer; 208 rrb->map_buffer = malloc(w * h * 2); 212 untiled_z16_map = rrb->map_buffer; 226 *out_map = rrb->map_buffer; 353 if (!rrb->map_buffer) 357 uint32_t *untiled_s8z24_map = rrb->map_buffer; 376 free(rrb->map_buffer); 377 rrb->map_buffer = NULL [all...] |
radeon_common_context.h | 94 void *map_buffer; member in struct:radeon_renderbuffer
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_fbo.c | 170 rrb->map_buffer = malloc(w * h * 4); 173 untiled_s8z24_map = rrb->map_buffer; 187 *out_map = rrb->map_buffer; 208 rrb->map_buffer = malloc(w * h * 2); 212 untiled_z16_map = rrb->map_buffer; 226 *out_map = rrb->map_buffer; 353 if (!rrb->map_buffer) 357 uint32_t *untiled_s8z24_map = rrb->map_buffer; 376 free(rrb->map_buffer); 377 rrb->map_buffer = NULL [all...] |
radeon_common_context.h | 94 void *map_buffer; member in struct:radeon_renderbuffer
|
/device/generic/goldfish/opengl/system/gralloc/ |
gralloc.cpp | 90 static int map_buffer(cb_handle_t *cb, void **vaddr) function 309 int err = map_buffer(cb, &vaddr); 547 int err = map_buffer(cb, &vaddr);
|