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

  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 304 GLint iParam;
306 if(glGetIntegerv(pname, &iParam))
308 *params = (iParam != 0);
317 GLint iParam;
319 if(glGetIntegerv(pname, &iParam))
321 *params = I2X(iParam);
330 GLint iParam;
332 if(glGetIntegerv(pname, &iParam))
334 *params = (GLfloat)iParam;
  /hardware/ti/wlan/wl1271/TWD/TWDriver/
TWDriver.c 629 int iParam;
714 for (iParam=0; iParam < (int)pInitParams->tGeneral.halCoexActivityTable.numOfElements; iParam++)
721 for (i=0; i<iParam; i++)
723 if ((pSaveCoex[i].activityId == pParmCoex[iParam].activityId) && (pSaveCoex[i].coexIp == pParmCoex[iParam].coexIp))
729 if (i == iParam)
741 TRACE4(pTWD->hReport, REPORT_SEVERITY_INFORMATION , "TWD_SetDefaults: save coex Param %d in index %d, %d %d\n", iParam, saveIndex, pParmCoex[iParam].coexIp, pParmCoex[iParam].activityId)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 560 GLint iParam;
562 if(glGetIntegerv(pname, &iParam))
564 *params = (iParam != 0);

Completed in 559 milliseconds