HomeSort by relevance Sort by last modified time
    Searched defs:byte_stride (Results 1 - 5 of 5) sorted by null

  /device/linaro/hikey/gralloc960/legacy/
alloc_device.cpp 74 int byte_stride; local
77 err = fb_alloc_framebuffer(m, usage, usage, pHandle, &pixel_stride, &byte_stride);
94 hnd->byte_stride = byte_stride;
  /device/linaro/hikey/gralloc960/
mali_gralloc_bufferdescriptor.h 45 int byte_stride; member in struct:buffer_descriptor
mali_gralloc_buffer.h 106 int byte_stride; member in struct:private_handle_t
202 , byte_stride(_byte_stride)
mali_gralloc_public_interface.cpp 179 int byte_stride; local
197 &pixel_stride, &byte_stride) < 0)
215 hnd->byte_stride = byte_stride;
  /device/linaro/hikey/gralloc/
gralloc_priv.h 202 int byte_stride; member in struct:private_handle_t

Completed in 401 milliseconds