HomeSort by relevance Sort by last modified time
    Searched full:rbga (Results 1 - 1 of 1) sorted by null

  /frameworks/base/opengl/libagl/
mipmap.cpp 170 uint32_t rbga = (p00 + p10 + p01 + p11) >> 2; local
171 uint32_t rgba = (rbga & 0x0F0F) | ((rbga>>12) & 0xF0F0);

Completed in 561 milliseconds