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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h 22 #define B2S(x) ((short)x)
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 248 reinterpret_cast<GLshort*>(&static_cast<unsigned char*>(dataOut)[i])[j] = B2S(byte_data[j]);
262 short_data[j] = B2S(bytes_data[j]);

Completed in 91 milliseconds