Home
last modified time | relevance | path

Searched refs:B2S (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLconversion_macros.h22 #define B2S(x) ((short)x) macro
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1044 … reinterpret_cast<GLshort*>(&static_cast<unsigned char*>(dataOut)[i])[j] = B2S(byte_data[j]); in convertByteDirectLoop()
1057 short_data[j] = B2S(bytes_data[j]); in convertByteIndirectLoop()