Home
last modified time | relevance | path

Searched refs:graphicsInfo (Results 1 – 1 of 1) sorted by relevance

/xnu-8796.121.2/iokit/Kernel/
H A DIOHibernateIO.cpp1113 hibernate_graphics_t * graphicsInfo = gIOHibernateGraphicsInfo; in IOHibernateSystemHasSlept() local
1117 graphicsInfo->width = (uint32_t) consoleInfo.v_width; in IOHibernateSystemHasSlept()
1118 graphicsInfo->height = (uint32_t) consoleInfo.v_height; in IOHibernateSystemHasSlept()
1119 graphicsInfo->rowBytes = (uint32_t) consoleInfo.v_rowBytes; in IOHibernateSystemHasSlept()
1120 graphicsInfo->depth = (uint32_t) consoleInfo.v_depth; in IOHibernateSystemHasSlept()
1124 vars->consoleMapping, graphicsInfo->depth, in IOHibernateSystemHasSlept()
1125 graphicsInfo->width, graphicsInfo->height); in IOHibernateSystemHasSlept()
1127 ProgressInit(graphicsInfo, vars->consoleMapping, in IOHibernateSystemHasSlept()
1128 &graphicsInfo->progressSaveUnder[0][0], sizeof(graphicsInfo->progressSaveUnder)); in IOHibernateSystemHasSlept()