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

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp156 inline int convert8To5(int b) { function
382 int r51 = convert8To5(pColors[0]);
383 int g51 = convert8To5(pColors[1]);
384 int b51 = convert8To5(pColors[2]);
385 int r52 = convert8To5(pColors[3]);
386 int g52 = convert8To5(pColors[4]);
387 int b52 = convert8To5(pColors[5]);

Completed in 2126 milliseconds