Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/ETC1/
Detc1.h88 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height);
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp633 void etc1_pkm_format_header(etc1_byte* pHeader, etc1_uint32 width, etc1_uint32 height) { in etc1_pkm_format_header() function
/frameworks/base/core/jni/android/opengl/
Dutil.cpp1024 etc1_pkm_format_header((etc1_byte*) headerB.getData(), width, height); in etc1_formatHeader()