/external/deqp/modules/gles3/functional/ |
es3fTextureSwizzleTests.cpp | 193 const tcu::PixelFormat pixelFormat = m_context.getRenderTarget().getPixelFormat(); 196 sampleTexture(SurfaceAccess(referenceFrame, tcu::PixelFormat(8,8,8,8)), m_texture->getRefTexture(), &texCoord[0], renderParams); 202 if (pixelFormat != tcu::PixelFormat(8,8,8,8)) 209 referenceFrame.setPixel(x, y, pixelFormat.convertColor(p));
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
StreamConfigurationMap.java | 20 import android.graphics.PixelFormat; 201 * or in {@link PixelFormat} (and there is no possibility of collision).</p> 209 * @see PixelFormat 225 * or in {@link PixelFormat} (and there is no possibility of collision).</p> 233 * @see PixelFormat 246 * or in {@link PixelFormat} (and there is no possibility of collision).</p> 251 * @see PixelFormat 281 * @param format an image format from either {@link ImageFormat} or {@link PixelFormat} 288 * from either {@link ImageFormat} or {@link PixelFormat} 291 * @see PixelFormat [all...] |
InputConfiguration.java | 43 * @param format Format of the input buffers. One of ImageFormat or PixelFormat constants. 46 * @see android.graphics.PixelFormat
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
GradientDrawableTest.java | 29 import android.graphics.PixelFormat; 60 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 64 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 68 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 72 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity()); 76 PixelFormat.OPAQUE, gradientDrawable.getOpacity()); 80 PixelFormat.OPAQUE, gradientDrawable.getOpacity()); 85 PixelFormat.TRANSLUCENT, gradientDrawable.getOpacity());
|
PictureDrawableTest.java | 24 import android.graphics.PixelFormat; 76 assertEquals(PixelFormat.TRANSLUCENT, pictureDrawable.getOpacity());
|
/cts/tests/tests/view/src/android/view/cts/ |
SurfaceViewTest.java | 23 import android.graphics.PixelFormat; 94 mMockSurfaceView.setFormat(PixelFormat.TRANSPARENT);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
List9.java | 23 import android.graphics.PixelFormat; 85 PixelFormat.TRANSLUCENT);
|
/frameworks/base/core/java/com/android/internal/widget/ |
BackgroundFallback.java | 21 import android.graphics.PixelFormat; 67 childBg.getOpacity() != PixelFormat.OPAQUE) {
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawable/ |
CircleFramedDrawable.java | 27 import android.graphics.PixelFormat; 116 return PixelFormat.TRANSLUCENT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyguardUserSwitcherScrim.java | 24 import android.graphics.PixelFormat; 84 return PixelFormat.TRANSLUCENT;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
StrictModeFlash.java | 25 import android.graphics.PixelFormat; 48 1, 1, PixelFormat.TRANSLUCENT, SurfaceControl.HIDDEN);
|
/frameworks/native/include/gui/ |
CpuConsumer.h | 50 PixelFormat format; 61 PixelFormat flexFormat;
|
ISurfaceComposerClient.h | 29 #include <ui/PixelFormat.h> 62 PixelFormat format, uint32_t flags,
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
AnimatedCircleDrawable.java | 23 import android.graphics.PixelFormat; 61 return PixelFormat.TRANSLUCENT;
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
GrantPermissionsWatchViewHandler.java | 4 import android.graphics.PixelFormat; 61 outLayoutParams.format = PixelFormat.OPAQUE;
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/ |
GrantPermissionsViewHandlerImpl.java | 4 import android.graphics.PixelFormat; 75 outLayoutParams.format = PixelFormat.OPAQUE;
|
/packages/services/Car/car-support-lib/src/android/support/car/ui/ |
CircleBitmapDrawable.java | 22 import android.graphics.PixelFormat; 92 return mDrawable != null ? mDrawable.getOpacity() : PixelFormat.TRANSLUCENT;
|
/pdk/apps/TestingCamera/src/com/android/testingcamera/ |
CallbackProcessor.java | 5 import android.graphics.PixelFormat; 127 mCallbackView.getHolder().setFormat(PixelFormat.RGBA_8888);
|
/system/core/libpixelflinger/include/pixelflinger/ |
format.h | 25 // in graphics/PixelFormat.java, ui/PixelFormat.h, BlitHardware.h
|
/development/ndk/platforms/android-18/samples/gles3jni/src/com/android/gles3jni/ |
GLES3JNIView.java | 20 import android.graphics.PixelFormat;
|
/external/deqp/framework/platform/win32/ |
tcuWGL.hpp | 79 int pixelFormat; 133 : pixelFormat (0) 165 PixelFormatInfo getPixelFormatInfo (HDC deviceCtx, int pixelFormat) const; 190 Context (const Core* core, HDC deviceCtx, glu::ContextType ctxType, int pixelFormat);
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
ColorDrawable.java | 213 return PixelFormat.TRANSLUCENT; 218 return PixelFormat.OPAQUE; 220 return PixelFormat.TRANSPARENT; 222 return PixelFormat.TRANSLUCENT;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
KeyguardPreviewContainer.java | 55 return android.graphics.PixelFormat.OPAQUE;
|
/external/deqp/framework/platform/android/ |
tcuAndroidInternals.hpp | 76 // ui/PixelFormat.h, system/graphics.h 94 typedef deInt32 PixelFormat; 171 GraphicBuffer (const LibUI& lib, deUint32 width, deUint32 height, PixelFormat format, deUint32 usage);
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/ |
APPRTCViewController.m | 181 NSOpenGLPixelFormat* pixelFormat = 184 pixelFormat:pixelFormat];
|