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

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLconversion_macros.h 29 #define I2X(d) ((d)*65536)
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 318 *params = I2X(iParam);
GLEScmImp.cpp 796 *params = I2X(getCompressedFormats(NULL));
805 for (int i=0; i<nparams; i++) params[i] = I2X(iparams[i]);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 620 params[numParams] = I2X(iParams[numParams]);

Completed in 198 milliseconds