Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp3004 const int PAGE_BITS = 12; in s_glMapBufferRange() local
3005 GLsizeiptr aligned_length = (length + (1 << PAGE_BITS) - 1) & ~((1 << PAGE_BITS) - 1); in s_glMapBufferRange()