Lines Matching refs:Print
16 Print(L"GOP reports MaxMode %d\n", imax);
18 Print(L"gop->Mode is NULL\n");
28 Print(L"gop->QueryMode() returned %r\n", rc);
29 Print(L"Trying to start GOP with SetMode().\n");
37 Print(L"%d: Bad response from QueryMode: %r (%d)\n",
41 Print(L"%c%d: %dx%d ",
48 Print(L"RGBR");
51 Print(L"BGRR");
54 Print(L"R:%08x G:%08x B:%08x X:%08x",
61 Print(L"(blt only)");
64 Print(L"(Invalid pixel format)");
67 Print(L" pitch %d\n", info->PixelsPerScanLine);
80 Print(L"Bad response from QueryMode: %s (%d)\n", Buffer, rc);
97 Print(L"Could not locate GOP: %r\n", rc);
102 Print(L"LocateProtocol(GOP, &gop) returned %r but GOP is NULL\n", rc);