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

  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 472 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) {
497 writeBigEndian(pOut, a.high);
498 writeBigEndian(pOut + 4, a.low);
  /frameworks/base/opengl/libs/ETC1/
etc1.cpp 472 static void writeBigEndian(etc1_byte* pOut, etc1_uint32 d) {
497 writeBigEndian(pOut, a.high);
498 writeBigEndian(pOut + 4, a.low);

Completed in 353 milliseconds