OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:alloc_backend_alloc
(Results
1 - 3
of
3
) sorted by null
/device/linaro/hikey/gralloc960/
alloc_device_allocator_specific.h
17
int
alloc_backend_alloc
(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, uint64_t fmt, int w, int h);
alloc_ion.cpp
262
int
alloc_backend_alloc
(alloc_device_t* dev, size_t size, int usage, buffer_handle_t* pHandle, uint64_t fmt, int w, int h)
function
alloc_device.cpp
97
return
alloc_backend_alloc
(dev, alignedFramebufferSize, newUsage, pHandle, 0, 0, 0);
133
return
alloc_backend_alloc
(dev, alignedFramebufferSize, newUsage, pHandle, 0, 0, 0);
[
all
...]
Completed in 177 milliseconds