Searched refs:bootDisplay (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp42 PE_Video bootDisplay; local
51 err = getPlatform()->getConsoleInfo( &bootDisplay );
52 if (err || (bootDisplay.v_baseAddr == 0))
70 PE_Video bootDisplay; local
72 getPlatform()->getConsoleInfo( &bootDisplay);
74 switch (bootDisplay.v_depth)
109 PE_Video bootDisplay; local
111 getPlatform()->getConsoleInfo( &bootDisplay);
116 info->nominalWidth = bootDisplay.v_width;
117 info->nominalHeight = bootDisplay
133 PE_Video bootDisplay; local
201 PE_Video bootDisplay; local
[all...]
/macosx-10.10.1/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp4057 PE_Video bootDisplay; local
4060 IOService::getPlatform()->getConsoleInfo( &bootDisplay);
4062 IOPhysicalAddress64 consolePhysAddress = bootDisplay.v_baseAddr & ~3;
4064 consolePhysAddress |= (((uint64_t) bootDisplay.v_baseAddrHigh) << 32);
4078 bytes = (bootDisplay.v_rowBytes * bootDisplay.v_height);
4100 inst->fRowBytes = (UInt32) bootDisplay.v_rowBytes;
4101 inst->fWidth = (UInt32) bootDisplay.v_width;
4102 inst->fHeight = (UInt32) bootDisplay.v_height;
4103 bpp = (UInt32) bootDisplay
[all...]

Completed in 122 milliseconds