Searched refs:alloc_device_t (Results 1 - 17 of 17) sorted by relevance

/hardware/qcom/display/msm8960/libgralloc/
H A Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
H A Dgpu.cpp39 // Zero out the alloc_device_t
40 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t));
333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
343 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h,
356 int gpu_context_t::gralloc_free(alloc_device_t* dev,
H A Dframebuffer.cpp361 alloc_device_t* gralloc_device;
/hardware/qcom/display/msm8974/libgralloc/
H A Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
H A Dgpu.cpp38 // Zero out the alloc_device_t
39 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t));
348 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
358 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h,
371 int gpu_context_t::gralloc_free(alloc_device_t* dev,
H A Dframebuffer.cpp367 alloc_device_t* gralloc_device;
/hardware/qcom/display/msm8x26/libgralloc/
H A Dgpu.h34 class gpu_context_t : public alloc_device_t {
50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
60 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
62 static int gralloc_alloc_size(alloc_device_t* dev,
H A Dgpu.cpp39 // Zero out the alloc_device_t
40 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t));
333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
343 int gpu_context_t::gralloc_alloc_size(alloc_device_t* dev, int w, int h,
356 int gpu_context_t::gralloc_free(alloc_device_t* dev,
H A Dframebuffer.cpp361 alloc_device_t* gralloc_device;
/hardware/libhardware/include/hardware/
H A Dgralloc.h143 * been created with (*alloc_device_t::alloc)() can be used.
152 * with (*alloc_device_t::alloc)().
255 typedef struct alloc_device_t { struct
272 int (*alloc)(struct alloc_device_t* dev,
286 int (*free)(struct alloc_device_t* dev,
293 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
296 } alloc_device_t; typedef in typeref:struct:alloc_device_t
302 struct alloc_device_t** device) {
307 static inline int gralloc_close(struct alloc_device_t* device) {
/hardware/libhardware/modules/gralloc/
H A Dgralloc.cpp43 alloc_device_t device;
47 static int gralloc_alloc_buffer(alloc_device_t* dev,
104 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev,
157 static int gralloc_alloc_framebuffer(alloc_device_t* dev,
168 static int gralloc_alloc_buffer(alloc_device_t* dev,
199 static int gralloc_alloc(alloc_device_t* dev,
245 static int gralloc_free(alloc_device_t* dev,
/hardware/samsung_slsi/exynos5/gralloc/
H A Dgralloc.cpp60 alloc_device_t device;
64 static int gralloc_alloc_buffer(alloc_device_t* dev,
335 static int gralloc_alloc(alloc_device_t* dev,
380 static int gralloc_free(alloc_device_t* dev,
H A Dframebuffer.cpp221 alloc_device_t* gralloc_device;
/hardware/libhardware/tests/hwc/
H A Dcnativewindow.c61 alloc_device_t *gr;
464 alloc_device_t *gr;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c131 alloc_device_t* mAllocDev;
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c130 alloc_device_t* mAllocDev;
/hardware/samsung_slsi/exynos5/libhwc/
H A Dhwc.cpp116 alloc_device_t *alloc_device;
1115 alloc_device_t* alloc_device, exynos5_gsc_data_t *gsc_data,

Completed in 571 milliseconds