Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3005 GLsizeiptr aligned_length = (length + (1 << PAGE_BITS) - 1) & ~((1 << PAGE_BITS) - 1); in s_glMapBufferRange() local
3007 if (goldfish_dma_create_region(aligned_length, &region)) { in s_glMapBufferRange()