HomeSort by relevance Sort by last modified time
    Searched refs:PixelFormat (Results 251 - 275 of 361) sorted by null

<<1112131415

  /frameworks/native/libs/gui/
ConsumerBase.cpp 219 status_t ConsumerBase::setDefaultBufferFormat(PixelFormat defaultFormat) {
GLConsumer.cpp 754 bool GLConsumer::isExternalFormat(PixelFormat format)
    [all...]
SurfaceComposerClient.cpp 565 PixelFormat format,
910 PixelFormat ScreenshotClient::getFormat() const {
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 364 return android.graphics.PixelFormat.OPAQUE;
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
NinePatchDrawableTest.java 35 import android.graphics.PixelFormat;
291 assertEquals(PixelFormat.OPAQUE, mNinePatchDrawable.getOpacity());
294 assertEquals(PixelFormat.TRANSLUCENT, mNinePatchDrawable.getOpacity());
  /frameworks/base/graphics/java/android/graphics/drawable/
DrawableContainer.java 29 import android.graphics.PixelFormat;
414 return mCurrDrawable == null || !mCurrDrawable.isVisible() ? PixelFormat.TRANSPARENT :
    [all...]
LayerDrawable.java 30 import android.graphics.PixelFormat;
    [all...]
GradientDrawable.java 37 import android.graphics.PixelFormat;
    [all...]
VectorDrawable.java 29 import android.graphics.PixelFormat;
414 return getAlpha() == 0 ? PixelFormat.TRANSPARENT : PixelFormat.TRANSLUCENT;
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 31 import android.graphics.PixelFormat;
269 PixelFormat.OPAQUE, flags);
275 PixelFormat.OPAQUE, flags);
    [all...]
WindowStateAnimator.java 51 import android.graphics.PixelFormat;
737 final int format = isHwAccelerated ? PixelFormat.TRANSLUCENT : attrs.format;
738 if (!PixelFormat.formatHasAlpha(attrs.format)
    [all...]
WindowSurfaceController.java 29 import android.graphics.PixelFormat;
776 PixelFormat.OPAQUE, flags | SurfaceControl.FX_SURFACE_DIM);
  /external/pdfium/core/src/fxge/win32/
fx_win32_gdipext.cpp 242 PixelFormat* format);
247 PixelFormat format,
269 PixelFormat format,
734 PixelFormat format;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplusflat.h 50 GpStatus WINGDIPAPI GdipCreateBitmapFromScan0(INT,INT,INT,PixelFormat,BYTE*,GpBitmap**);
59 GpStatus WINGDIPAPI GdipCloneBitmapArea(REAL,REAL,REAL,REAL,PixelFormat,GpBitmap*,GpBitmap**);
60 GpStatus WINGDIPAPI GdipCloneBitmapAreaI(INT,INT,INT,INT,PixelFormat,GpBitmap*,GpBitmap**);
61 GpStatus WINGDIPAPI GdipBitmapLockBits(GpBitmap*,GDIPCONST GpRect*,UINT,PixelFormat,BitmapData*);
66 GpStatus WINGDIPAPI GdipBitmapConvertFormat(GpBitmap*,PixelFormat,DitherType,PaletteType,ColorPalette*,REAL);
389 GpStatus WINGDIPAPI GdipGetImagePixelFormat(GpImage*,PixelFormat*);
    [all...]
gdiplusimaging.h 93 INT PixelFormat; /* MSDN: "PixelFormat PixelFormat;" */
  /external/deqp/modules/gles3/functional/
es3fTextureShadowTests.cpp 103 const tcu::PixelFormat& pixelFormat)
108 const tcu::Vec3 nonShadowThreshold = tcu::computeFixedPointThreshold(getBitsVec(pixelFormat)-1).swizzle(1,2,3);
124 sampleTexture(SurfaceAccess(reference, pixelFormat), clampedSource, texCoord, sampleParams);
131 sampleTexture(SurfaceAccess(reference, pixelFormat), src, texCoord, sampleParams);
362 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat();
372 texComparePrecision.resultBits = pixelFormat.redBits-1;
375 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
386 &texCoord[0], sampleParams, texComparePrecision, lodPrecision, pixelFormat);
    [all...]
  /frameworks/native/libs/gui/tests/
SRGB_test.cpp 221 void checkLockedBuffer(PixelFormat format, android_dataspace dataSpace) {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/surfaceview/
GLSurfaceViewAPI18.java 34 import android.graphics.PixelFormat;
97 * By default GLSurfaceView will create a PixelFormat.RGB_888 format surface. If a translucent
98 * surface is required, call getHolder().setFormat(PixelFormat.TRANSLUCENT).
259 holder.setFormat(PixelFormat.RGB_565);
    [all...]
  /frameworks/base/core/java/android/app/
WallpaperManager.java 37 import android.graphics.PixelFormat;
219 return PixelFormat.OPAQUE;
    [all...]
  /frameworks/base/core/java/android/widget/
ImageView.java 30 import android.graphics.PixelFormat;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 30 import android.graphics.PixelFormat;
131 return PixelFormat.OPAQUE;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
GlobalScreenshot.java 40 import android.graphics.PixelFormat;
473 PixelFormat.TRANSLUCENT);
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/beam/
SendUi.java 35 import android.graphics.PixelFormat;
236 PixelFormat.OPAQUE);
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 410 tcu::PixelFormat pixelFmt;
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 623 PixelFormat(m_glxVisual.getAttrib(GLX_RED_SIZE),

Completed in 854 milliseconds

<<1112131415