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

  /hardware/invensense/mlsdk/platform/linux/
mlsl_linux_mpu.c 126 unsigned char cfgId[4];
134 cfgId[0] = (unsigned char)(MLCFG_ID >> 24);
135 cfgId[1] = (unsigned char)(MLCFG_ID >> 16);
136 cfgId[2] = (unsigned char)(MLCFG_ID >> 8);
137 cfgId[3] = (unsigned char)(MLCFG_ID);
138 bytesWritten = fwrite(cfgId, 1, 4, fp);
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 58 bool isPixelFormatSet(int cfgId){ return getTLS()->m_map[cfgId].isPixelFormatSet;}
59 void pixelFormatWasSet(int cfgId){getTLS()->m_map[cfgId].isPixelFormatSet = true;}
228 static HDC getDummyDC(EGLNativeInternalDisplayType display,int cfgId){
231 if(!display->infoExists(cfgId)){
234 display->setInfo(cfgId,DisplayInfo(dpy,hwnd));
236 dpy = display->getDC(cfgId);

Completed in 30 milliseconds