OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:decode_subblock
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/ETC1/
etc1.cpp
167
void
decode_subblock
(etc1_byte* pOut, int r, int g, int b, const int* table,
function
229
decode_subblock
(pOut, r1, g1, b1, tableA, low, false, flipped);
230
decode_subblock
(pOut, r2, g2, b2, tableB, low, true, flipped);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp
167
void
decode_subblock
(etc1_byte* pOut, int r, int g, int b, const int* table,
function
229
decode_subblock
(pOut, r1, g1, b1, tableA, low, false, flipped);
230
decode_subblock
(pOut, r2, g2, b2, tableB, low, true, flipped);
Completed in 115 milliseconds