OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etc_encode_block_helper
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libs/ETC1/
etc1.cpp
433
void
etc_encode_block_helper
(const etc1_byte* pIn, etc1_uint32 inMask,
function
494
etc_encode_block_helper
(pIn, inMask, colors, &a, false);
495
etc_encode_block_helper
(pIn, inMask, flippedColors, &b, true);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp
433
void
etc_encode_block_helper
(const etc1_byte* pIn, etc1_uint32 inMask,
function
494
etc_encode_block_helper
(pIn, inMask, colors, &a, false);
495
etc_encode_block_helper
(pIn, inMask, flippedColors, &b, true);
Completed in 256 milliseconds