Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/ETC1/
Detc1.h100 etc1_uint32 etc1_pkm_get_height(const etc1_byte* pHeader);
/frameworks/native/opengl/libs/ETC1/
Detc1.cpp668 etc1_uint32 etc1_pkm_get_height(const etc1_byte* pHeader){ in etc1_pkm_get_height() function
/frameworks/base/core/jni/android/opengl/
Dutil.cpp1074 result = etc1_pkm_get_height((etc1_byte*) headerB.getData()); in etc1_getHeight()