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

/external/webkit/Source/WebCore/platform/graphics/win/
H A DQTDecompressionSession.h44 static PassOwnPtr<QTDecompressionSession> create(unsigned long pixelFormat, size_t width, size_t height);
54 QTDecompressionSession(unsigned long pixelFormat, size_t width, size_t height);
H A DQTDecompressionSession.cpp46 PassOwnPtr<QTDecompressionSession> QTDecompressionSession::create(unsigned long pixelFormat, size_t width, size_t height) argument
48 return adoptPtr(new QTDecompressionSession(pixelFormat, width, height));
51 QTDecompressionSession::QTDecompressionSession(unsigned long pixelFormat, size_t width, size_t height) argument
53 , m_pixelFormat(pixelFormat)
73 // The ICM does not know anything about the pixelFormat contained in
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebGLLayer.mm63 -(CGLContextObj)copyCGLContextForPixelFormat:(CGLPixelFormatObj)pixelFormat
66 CGLCreateContext(pixelFormat, m_context->platformGraphicsContext3D(), &contextObj);
70 -(void)drawInCGLContext:(CGLContextObj)glContext pixelFormat:(CGLPixelFormatObj)pixelFormat forLayerTime:(CFTimeInterval)timeInterval displayTime:(const CVTimeStamp *)timeStamp
104 [super drawInCGLContext:glContext pixelFormat:pixelFormat forLayerTime:timeInterval displayTime:timeStamp];
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/
H A DDDSLoader.java110 private Format pixelFormat; field in class:DDSLoader
135 return new Image(pixelFormat, width, height, depth, data, sizes);
147 return new Image(pixelFormat, width, height, depth, data, sizes);
156 pixelFormat = Format.LATC;
196 pixelFormat = null;
266 pixelFormat = Image.Format.DXT1A;
268 pixelFormat = Image.Format.DXT1;
273 pixelFormat = Image.Format.DXT3;
277 pixelFormat = Image.Format.DXT5;
284 pixelFormat
[all...]
H A DHDRLoader.java292 Format pixelFormat;
294 pixelFormat = Format.RGBA8;
296 pixelFormat = Format.RGB16F;
299 dataStore = BufferUtils.createByteBuffer(width * height * pixelFormat.getBitsPerPixel());
301 int bytesPerPixel = pixelFormat.getBitsPerPixel() / 8;
312 return new Image(pixelFormat, width, height, dataStore);
/external/skia/src/gpu/win/
H A DSkNativeGLContext_win.cpp99 int pixelFormat = 0; local
100 if (!(pixelFormat = ChoosePixelFormat(fDeviceContext, &pfd))) {
106 if (!SetPixelFormat(fDeviceContext, pixelFormat, &pfd)) {
107 SkDebugf("Could not set the pixel format %d.\n", pixelFormat);
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/
H A DLwjglDisplay.java51 private PixelFormat pixelFormat; field in class:LwjglDisplay
98 if (created.get() && (pixelFormat.getBitsPerPixel() != pf.getBitsPerPixel()
99 ||pixelFormat.getDepthBits() != pf.getDepthBits()
100 ||pixelFormat.getStencilBits() != pf.getStencilBits()
101 ||pixelFormat.getSamples() != pf.getSamples())){
106 pixelFormat = pf;
135 Display.create(pixelFormat, attr);
137 Display.create(pixelFormat);
141 if (pixelFormatChanged && pixelFormat.getSamples() > 1
H A DLwjglOffscreenBuffer.java55 private PixelFormat pixelFormat; field in class:LwjglOffscreenBuffer
67 pixelFormat = new PixelFormat(settings.getBitsPerPixel(),
82 pbuffer = new Pbuffer(width, height, pixelFormat, null, null, createContextAttribs());
116 pbuffer = new Pbuffer(width, height, pixelFormat, null);
/external/webkit/Source/WebKit2/Shared/mac/
H A DShareableSurface.cpp93 unsigned pixelFormat = 'BGRA'; local
103 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
/external/webkit/Tools/DumpRenderTree/mac/
H A DPixelDumpSupportMac.mm205 CGLPixelFormatObj pixelFormat;
207 if (CGLChoosePixelFormat(attributes, &pixelFormat, &num) == kCGLNoError) {
209 if (CGLCreateContext(pixelFormat, 0, &cgl_ctx) == kCGLNoError) {
230 CGLDestroyPixelFormat(pixelFormat);
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/
H A DAndroidConfigChooser.java24 protected int pixelFormat; field in class:AndroidConfigChooser
96 pixelFormat = getPixelFormat(choosenConfig, display, egl);
102 pixelFormat = PixelFormat.UNKNOWN;
191 return pixelFormat;
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp59 unsigned pixelFormat = 'BGRA'; local
79 values[2] = CFNumberCreate(0, kCFNumberIntType, &pixelFormat);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 413 milliseconds