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

/external/libgdx/gdx/jni/etc1/
H A Detc1_utils.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...]
/external/skia/third_party/etc1/
H A Detc1.cpp135 inline int convert4To8(int b) { function
225 r1 = convert4To8(high >> 28);
226 r2 = convert4To8(high >> 24);
227 g1 = convert4To8(high >> 20);
228 g2 = convert4To8(high >> 16);
229 b1 = convert4To8(high >> 12);
230 b2 = convert4To8(high >> 8);
423 r1 = convert4To8(r41);
424 g1 = convert4To8(g41);
425 b1 = convert4To8(b4
[all...]

Completed in 55 milliseconds