Searched refs:etc1_pkm_format_header (Results 1 - 6 of 6) sorted by relevance

/external/libgdx/gdx/jni/etc1/
H A Detc1_utils.h88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
H A Detc1_utils.cpp633 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) { function
/external/skia/third_party/etc1/
H A Detc1.h96 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
H A Detc1.cpp641 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) { function
/external/libgdx/gdx/jni/
H A Dcom.badlogic.gdx.graphics.glutils.ETC1.cpp23 etc1_pkm_format_header((etc1_byte*)header + offset, width, height);
122 etc1_pkm_format_header(compressed, width, height);
/external/skia/gm/
H A Detc1bitmap.cpp54 etc1_pkm_format_header(newData, newWidth, newHeight);

Completed in 101 milliseconds