Searched refs:aligned_length (Results 1 – 1 of 1) sorted by relevance
3005 GLsizeiptr aligned_length = (length + (1 << PAGE_BITS) - 1) & ~((1 << PAGE_BITS) - 1); in s_glMapBufferRange() local3007 if (goldfish_dma_create_region(aligned_length, ®ion)) { in s_glMapBufferRange()