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

  /device/linaro/bootloader/edk2/OptionRomPkg/CirrusLogic5430Dxe/
CirrusLogic5430UgaDraw.c 47 *HorizontalResolution = Private->ModeData[Private->CurrentMode].HorizontalResolution;
48 *VerticalResolution = Private->ModeData[Private->CurrentMode].VerticalResolution;
49 *ColorDepth = Private->ModeData[Private->CurrentMode].ColorDepth;
50 *RefreshRate = Private->ModeData[Private->CurrentMode].RefreshRate;
100 Private->CurrentMode = Index;
170 if (SourceY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) {
174 if (SourceX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) {
181 if (DestinationY + Height > Private->ModeData[Private->CurrentMode].VerticalResolution) {
185 if (DestinationX + Width > Private->ModeData[Private->CurrentMode].HorizontalResolution) {
203 Offset = (SrcY * Private->ModeData[Private->CurrentMode].HorizontalResolution) + SourceX;
    [all...]
CirrusLogic5430GraphicsOutput.c 239 UINT32 CurrentMode;
266 CurrentMode = This->Mode->Mode;
275 if (SourceY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
279 if (SourceX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
286 if (DestinationY + Height > Private->ModeData[CurrentMode].VerticalResolution) {
290 if (DestinationX + Width > Private->ModeData[CurrentMode].HorizontalResolution) {
308 Offset = (SrcY * Private->ModeData[CurrentMode].HorizontalResolution) + SourceX;
343 ScreenWidth = Private->ModeData[CurrentMode].HorizontalResolution;
344 SourceOffset = (SourceY * Private->ModeData[CurrentMode].HorizontalResolution) + (SourceX);
345 Offset = (DestinationY * Private->ModeData[CurrentMode].HorizontalResolution) + (DestinationX);
    [all...]
CirrusLogic5430.h 101 UINTN CurrentMode;
  /external/mesa3d/src/egl/main/
eglscreen.h 59 _EGLMode *CurrentMode;
eglscreen.c 208 *m = scrn->CurrentMode;
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.h 96 UINTN CurrentMode;
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/
ConSplitter.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/GraphicsConsoleDxe/
GraphicsConsole.c     [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/BaseXApicX2ApicLib/
BaseXApicX2ApicLib.c 342 UINTN CurrentMode;
352 CurrentMode = GetApicMode ();
353 if (CurrentMode == LOCAL_APIC_MODE_XAPIC) {
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 110 UINTN CurrentMode;
BiosVideo.c     [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Qemu.h 116 UINTN CurrentMode;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
parallel.h 132 ULONG CurrentMode;
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 842 gscr->base.CurrentMode = mode;

Completed in 3031 milliseconds