OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:B2S
(Results
1 - 2
of
2
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h
22
#define
B2S
(x) ((short)x)
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
228
reinterpret_cast<GLshort*>(&static_cast<unsigned char*>(dataOut)[i])[j] =
B2S
(byte_data[j]);
242
short_data[j] =
B2S
(bytes_data[j]);
Completed in 1126 milliseconds