OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:I2X
(Results
1 - 4
of
4
) sorted by null
/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h
29
#define
I2X
(d) ((d)*65536)
/development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp
314
*params =
I2X
(iParam);
GLEScmImp.cpp
804
*params =
I2X
(getCompressedFormats(NULL));
813
for (int i=0; i<nparams; i++) params[i] =
I2X
(iparams[i]);
[
all
...]
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp
559
params[numParams] =
I2X
(iParams[numParams]);
Completed in 115 milliseconds