Lines Matching +full:all +full:- +full:impls
2 * Copyright (C) 2010-2011 Chia-I Wu <olvaffe@gmail.com>
3 * Copyright (C) 2010-2011 LunarG Inc.
15 * in all copies or substantial portions of the Software.
39 /* dma-buf file descriptor
54 uint32_t magic; /* differentiate between allocator impls */
76 ((sizeof(struct gralloc_handle_t) - sizeof(native_handle_t))/sizeof(int)) \
77 - GRALLOC_HANDLE_NUM_FDS)
100 handle->magic = GRALLOC_HANDLE_MAGIC; in gralloc_handle_create()
101 handle->version = GRALLOC_HANDLE_VERSION; in gralloc_handle_create()
102 handle->width = width; in gralloc_handle_create()
103 handle->height = height; in gralloc_handle_create()
104 handle->format = hal_format; in gralloc_handle_create()
105 handle->usage = usage; in gralloc_handle_create()
106 handle->prime_fd = -1; in gralloc_handle_create()