HomeSort by relevance Sort by last modified time
    Searched refs:roundUpToPageSize (Results 1 - 9 of 9) sorted by null

  /hardware/libhardware/modules/gralloc/
gr.h 39 inline size_t roundUpToPageSize(size_t x) {
gralloc.cpp 174 size = roundUpToPageSize(size);
framebuffer.cpp 295 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
  /hardware/msm7k/libgralloc/
gr.h 39 inline size_t roundUpToPageSize(size_t x) {
framebuffer.cpp 292 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);
gralloc.cpp 325 size = roundUpToPageSize(size);
  /hardware/msm7k/libgralloc-qsd8k/
gr.h 39 inline size_t roundUpToPageSize(size_t x) {
gpu.cpp 125 size = roundUpToPageSize(size);
framebuffer.cpp 328 size_t fbSize = roundUpToPageSize(finfo.line_length * info.yres_virtual);

Completed in 676 milliseconds