Searched refs:PAGE_BITS (Results 1 – 1 of 1) sorted by relevance
3004 const int PAGE_BITS = 12; in s_glMapBufferRange() local3005 GLsizeiptr aligned_length = (length + (1 << PAGE_BITS) - 1) & ~((1 << PAGE_BITS) - 1); in s_glMapBufferRange()