Home
last modified time | relevance | path

Searched refs:roundUpToPageSize (Results 1 – 12 of 12) sorted by relevance

/hardware/msm7k/libgralloc-qsd8k/
Dgr.h39 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() function
Dgpu.cpp125 size = roundUpToPageSize(size); in gralloc_alloc_buffer()
Dframebuffer.cpp328 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); in mapFrameBufferLocked()
/hardware/libhardware/modules/gralloc/
Dgr.h39 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() function
Dgralloc.cpp174 size = roundUpToPageSize(size); in gralloc_alloc_buffer()
Dframebuffer.cpp275 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); in mapFrameBufferLocked()
/hardware/msm7k/libgralloc/
Dgr.h39 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() function
Dframebuffer.cpp292 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual); in mapFrameBufferLocked()
Dgralloc.cpp325 size = roundUpToPageSize(size); in gralloc_alloc_buffer()
/hardware/qcom/display/libgralloc/
Dgr.h40 inline size_t roundUpToPageSize(size_t x) { in roundUpToPageSize() function
Dgpu.cpp70 bufferSize = roundUpToPageSize(bufferSize); in gralloc_alloc_framebuffer_locked()
128 size = roundUpToPageSize(size); in gralloc_alloc_buffer()
Dframebuffer.cpp225 int size = roundUpToPageSize(info.yres * info.xres * in mapFrameBufferLocked()
329 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres)* in mapFrameBufferLocked()