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

  /hardware/msm7k/libgralloc-qsd8k/
gpu.h 64 static int gralloc_alloc(alloc_device_t* dev, int w, int h, int format,
gpu.cpp 40 alloc = gralloc_alloc;
305 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function in class:gpu_context_t
  /hardware/qcom/display/libgralloc/
gpu.h 50 static int gralloc_alloc(alloc_device_t* dev, int w, int h,
gpu.cpp 47 alloc = gralloc_alloc;
333 int gpu_context_t::gralloc_alloc(alloc_device_t* dev, int w, int h, int format, function in class:gpu_context_t
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 199 static int gralloc_alloc(alloc_device_t* dev, function
303 dev->device.alloc = gralloc_alloc;
  /hardware/samsung_slsi/exynos5/gralloc/
gralloc.cpp 322 static int gralloc_alloc(alloc_device_t* dev, function
420 dev->device.alloc = gralloc_alloc;
  /hardware/msm7k/libgralloc/
gralloc.cpp 461 static int gralloc_alloc(alloc_device_t* dev, function
593 dev->device.alloc = gralloc_alloc;
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 129 static int gralloc_alloc(alloc_device_t* dev, function
133 D("gralloc_alloc w=%d h=%d usage=0x%x\n", w, h, usage);
137 ALOGE("gralloc_alloc: Bad inputs (grdev: %p, pHandle: %p, pStride: %p",
148 ALOGE("gralloc_alloc: Mismatched usage flags: %d x %d, usage %x",
178 ALOGE("gralloc_alloc: Requested auto format selection, "
189 ALOGE("gralloc_alloc: Requested YCbCr_420_888, but no known "
266 ALOGE("gralloc_alloc: Unknown format %d", format);
291 D("gralloc_alloc format=%d, ashmem_size=%d, stride=%d, tid %d\n", format,
304 ALOGE("gralloc_alloc failed to create ashmem region: %s\n",
927 dev->device.alloc = gralloc_alloc;
    [all...]

Completed in 31 milliseconds