/frameworks/support/v7/cardview/api21/android/support/v7/widget/ |
RoundRectDrawable.java | 24 import android.graphics.PixelFormat; 151 return PixelFormat.TRANSLUCENT;
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
FastBitmapDrawable.java | 29 import android.graphics.PixelFormat; 127 return PixelFormat.TRANSLUCENT;
|
PreloadIconDrawable.java | 10 import android.graphics.PixelFormat; 153 return PixelFormat.TRANSLUCENT;
|
/external/deqp/modules/egl/ |
teglColorClearCase.cpp | 101 static void renderReference (tcu::Surface& dst, const vector<ClearOp>& clears, const tcu::PixelFormat& pixelFormat) 106 tcu::clear(access, pixelFormat.convertColor(clearIter->color).toIVec()); 149 static tcu::PixelFormat getPixelFormat (const Library& egl, EGLDisplay display, EGLConfig config) 151 tcu::PixelFormat pixelFmt; 180 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config); 341 tcu::PixelFormat pixelFmt = getPixelFormat(egl, display, config.config);
|
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/ |
LwjglGraphics.java | 30 import org.lwjgl.opengl.PixelFormat; 271 Display.create(new PixelFormat(config.r + config.g + config.b, config.a, config.depth, config.stencil, 284 .create(new PixelFormat(config.r + config.g + config.b, config.a, config.depth, config.stencil, config.samples)); 296 Display.create(new PixelFormat(0, 16, 8)); 313 Display.create(new PixelFormat());
|
/external/skia/platform_tools/android/apps/visualbenchsdl/src/main/java/org/libsdl/app/ |
SDLActivity.java | [all...] |
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
DrawableContainerTest.java | 26 import android.graphics.PixelFormat; 734 assertEquals(PixelFormat.TRANSPARENT, dr.getOpacity()); 738 dr0.setOpacity(PixelFormat.OPAQUE); 741 assertEquals(PixelFormat.TRANSPARENT, dr.getOpacity()); 745 assertEquals(PixelFormat.OPAQUE, mDrawableContainer.getOpacity()); 748 dr1.setOpacity(PixelFormat.TRANSLUCENT); 753 assertEquals(PixelFormat.TRANSLUCENT, dr.getOpacity()); [all...] |
AnimatedVectorDrawableTest.java | 23 import android.graphics.PixelFormat; 239 assertEquals("Default is translucent", PixelFormat.TRANSLUCENT, d1.getOpacity()); 241 assertEquals("Still translucent", PixelFormat.TRANSLUCENT, d1.getOpacity());
|
InsetDrawableTest.java | 27 import android.graphics.PixelFormat; 227 assertEquals(PixelFormat.OPAQUE, insetDrawable.getOpacity()); 230 assertEquals(PixelFormat.TRANSLUCENT, insetDrawable.getOpacity());
|
LayerDrawableTest.java | 27 import android.graphics.PixelFormat; 593 assertEquals(PixelFormat.TRANSPARENT, layerDrawable.getOpacity()); 599 assertEquals(PixelFormat.OPAQUE, layerDrawable.getOpacity()); 602 mockDrawable2.setOpacity(PixelFormat.TRANSPARENT); 603 assertEquals(PixelFormat.TRANSPARENT, layerDrawable.getOpacity()); 606 mockDrawable2.setOpacity(PixelFormat.TRANSPARENT); 607 mockDrawable1.setOpacity(PixelFormat.TRANSLUCENT); 608 assertEquals(PixelFormat.TRANSLUCENT, layerDrawable.getOpacity()); 611 mockDrawable1.setOpacity(PixelFormat.TRANSLUCENT); 612 mockDrawable2.setOpacity(PixelFormat.UNKNOWN) [all...] |
/external/deqp/modules/gles2/functional/ |
es2fDitheringTests.cpp | 54 using tcu::PixelFormat; 67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) 119 const tcu::PixelFormat m_renderFormat;
|
/external/deqp/modules/gles3/functional/ |
es3fDitheringTests.cpp | 54 using tcu::PixelFormat; 67 static inline IVec4 pixelFormatToIVec4 (const PixelFormat& format) 119 const tcu::PixelFormat m_renderFormat;
|
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/native/services/surfaceflinger/ |
Layer.h | 32 #include <ui/PixelFormat.h> 149 status_t setBuffers(uint32_t w, uint32_t h, PixelFormat format, uint32_t flags); 541 PixelFormat mFormat;
|
SurfaceFlinger.h | 40 #include <ui/PixelFormat.h> 305 uint32_t w, uint32_t h, PixelFormat format, uint32_t flags, 309 uint32_t w, uint32_t h, uint32_t flags, PixelFormat& format,
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnRGBPlane.cpp | 21 #include <ips/common/PixelFormat.h> 169 if (!PixelFormat::convertFormat(mapper.getFormat(), spriteFormat, bpp)) { 368 mContext.ctx.prim_ctx.cntr = PixelFormat::PLANE_PIXEL_FORMAT_BGRA8888;
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
GLRootView.java | 22 import android.graphics.PixelFormat; 130 getHolder().setFormat(PixelFormat.RGB_888); 132 getHolder().setFormat(PixelFormat.RGB_565);
|
/packages/apps/Settings/src/com/android/settings/ |
ActivityPicker.java | 33 import android.graphics.PixelFormat; 387 final Bitmap.Config c = icon.getOpacity() != PixelFormat.OPAQUE ? 476 return PixelFormat.TRANSLUCENT;
|
/external/deqp/framework/platform/osx/ |
tcuOSXPlatform.cpp | 113 , m_renderTarget (0, 0, tcu::PixelFormat(0,0,0,0), 0, 0, 0) 124 CGLPixelFormatObj pixelFormat; 127 if (CGLChoosePixelFormat(&attribs[0], &pixelFormat, &numVScreens) != kCGLNoError) 132 if (CGLCreateContext(pixelFormat, DE_NULL, &m_context) != kCGLNoError) 140 CGLReleasePixelFormat(pixelFormat); 144 CGLReleasePixelFormat(pixelFormat);
|
/external/deqp/framework/platform/win32/ |
tcuWGLContextFactory.cpp | 101 int pixelFormat = 0; 104 pixelFormat = config.id; 106 pixelFormat = wgl::choosePixelFormat(wglCore, deviceCtx, config); 108 if (pixelFormat < 0) 111 m_context = new wgl::Context(&wglCore, deviceCtx, config.type, pixelFormat); 116 const wgl::PixelFormatInfo info = wglCore.getPixelFormatInfo(deviceCtx, pixelFormat); 120 tcu::PixelFormat(info.redBits, info.greenBits, info.blueBits, info.alphaBits),
|
/frameworks/base/core/java/android/view/ |
GraphicBuffer.java | 20 import android.graphics.PixelFormat; 74 * @param format The format of each pixel as specified in {@link PixelFormat} 114 * the formats defined in {@link 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/native/include/gui/ |
BufferQueueCore.h | 226 PixelFormat mDefaultBufferFormat;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdiplusimpl.h | 192 __inline__ PixelFormat Image::GetPixelFormat() 194 PixelFormat result = (PixelFormat) 0; 488 __inline__ Bitmap::Bitmap(INT width, INT height, PixelFormat format): 498 PixelFormat format, BYTE *scan0): Image(NULL, Ok) 506 __inline__ Bitmap* Bitmap::Clone(const RectF& rect, PixelFormat format) const 511 __inline__ Bitmap* Bitmap::Clone(const Rect& rect, PixelFormat format) const 517 PixelFormat format) const 536 PixelFormat format) const 560 __inline__ Status Bitmap::ConvertFormat(PixelFormat format [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);
|