HomeSort by relevance Sort by last modified time
    Searched full:pixelformat (Results 276 - 300 of 702) sorted by null

<<11121314151617181920>>

  /frameworks/native/libs/gui/
Surface.cpp 272 PixelFormat reqFormat;
711 PixelFormat format = va_arg(args, PixelFormat);
732 PixelFormat format = va_arg(args, PixelFormat);
    [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...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/
ProjectionOffscreenActivity.java 26 import android.graphics.PixelFormat;
172 mReader = ImageReader.newInstance(WIDTH, HEIGHT, PixelFormat.RGBA_8888, 2);
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 26 import android.graphics.PixelFormat;
202 assertEquals(PixelFormat.RGBA_8888, display.getPixelFormat());
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
GifDrawable.java 10 import android.graphics.PixelFormat;
246 return PixelFormat.TRANSPARENT;
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTCanvas.java 38 import org.lwjgl.opengl.PixelFormat;
101 canvas = new AWTGLCanvas(GraphicsEnvironment.getLocalGraphicsEnvironment().getDefaultScreenDevice(), new PixelFormat(),
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/
UserIconDrawable.java 30 import android.graphics.PixelFormat;
401 return PixelFormat.TRANSLUCENT;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
LoadAverageService.java 24 import android.graphics.PixelFormat;
296 PixelFormat.TRANSLUCENT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
StatusBarWindowManager.java 24 import android.graphics.PixelFormat;
99 PixelFormat.TRANSLUCENT);
  /frameworks/base/services/core/java/com/android/server/policy/
ImmersiveModeConfirmation.java 26 import android.graphics.PixelFormat;
196 PixelFormat.TRANSLUCENT);
  /frameworks/base/services/core/java/com/android/server/policy/keyguard/
KeyguardServiceDelegate.java 9 import android.graphics.PixelFormat;
370 stretch, stretch, type, flags, PixelFormat.TRANSLUCENT);
  /frameworks/native/include/gui/
BufferQueueProducer.h 84 uint32_t width, uint32_t height, PixelFormat format,
162 PixelFormat format, uint32_t usage);
BufferQueueConsumer.h 117 virtual status_t setDefaultBufferFormat(PixelFormat defaultFormat);
  /frameworks/support/design/base/android/support/design/widget/
ShadowDrawableWrapper.java 24 import android.graphics.PixelFormat;
176 return PixelFormat.TRANSLUCENT;
  /frameworks/support/v7/appcompat/src/android/support/v7/graphics/drawable/
DrawerArrowDrawable.java 25 import android.graphics.PixelFormat;
424 return PixelFormat.TRANSLUCENT;
  /frameworks/support/v7/cardview/gingerbread/android/support/v7/widget/
RoundRectDrawableWithShadow.java 26 import android.graphics.PixelFormat;
223 return PixelFormat.TRANSLUCENT;
  /hardware/qcom/msm8x84/original-kernel-headers/media/
msm_vpu.h 33 * pixelformat: extended, a few more private formats added
72 * VPU supported pixel format fourcc codes (use in s_fmt pixelformat field).
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 184 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt, int x, int y, int width, int height)
194 SurfaceAccess::SurfaceAccess (tcu::Surface& surface, const tcu::PixelFormat& colorFmt)
    [all...]
  /external/deqp/modules/gles2/
tes2InfoTests.cpp 103 const tcu::PixelFormat& pf = rt.getPixelFormat();
  /external/deqp/modules/gles3/
tes3InfoTests.cpp 103 const tcu::PixelFormat& pf = rt.getPixelFormat();
  /external/deqp/modules/gles31/
tes31InfoTests.cpp 103 const tcu::PixelFormat& pf = rt.getPixelFormat();
  /frameworks/base/core/java/com/android/internal/app/
PlatLogoActivity.java 33 import android.graphics.PixelFormat;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 568 jbyteArray pixelBuffer, jint width, jint height, jint pixelFormat) {
591 pixelFormat, bufSize);
602 jint pixelFormat) {
609 status_t err = native_window_set_buffers_format(anw.get(), pixelFormat);
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 38 import android.graphics.PixelFormat;
245 return PixelFormat.TRANSLUCENT;
808 if (mMask.getOpacity() == PixelFormat.OPAQUE) {
820 if (array[i].mDrawable.getOpacity() != PixelFormat.OPAQUE) {
    [all...]
  /frameworks/base/media/jni/
android_media_Utils.h 127 bool isPossiblyYUV(PixelFormat format);

Completed in 2290 milliseconds

<<11121314151617181920>>