Home
last modified time | relevance | path

Searched refs:ETC_PKM_HEADER_SIZE (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
DETC1Util.java157 if (input.read(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE) != ETC1.ETC_PKM_HEADER_SIZE) { in createTexture()
160 ByteBuffer headerBuffer = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE) in createTexture()
162 headerBuffer.put(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE).position(0); in createTexture()
212 …ByteBuffer header = ByteBuffer.allocateDirect(ETC1.ETC_PKM_HEADER_SIZE).order(ByteOrder.nativeOrde… in writeTexture()
215 header.get(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE); in writeTexture()
216 output.write(ioBuffer, 0, ETC1.ETC_PKM_HEADER_SIZE); in writeTexture()
DETC1.java47 public static final int ETC_PKM_HEADER_SIZE = 16; field in ETC1
/frameworks/native/opengl/include/ETC1/
Detc1.h84 #define ETC_PKM_HEADER_SIZE 16 macro
/frameworks/base/core/jni/android/opengl/
Dutil.cpp1027 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_formatHeader()
1043 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_isValid()
1060 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getWidth()
1077 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getHeight()
/frameworks/base/api/
Dcurrent.txt20084 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10
Dsystem-current.txt22028 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10