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

  /hardware/qcom/display/msm8960/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/qcom/display/msm8974/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 38 // 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,
framebuffer.cpp 367 alloc_device_t* gralloc_device;
  /hardware/qcom/display/msm8x26/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 143 * 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/
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,
245 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/samsung_slsi/exynos5/gralloc/
gralloc.cpp 60 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,
framebuffer.cpp 221 alloc_device_t* gralloc_device;
  /hardware/libhardware/tests/hwc/
cnativewindow.c 61 alloc_device_t *gr;
464 alloc_device_t *gr;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 77 alloc_device_t device;
129 static int gralloc_alloc(alloc_device_t* dev,
363 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 82 milliseconds