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

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp127 inline int convert4To8(int b) { function
217 r1 = convert4To8(high >> 28);
218 r2 = convert4To8(high >> 24);
219 g1 = convert4To8(high >> 20);
220 g2 = convert4To8(high >> 16);
221 b1 = convert4To8(high >> 12);
222 b2 = convert4To8(high >> 8);
415 r1 = convert4To8(r41);
416 g1 = convert4To8(g41);
417 b1 = convert4To8(b4
[all...]

Completed in 1454 milliseconds