• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/IOKitUser-907.100.13/graphics.subproj/

Lines Matching defs:depth

163         IOIndex                 depth,
171 IOIndex depth,
179 IOIndex * depth );
184 IOIndex * depth );
420 IOIndex depth;
426 err = _IOFBGetCurrentDisplayModeAndDepth(connectRef, &mode, &depth);
429 err = _IOFBGetPixelInformation(connectRef, mode, depth, aperture, &pixelInfo);
498 IOIndex * depth )
508 *depth = (IOIndex) outData[1];
510 DEBG(connectRef, "IOFBGetCurrentDisplayModeAndDepth(%x), %x, %d\n", err, (int) *displayMode, (int) *depth);
518 IOIndex * depth )
523 *depth = 0;
526 else return (__IOFBGetCurrentDisplayModeAndDepth(connectRef, displayMode, depth));
532 IOIndex * depth )
538 return (_IOFBGetCurrentDisplayModeAndDepth(connectRef, displayMode, depth));
544 IOIndex depth,
551 err = IOFBGetPixelInformation( connect, mode, depth, aperture, &pixelInfo );
2329 IOIndex depth;
2344 err = _IOFBGetCurrentDisplayModeAndDepth(connectRef, &mode, &depth);
2345 DEBG(connectRef, "IOFBGetCurrentDisplayModeAndDepth(%x), %x, %d\n", err, (int) mode, (int) depth);
2348 err = _IOFBGetPixelInformation( connectRef, mode, depth,
2600 IOIndex depth = -1;
2623 depth = connectRef->matchDepth;
2628 depth = connectRef->startDepth;
2632 if (-1 == depth)
2633 depth = connectRef->defaultDepth;
2646 __IOFBGetCurrentDisplayModeAndDepth(connectRef, &mode, &depth);
2651 DEBG(connectRef, " IOFBSetDisplayModeAndDepth 0x%x, 0x%x\n", (int)mode, depth);
2653 err = IOFBSetDisplayModeAndDepth( connectRef->connect, mode, depth );
2819 IOIndex depth;
2838 err = _IOFBGetCurrentDisplayModeAndDepth(connectRef, &mode, &depth);
2841 err = _IOFBGetPixelInformation( connectRef, mode, depth,
2872 err = _IOFBGetCurrentDisplayModeAndDepth(connectRef, &mode, &depth);
2874 err = _IOFBGetPixelInformation(connectRef, mode, depth,
3037 IOIndex index, depth = -1;
3045 depth = index;
3050 return( depth );
4194 IOIndex depth;
4196 for (depth = 0; depth <= out->maxDepthIndex; depth++)
4198 err = _IOFBGetPixelInformation(connectRef, displayMode, depth,
4415 IOIndex depth, minDepth, otherDepth;
4439 err = _IOFBGetCurrentDisplayModeAndDepth( connectRef, &mode, &depth );
4441 startDepth = depth;
4487 // default depth on first boot
4511 if ((startMode == mode) && (startDepth == depth))
4517 (int) startMode, (int) startDepth, (int) mode, (int) depth);
4544 // Mask of pixel formats available in mode and depth
4549 IOIndex __unused depth,
4560 IOIndex depth,
4566 uint64_t inData[] = { displayMode, depth, aperture };
4587 IOIndex depth,
4614 kr = __IOFBGetPixelInformation(connectRef, displayMode, depth, aperture, pixelInfo);
4622 IOIndex depth,
4644 return (_IOFBGetPixelInformation(connectRef, displayMode, depth,
4651 offset = depth * sizeof(IOPixelInformation);
4664 IOIndex depth )
4678 DEBG(connectRef, "setMode %x, %d \n", (int) displayMode, (int) depth);
4680 uint64_t inData[] = { displayMode, depth };
4698 IOIndex depth )
4700 uint64_t inData[] = { displayMode, depth };
4838 IOIndex depth,
4848 snprintf(keyBuf, sizeof(keyBuf), "%dx", (int) (depth + (aperture << 16)) );