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

  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 297 GLint iParam;
299 if(glGetIntegerv(pname, &iParam))
301 *params = (iParam != 0);
310 GLint iParam;
312 if(glGetIntegerv(pname, &iParam))
314 *params = I2X(iParam);
323 GLint iParam;
325 if(glGetIntegerv(pname, &iParam))
327 *params = (GLfloat)iParam;
  /development/tools/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 539 GLint iParam;
541 if(glGetIntegerv(pname, &iParam))
543 *params = (iParam != 0);

Completed in 6858 milliseconds