HomeSort by relevance Sort by last modified time
    Searched refs:alloc_device_t (Results 1 - 19 of 19) sorted by null

  /hardware/qcom/display/libgralloc/
gpu.h 34 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,
gpu.cpp 39 // 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,
framebuffer.cpp 361 alloc_device_t* gralloc_device;
  /hardware/libhardware/include/hardware/
gralloc.h 140 * been created with (*alloc_device_t::alloc)() can be used.
149 * with (*alloc_device_t::alloc)().
252 typedef struct alloc_device_t { struct
269 int (*alloc)(struct alloc_device_t* dev,
283 int (*free)(struct alloc_device_t* dev,
290 void (*dump)(struct alloc_device_t *dev, char *buff, int buff_len);
293 } alloc_device_t; typedef in typeref:struct:alloc_device_t
299 struct alloc_device_t** device) {
304 static inline int gralloc_close(struct alloc_device_t* device) {
  /hardware/msm7k/libgralloc-qsd8k/
gpu.h 32 class gpu_context_t : public alloc_device_t {
64 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
66 static int gralloc_free(alloc_device_t* dev, buffer_handle_t handle);
gpu.cpp 32 // Zero out the alloc_device_t
33 memset(static_cast<alloc_device_t*>(this), 0, sizeof(alloc_device_t));
305 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
315 int gpu_context_t::gralloc_free(alloc_device_t* dev,
gralloc.cpp 33 static int gralloc_alloc_buffer(alloc_device_t* dev,
framebuffer.cpp 369 alloc_device_t* gralloc_device;
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 43 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,
247 static int gralloc_free(alloc_device_t* dev,
  /frameworks/native/include/ui/
FramebufferNativeWindow.h 79 alloc_device_t* grDev;
GraphicBufferAllocator.h 90 alloc_device_t *mAllocDev;
  /hardware/msm7k/libgralloc/
gralloc.cpp 57 alloc_device_t device;
61 static int gralloc_alloc_buffer(alloc_device_t* dev,
128 static int gralloc_alloc_framebuffer_locked(alloc_device_t* dev,
182 static int gralloc_alloc_framebuffer(alloc_device_t* dev,
314 static int gralloc_alloc_buffer(alloc_device_t* dev,
461 static int gralloc_alloc(alloc_device_t* dev,
518 static int gralloc_free(alloc_device_t* dev,
framebuffer.cpp 334 alloc_device_t* gralloc_device;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 60 alloc_device_t device;
64 static int gralloc_alloc_buffer(alloc_device_t* dev,
322 static int gralloc_alloc(alloc_device_t* dev,
367 static int gralloc_free(alloc_device_t* dev,
framebuffer.cpp 221 alloc_device_t* gralloc_device;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 77 alloc_device_t device;
129 static int gralloc_alloc(alloc_device_t* dev,
373 static int gralloc_free(alloc_device_t* dev,
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 131 alloc_device_t* mAllocDev;
  /hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 130 alloc_device_t* mAllocDev;
  /hardware/samsung_slsi/exynos5/libhwc/
hwc.cpp 116 alloc_device_t *alloc_device;
    [all...]

Completed in 516 milliseconds