Home
last modified time | relevance | path

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

/xnu-11215/tests/
H A Dvm_phys_footprint.c1421 setIntValue(CFMutableDictionaryRef dict, const CFStringRef key, int value) in setIntValue() function
1533 setIntValue(props, kIOSurfaceBytesPerRow, (int)rowbytes); in CreateSurface()
1534 setIntValue(props, kIOSurfaceWidth, (int)pixelsWide); in CreateSurface()
1535 setIntValue(props, kIOSurfaceHeight, (int)pixelsHigh); in CreateSurface()
1536 setIntValue(props, kIOSurfacePixelFormat, (int)fmt); in CreateSurface()
1544 setIntValue(props, kIOSurfaceElementWidth, 2); in CreateSurface()
1545 setIntValue(props, kIOSurfaceElementHeight, 1); in CreateSurface()
1547 setIntValue(props, kIOSurfaceBytesPerElement, (int)bpe); in CreateSurface()