Searched refs:pixelFormat (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebGLLayer.mm67 -(CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
70 CGLCreateContext(pixelFormat, _context->platformGraphicsContext3D(), &contextObj);
74 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
111 [super drawInCGLContext:glContext pixelFormat:pixelFormat forLayerTime:timeInterval displayTime:timeStamp];
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOBootFramebuffer.cpp151 strlcpy(info->pixelFormat, IO8BitIndexedPixels, sizeof(info->pixelFormat));
160 strlcpy(info->pixelFormat, IO16BitDirectPixels, sizeof(info->pixelFormat));
171 strlcpy(info->pixelFormat, IO32BitDirectPixels, sizeof(info->pixelFormat));
/macosx-10.10/Chess-310.6/Sources/
H A DMBCBoardView.mm108 NSOpenGLPixelFormat * pixelFormat =
115 [pixelFormat getValues:&actualFsaa forAttribute:NSOpenGLPFASamples forVirtualScreen:0];
117 [pixelFormat release];
123 return [pixelFormat autorelease];
174 NSOpenGLPixelFormat * pixelFormat = nil;
175 for (fMaxFSAA = [self maxAntiAliasing]+2; !pixelFormat; )
176 pixelFormat = [self pixelFormatWithFSAA:(fMaxFSAA -= 2)];
178 [super initWithFrame:rect pixelFormat:pixelFormat];
274 NSOpenGLPixelFormat * pixelFormat;
[all...]
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/IOKit/graphics/
H A DIOAccelTypes.h66 UInt32 pixelFormat; member in struct:__anon1723
H A DIOGraphicsInterfaceTypes.h226 IOFourCharCode pixelFormat; member in struct:IOBlitSurfaceStruct
H A DIOGraphicsTypes.h102 * @field pixelFormat String description of the pixel format - IO32BitDirectPixels, IO16BitDirectPixels etc.
117 IOPixelEncoding pixelFormat; member in struct:IOPixelInformation
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cocoa/
H A DIOSurface.mm93 unsigned pixelFormat = 'BGRA';
107 (id)kIOSurfacePixelFormat: @(pixelFormat),
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIBevelSample/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIMicroPaint/
H A DSampleCIView.py111 pf = self.pixelFormat()
/macosx-10.10/IOGraphics-485/IONDRVSupport/
H A DIONDRVFramebuffer.cpp2093 const char * pixelFormat; local
2132 strlcpy(info->pixelFormat, IO8BitIndexedPixels, sizeof(info->pixelFormat));
2141 strlcpy(info->pixelFormat, IO16BitDirectPixels, sizeof(info->pixelFormat));
2163 pixelFormat = kIO16BitFloatPixels;
2165 pixelFormat = kIO32BitFloatPixels;
2173 pixelFormat = kIO30BitDirectPixels;
2175 pixelFormat = kIO64BitDirectPixels;
2177 pixelFormat
[all...]
/macosx-10.10/IOKitUser-1050.1.21/graphics.subproj/
H A DIOGraphicsLib.h154 @param pixelFormat The returned pixel format.
162 IOPixelEncoding * pixelFormat );
H A DIOGraphicsLib.c546 IOPixelEncoding * pixelFormat )
555 strncpy( *pixelFormat, pixelInfo.pixelFormat, kIOMaxPixelBits );
4621 strlcpy(pixelInfo->pixelFormat, "--------RRRRRRRRGGGGGGGGBBBBBBBB",
4622 sizeof(pixelInfo->pixelFormat));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp65 unsigned pixelFormat = 'BGRA'; local
90 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
/macosx-10.10/tcl-105/tk84/tk/macosx/
H A DtkMacOSXDraw.c492 pixmap.pixelFormat = image->byte_order == MSBFirst ?

Completed in 477 milliseconds