HomeSort by relevance Sort by last modified time
    Searched refs:readBEUint16 (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 627 static etc1_uint32 readBEUint16(const etc1_byte* pIn) {
650 etc1_uint32 format = readBEUint16(pHeader + ETC1_PKM_FORMAT_OFFSET);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
653 etc1_uint32 width = readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
654 etc1_uint32 height = readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);
663 return readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
669 return readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 627 static etc1_uint32 readBEUint16(const etc1_byte* pIn) {
650 etc1_uint32 format = readBEUint16(pHeader + ETC1_PKM_FORMAT_OFFSET);
651 etc1_uint32 encodedWidth = readBEUint16(pHeader + ETC1_PKM_ENCODED_WIDTH_OFFSET);
652 etc1_uint32 encodedHeight = readBEUint16(pHeader + ETC1_PKM_ENCODED_HEIGHT_OFFSET);
653 etc1_uint32 width = readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
654 etc1_uint32 height = readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);
663 return readBEUint16(pHeader + ETC1_PKM_WIDTH_OFFSET);
669 return readBEUint16(pHeader + ETC1_PKM_HEIGHT_OFFSET);

Completed in 106 milliseconds