Home
last modified time | relevance | path

Searched refs:ETC_PKM_HEADER_SIZE (Results 1 – 8 of 8) 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.cpp1021 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_formatHeader()
1037 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_isValid()
1054 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getWidth()
1071 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getHeight()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18851 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt25361 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10
Dtest-current.txt25430 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10
Dsystem-current.txt27801 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10