Searched refs:ETC_PKM_HEADER_SIZE (Results 1 – 7 of 7) sorted by relevance
157 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()
47 public static final int ETC_PKM_HEADER_SIZE = 16; field in ETC1
84 #define ETC_PKM_HEADER_SIZE 16 macro
943 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_formatHeader()959 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_isValid()976 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getWidth()993 if (headerB.remaining() < ETC_PKM_HEADER_SIZE) { in etc1_getHeight()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
18851 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10
32942 field public static final int ETC_PKM_HEADER_SIZE = 16; // 0x10