Searched refs:convert8To4 (Results 1 - 1 of 1) sorted by last modified time

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp150 inline int convert8To4(int b) { function
409 int r41 = convert8To4(pColors[0]);
410 int g41 = convert8To4(pColors[1]);
411 int b41 = convert8To4(pColors[2]);
412 int r42 = convert8To4(pColors[3]);
413 int g42 = convert8To4(pColors[4]);
414 int b42 = convert8To4(pColors[5]);

Completed in 40 milliseconds