Searched refs:writeBEUint16 (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp622 static void writeBEUint16(etc1_byte* pOut, etc1_uint32 data) { function
637 writeBEUint16(pHeader + ETC1_PKM_FORMAT_OFFSET, ETC1_RGB_NO_MIPMAPS);
638 writeBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET, encodedWidth);
639 writeBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET, encodedHeight);
640 writeBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET, width);
641 writeBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET, height);

Completed in 22 milliseconds