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

/external/chromium_org/third_party/android_opengl/etc1/
H A Detc1.cpp170 inline int convert8To4(int b) { function in namespace:__anon10771
357 int r41 = convert8To4(pColors[0]);
358 int g41 = convert8To4(pColors[1]);
359 int b41 = convert8To4(pColors[2]);
360 int r42 = convert8To4(pColors[3]);
361 int g42 = convert8To4(pColors[4]);
362 int b42 = convert8To4(pColors[5]);
/external/chromium_org/third_party/skia/third_party/etc1/
H A Detc1.cpp158 inline int convert8To4(int b) { function
417 int r41 = convert8To4(pColors[0]);
418 int g41 = convert8To4(pColors[1]);
419 int b41 = convert8To4(pColors[2]);
420 int r42 = convert8To4(pColors[3]);
421 int g42 = convert8To4(pColors[4]);
422 int b42 = convert8To4(pColors[5]);
/external/skia/third_party/etc1/
H A Detc1.cpp158 inline int convert8To4(int b) { function
417 int r41 = convert8To4(pColors[0]);
418 int g41 = convert8To4(pColors[1]);
419 int b41 = convert8To4(pColors[2]);
420 int r42 = convert8To4(pColors[3]);
421 int g42 = convert8To4(pColors[4]);
422 int b42 = convert8To4(pColors[5]);

Completed in 55 milliseconds