Searched refs:pack_ubyte_RGB565 (Results 1 - 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dformat_pack.c453 pack_ubyte_RGB565(const GLubyte src[4], void *dst) function
466 pack_ubyte_RGB565(v, dst);
475 pack_ubyte_RGB565(src[i], d + i);
487 pack_ubyte_RGB565(v, d + i);
1697 table[MESA_FORMAT_RGB565] = pack_ubyte_RGB565;

Completed in 31 milliseconds