Home
last modified time | relevance | path

Searched refs:etc1_decode_block (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/opengl/include/ETC1/
Detc1.h54 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut);
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp200 void etc1_decode_block(const etc1_byte* pIn, etc1_byte* pOut) { in etc1_decode_block() function
589 etc1_decode_block(pIn, block); in etc1_decode_image()
/frameworks/base/core/jni/android/opengl/
Dutil.cpp888 etc1_decode_block((etc1_byte*) inB.getData(), in etc1_decodeBlock()