OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:etc1_encode_block
(Results
1 - 5
of
5
) sorted by null
/frameworks/native/opengl/include/ETC1/
etc1.h
44
void
etc1_encode_block
(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
etc1.h
46
void
etc1_encode_block
(const etc1_byte* pIn, etc1_uint32 validPixelMask, etc1_byte* pOut);
/frameworks/native/opengl/libs/ETC1/
etc1.cpp
484
void
etc1_encode_block
(const etc1_byte* pIn, etc1_uint32 inMask,
function
553
etc1_encode_block
(block, mask, encoded);
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp
484
void
etc1_encode_block
(const etc1_byte* pIn, etc1_uint32 inMask,
function
553
etc1_encode_block
(block, mask, encoded);
/frameworks/base/core/jni/android/opengl/
util.cpp
845
etc1_encode_block
((etc1_byte*) inB.getData(), validPixelMask,
Completed in 217 milliseconds