/external/webkit/Source/WebCore/platform/graphics/win/ |
QTDecompressionSession.cpp | 46 PassOwnPtr<QTDecompressionSession> QTDecompressionSession::create(unsigned long pixelFormat, size_t width, size_t height) 48 return adoptPtr(new QTDecompressionSession(pixelFormat, width, height)); 51 QTDecompressionSession::QTDecompressionSession(unsigned long pixelFormat, size_t width, size_t height) 53 , m_pixelFormat(pixelFormat) 73 // The ICM does not know anything about the pixelFormat contained in
|
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.graphics.PixelFormat.html | 10 android.graphics.PixelFormat 74 Class android.graphics.<A HREF="../../../../reference/android/graphics/PixelFormat.html" target="_top"><font size="+2"><code>PixelFormat</code></font></A> 87 <A NAME="android.graphics.PixelFormat.YCbCr_422_I"></A> 88 <nobr><code>int</code> <A HREF="../../../../reference/android/graphics/PixelFormat.html#YCbCr_422_I" target="_top"><code>YCbCr_422_I</code></A></nobr>
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
MacNative.m | 41 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share; 46 - (id) initWithFormat:(NSOpenGLPixelFormat *)pixelFormat shareContext:(NSOpenGLContext *)share 48 self = [super initWithFormat:pixelFormat shareContext:share]; 78 void getPixelFormatAttrib(void* pixelFormat,int attrib,int* val){ 79 NSOpenGLPixelFormat *frmt = (NSOpenGLPixelFormat *)pixelFormat;
|
MacNative.h | 36 void getPixelFormatAttrib(void* pixelFormat,int attrib,int* val);
|
/cts/tests/tests/view/src/android/view/cts/ |
WindowTest.java | 27 import android.graphics.PixelFormat; 150 assertEquals(PixelFormat.OPAQUE, attr.format); 156 WindowManager.LayoutParams.FLAG_DITHER, PixelFormat.RGBA_8888); 166 assertEquals(PixelFormat.RGBA_8888, attr.format); 345 * attribute of PixelFormat to check if the window is opaque). To make the window 351 assertEquals(PixelFormat.OPAQUE, decor.getBackground().getOpacity()); 372 assertEquals(PixelFormat.TRANSPARENT, decor.getBackground().getOpacity()); 502 * setDefaultWindowFormat: Set the format of window, as per the PixelFormat types. This 505 * setFormat: Set the format of window, as per the PixelFormat types. 506 * param format: The new window format (see PixelFormat). Us [all...] |
/device/generic/goldfish/opengl/system/egl/ |
eglDisplay.h | 26 #include <ui/PixelFormat.h> 54 EGLBoolean getConfigNativePixelFormat(EGLConfig config, PixelFormat * format);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PictureDrawable.java | 26 import android.graphics.PixelFormat; 91 return PixelFormat.TRANSLUCENT;
|
/frameworks/native/include/gui/ |
IGraphicBufferAlloc.h | 24 #include <ui/PixelFormat.h> 40 PixelFormat format, uint32_t usage, status_t* error) = 0;
|
/packages/apps/Calendar/src/com/android/calendar/ |
DayOfMonthDrawable.java | 23 import android.graphics.PixelFormat; 70 return PixelFormat.UNKNOWN;
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
FastBitmapDrawable.java | 23 import android.graphics.PixelFormat; 59 return PixelFormat.TRANSLUCENT;
|
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/ |
Galaxy4Wallpaper.java | 19 import android.graphics.PixelFormat; 49 surfaceHolder.setFormat(PixelFormat.RGBA_8888);
|
GalaxyView.java | 4 import android.graphics.PixelFormat;
|
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/ |
HoloSpiralWallpaper.java | 19 import android.graphics.PixelFormat; 45 surfaceHolder.setFormat(PixelFormat.RGBA_8888);
|
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/ |
RenderScriptWallpaper.java | 22 import android.graphics.PixelFormat; 46 surfaceHolder.setFormat(PixelFormat.RGB_565);
|
/packages/wallpapers/NoiseField/src/com/android/noisefield/ |
NoiseFieldWallpaper.java | 4 import android.graphics.PixelFormat; 33 surfaceHolder.setFormat(PixelFormat.RGB_888);
|
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/ |
PhaseBeamWallpaper.java | 4 import android.graphics.PixelFormat; 30 surfaceHolder.setFormat(PixelFormat.OPAQUE);
|
/external/clang/test/SemaTemplate/ |
instantiate-invalid.cpp | 15 template<class PixelFormat> class renderer_base { }
|
/external/qemu/distrib/sdl-1.2.15/src/video/directfb/ |
SDL_DirectFB_yuv.c | 105 conf.pixelformat = DSPF_YV12; 108 conf.pixelformat = DSPF_I420; 111 conf.pixelformat = DSPF_YUY2; 114 conf.pixelformat = DSPF_UYVY;
|
SDL_DirectFB_video.c | 166 if (bytes == DFB_BYTES_PER_PIXEL(dlc.pixelformat) && bytes > 1) 167 return dlc.pixelformat; 316 static int DFBToSDLPixelFormat (DFBSurfacePixelFormat pixelformat, SDL_PixelFormat *format) 321 switch (pixelformat) 359 fprintf (stderr, "SDL_DirectFB: Unsupported pixelformat (0x%08x)!\n", pixelformat); 363 format->BitsPerPixel = DFB_BYTES_PER_PIXEL(pixelformat) * 8; 364 format->BytesPerPixel = DFB_BYTES_PER_PIXEL(pixelformat); 419 /* Query layer configuration to determine the current mode and pixelformat */ 423 if (DFBToSDLPixelFormat (dlc.pixelformat, vformat) 594 DFBSurfacePixelFormat pixelformat; local [all...] |
/frameworks/base/core/jni/ |
android_graphics_PixelFormat.cpp | 20 #include <ui/PixelFormat.h> 48 // we need this for backward compatibility with PixelFormat's 80 const char* const kClassPathName = "android/graphics/PixelFormat"; 87 { "getPixelFormatInfo", "(ILandroid/graphics/PixelFormat;)V",
|
/frameworks/native/include/ui/ |
DisplayInfo.h | 23 #include <ui/PixelFormat.h>
|
/frameworks/native/libs/ui/ |
PixelFormat.cpp | 17 #include <ui/PixelFormat.h> 78 ssize_t bytesPerPixel(PixelFormat format) 85 ssize_t bitsPerPixel(PixelFormat format) 92 status_t getPixelFormatInfo(PixelFormat format, PixelFormatInfo* info)
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
ShapeDrawableTest.java | 29 import android.graphics.PixelFormat; 120 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity()); 124 assertEquals(PixelFormat.OPAQUE, shapeDrawable.getOpacity()); 127 assertEquals(PixelFormat.TRANSPARENT, shapeDrawable.getOpacity()); 130 assertEquals(PixelFormat.TRANSLUCENT, shapeDrawable.getOpacity());
|
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/texture/plugins/ |
HDRLoader.java | 292 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/jmonkeyengine/engine/src/lwjgl/com/jme3/system/lwjgl/ |
LwjglCanvas.java | 49 import org.lwjgl.opengl.PixelFormat;
79 private PixelFormat pbufferFormat;
80 private PixelFormat canvasFormat;
296 protected PixelFormat acquirePixelFormat(boolean forPbuffer){
301 pbufferFormat = new PixelFormat(settings.getBitsPerPixel(),
314 canvasFormat = new PixelFormat(settings.getBitsPerPixel(),
|