/frameworks/native/opengl/include/ETC1/ |
etc1.h | 78 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
etc1.h | 80 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut,
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
TextureUtils.cpp | 67 int res = etc1_decode_image((const etc1_byte*)data, pOut, width, height, 3, bpr);
|
etc1.cpp | 568 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, function
|
/development/tools/etc1tool/ |
etc1tool.cpp | 290 etc1_decode_image(pEncodedData, pImageData, width, height, 3, stride);
|
/frameworks/native/opengl/libs/ETC1/ |
etc1.cpp | 568 int etc1_decode_image(const etc1_byte* pIn, etc1_byte* pOut, function
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 940 int result = etc1_decode_image((etc1_byte*) inB.getData(),
|
/frameworks/native/opengl/libagl/ |
texture.cpp | [all...] |