Searched refs:internalWidth (Results 1 – 16 of 16) sorted by relevance
/device/linaro/hikey/gralloc960/ |
D | mali_gralloc_private_interface.cpp | 67 int *internalWidth, int *internalHeight) in mali_gralloc_private_get_buff_int_dims() argument 71 if (private_handle_t::validate(handle) < 0 || internalWidth == NULL || internalHeight == NULL) in mali_gralloc_private_get_buff_int_dims() 77 *internalWidth = hnd->internalWidth; in mali_gralloc_private_get_buff_int_dims()
|
D | mali_gralloc_buffer.h | 111 int internalWidth; member 207 , internalWidth(_internalWidth) in private_handle_t()
|
D | mali_gralloc_bufferdescriptor.h | 47 int internalWidth; member
|
D | mali_gralloc_private_interface.h | 51 … int *internalWidth, int *internalHeight);
|
D | mali_gralloc_ion.cpp | 562 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate() 608 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate()
|
D | mali_gralloc_public_interface.cpp | 219 hnd->internalWidth = width; in mali_gralloc_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 900 bufDescriptor->internalWidth = bufDescriptor->width; in mali_gralloc_buffer_allocate()
|
/device/amlogic/yukawa/hal/gralloc/ |
D | mali_gralloc_private_interface.cpp | 67 int *internalWidth, int *internalHeight) in mali_gralloc_private_get_buff_int_dims() argument 71 if (private_handle_t::validate(handle) < 0 || internalWidth == NULL || internalHeight == NULL) in mali_gralloc_private_get_buff_int_dims() 77 *internalWidth = hnd->internalWidth; in mali_gralloc_private_get_buff_int_dims()
|
D | mali_gralloc_buffer.h | 112 int internalWidth; member 222 , internalWidth(_internalWidth) in private_handle_t()
|
D | mali_gralloc_bufferdescriptor.h | 48 int internalWidth; member
|
D | mali_gralloc_private_interface.h | 51 … int *internalWidth, int *internalHeight);
|
D | mali_gralloc_ion.cpp | 502 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate() 565 bufDescriptor->pixel_stride, bufDescriptor->internalWidth, bufDescriptor->internalHeight, in mali_gralloc_ion_allocate()
|
D | mali_gralloc_public_interface.cpp | 220 hnd->internalWidth = width; in mali_gralloc_allocate()
|
D | mali_gralloc_bufferallocation.cpp | 900 bufDescriptor->internalWidth = bufDescriptor->width; in mali_gralloc_buffer_allocate()
|
/device/amlogic/yukawa/hal/gralloc/legacy/ |
D | alloc_device.cpp | 98 hnd->internalWidth = w; in alloc_device_alloc()
|
/device/linaro/hikey/gralloc960/legacy/ |
D | alloc_device.cpp | 98 hnd->internalWidth = w; in alloc_device_alloc()
|