/hardware/samsung_slsi/exynos5/gralloc/ |
gr.h | 34 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd); 35 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd);
|
mapper.cpp | 40 static int gralloc_map(gralloc_module_t const* module, buffer_handle_t handle) 56 static int gralloc_unmap(gralloc_module_t const* module, buffer_handle_t handle) 75 int grallocMap(gralloc_module_t const* module, private_handle_t *hnd) 80 int grallocUnmap(gralloc_module_t const* module, private_handle_t *hnd) 85 int getIonFd(gralloc_module_t const *module) 97 int gralloc_register_buffer(gralloc_module_t const* module, 128 int gralloc_unregister_buffer(gralloc_module_t const* module, 150 int gralloc_lock(gralloc_module_t const* module, 173 int gralloc_unlock(gralloc_module_t const* module,
|
gralloc.cpp | 75 extern int gralloc_lock(gralloc_module_t const* module, 80 extern int gralloc_unlock(gralloc_module_t const* module, 83 extern int gralloc_register_buffer(gralloc_module_t const* module, 86 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 352 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*> 387 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
|
/hardware/qcom/display/msm8960/libgralloc/ |
gralloc.cpp | 42 extern int gralloc_lock(gralloc_module_t const* module, 47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 52 extern int gralloc_unlock(gralloc_module_t const* module, 55 extern int gralloc_register_buffer(gralloc_module_t const* module, 58 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 61 extern int gralloc_perform(struct gralloc_module_t const* module,
|
fb_priv.h | 39 gralloc_module_t base;
|
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, 92 static int gralloc_unmap(gralloc_module_t const* module, 127 int gralloc_register_buffer(gralloc_module_t const* module, 154 int gralloc_unregister_buffer(gralloc_module_t const* module, 176 int terminateBuffer(gralloc_module_t const* module, 201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, 235 int gralloc_lock(gralloc_module_t const* module, 247 int gralloc_lock_ycbcr(gralloc_module_t const* module, 278 int gralloc_unlock(gralloc_module_t const* module, 307 int gralloc_perform(struct gralloc_module_t const* module [all...] |
gr.h | 53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
|
/hardware/qcom/display/msm8974/libgralloc/ |
gralloc.cpp | 42 extern int gralloc_lock(gralloc_module_t const* module, 47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 52 extern int gralloc_unlock(gralloc_module_t const* module, 55 extern int gralloc_register_buffer(gralloc_module_t const* module, 58 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 61 extern int gralloc_perform(struct gralloc_module_t const* module,
|
fb_priv.h | 39 gralloc_module_t base;
|
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, 92 static int gralloc_unmap(gralloc_module_t const* module, 127 int gralloc_register_buffer(gralloc_module_t const* module, 154 int gralloc_unregister_buffer(gralloc_module_t const* module, 176 int terminateBuffer(gralloc_module_t const* module, 201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, 236 int gralloc_lock(gralloc_module_t const* module, 248 int gralloc_lock_ycbcr(gralloc_module_t const* module, 279 int gralloc_unlock(gralloc_module_t const* module, 310 int gralloc_perform(struct gralloc_module_t const* module [all...] |
gr.h | 53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gralloc.cpp | 42 extern int gralloc_lock(gralloc_module_t const* module, 47 extern int gralloc_lock_ycbcr(gralloc_module_t const* module, 52 extern int gralloc_unlock(gralloc_module_t const* module, 55 extern int gralloc_register_buffer(gralloc_module_t const* module, 58 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 61 extern int gralloc_perform(struct gralloc_module_t const* module,
|
fb_priv.h | 39 gralloc_module_t base;
|
mapper.cpp | 58 static int gralloc_map(gralloc_module_t const* module, 92 static int gralloc_unmap(gralloc_module_t const* module, 127 int gralloc_register_buffer(gralloc_module_t const* module, 154 int gralloc_unregister_buffer(gralloc_module_t const* module, 176 int terminateBuffer(gralloc_module_t const* module, 201 static int gralloc_map_and_invalidate (gralloc_module_t const* module, 235 int gralloc_lock(gralloc_module_t const* module, 247 int gralloc_lock_ycbcr(gralloc_module_t const* module, 278 int gralloc_unlock(gralloc_module_t const* module, 307 int gralloc_perform(struct gralloc_module_t const* module [all...] |
gr.h | 53 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd);
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 38 * gralloc_module_t.common.module_api_version. 138 typedef struct gralloc_module_t { struct 156 int (*registerBuffer)(struct gralloc_module_t const* module, 171 int (*unregisterBuffer)(struct gralloc_module_t const* module, 209 int (*lock)(struct gralloc_module_t const* module, 220 int (*unlock)(struct gralloc_module_t const* module, 225 int (*perform)(struct gralloc_module_t const* module, 239 int (*lock_ycbcr)(struct gralloc_module_t const* module, 246 } gralloc_module_t; typedef in typeref:struct:gralloc_module_t
|
/hardware/libhardware/modules/gralloc/ |
mapper.cpp | 46 static int gralloc_map(gralloc_module_t const* module, 67 static int gralloc_unmap(gralloc_module_t const* module, 89 int gralloc_register_buffer(gralloc_module_t const* module, 139 int gralloc_unregister_buffer(gralloc_module_t const* module, 152 int mapBuffer(gralloc_module_t const* module, 159 int terminateBuffer(gralloc_module_t const* module, 170 int gralloc_lock(gralloc_module_t const* module, 191 int gralloc_unlock(gralloc_module_t const* module,
|
gr.h | 44 int terminateBuffer(gralloc_module_t const* module, private_handle_t* hnd); 45 int mapBuffer(gralloc_module_t const* module, private_handle_t* hnd);
|
gralloc.cpp | 58 extern int gralloc_lock(gralloc_module_t const* module, 63 extern int gralloc_unlock(gralloc_module_t const* module, 66 extern int gralloc_register_buffer(gralloc_module_t const* module, 69 extern int gralloc_unregister_buffer(gralloc_module_t const* module, 184 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>( 260 gralloc_module_t* module = reinterpret_cast<gralloc_module_t*>(
|
gralloc_priv.h | 38 gralloc_module_t base;
|
/frameworks/native/include/ui/ |
GraphicBufferMapper.h | 28 struct gralloc_module_t; 59 gralloc_module_t const *mAllocMod;
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 51 * A table is stored within psPrivateData on gralloc_module_t (this 58 * (alloc_device_t) or map() (gralloc_module_t). Entries are removed 59 * by free() (alloc_device_t) and unmap() (gralloc_module_t). 68 * gralloc_module_t. The framebuffer_device_t does not need a handle, 116 gralloc_module_t base;
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 48 const gralloc_module_t *grmod; 248 droid->grmod = (const gralloc_module_t *) mod;
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 48 const gralloc_module_t *grmod; 248 droid->grmod = (const gralloc_module_t *) mod;
|
/frameworks/native/libs/ui/ |
GraphicBufferMapper.cpp | 45 mAllocMod = (gralloc_module_t const *)module;
|