HomeSort by relevance Sort by last modified time
    Searched defs:PixelFormat (Results 1 - 25 of 32) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 20 import android.graphics.PixelFormat;
24 private PixelFormat mPixelFormat;
34 // new the PixelFormat instance
35 mPixelFormat = new PixelFormat();
40 // new the PixelFormat instance
41 mPixelFormat = new PixelFormat();
43 PixelFormat.getPixelFormatInfo(PixelFormat.RGBA_8888, mPixelFormat);
47 PixelFormat.getPixelFormatInfo(PixelFormat.RGBX_8888, mPixelFormat)
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
PixelFormat.h 22 class PixelFormat
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
PixelFormat.h 22 class PixelFormat
  /external/deqp/framework/common/
tcuPixelFormat.hpp 35 struct PixelFormat
42 PixelFormat (int red, int green, int blue, int alpha)
50 PixelFormat (void)
99 inline bool operator== (const PixelFormat& other) const
107 inline bool operator!= (const PixelFormat& other) const
  /frameworks/native/include/ui/
PixelFormat.h 35 // in graphics/PixelFormat.java & pixelflinger/format.h
65 typedef int32_t PixelFormat;
67 uint32_t bytesPerPixel(PixelFormat format);
68 uint32_t bitsPerPixel(PixelFormat format);
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 19 public class PixelFormat
84 public static void getPixelFormatInfo(int format, PixelFormat info) {
124 case PixelFormat.A_8:
125 case PixelFormat.LA_88:
126 case PixelFormat.RGBA_4444:
127 case PixelFormat.RGBA_5551:
128 case PixelFormat.RGBA_8888:
129 case PixelFormat.TRANSLUCENT:
130 case PixelFormat.TRANSPARENT:
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdipluspixelformats.h 30 typedef INT PixelFormat;
95 static __inline__ UINT GetPixelFormatSize(PixelFormat pixfmt)
100 static __inline__ BOOL IsAlphaPixelFormat(PixelFormat pixfmt)
105 static __inline__ BOOL IsCanonicalPixelFormat(PixelFormat pixfmt)
110 static __inline__ BOOL IsExtendedPixelFormat(PixelFormat pixfmt)
115 static __inline__ BOOL IsIndexedPixelFormat(PixelFormat pixfmt)
gdiplusimaging.h 93 INT PixelFormat; /* MSDN: "PixelFormat PixelFormat;" */
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 77 // ui/PixelFormat.h, system/graphics.h
95 typedef deInt32 PixelFormat;
172 GraphicBuffer (const LibUI& lib, deUint32 width, deUint32 height, PixelFormat format, deUint32 usage);
  /external/skia/src/utils/win/
SkWGL_win.cpp 104 struct PixelFormat {
110 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
126 PixelFormat desiredFormat = {
131 SkTDArray<PixelFormat> rankedFormats;
148 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>());
149 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(),
152 sizeof(PixelFormat));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d2d1helper.h 142 D2D1FORCEINLINE D2D1_PIXEL_FORMAT PixelFormat(
150 D2D1FORCEINLINE D2D1_BITMAP_PROPERTIES BitmapProperties(CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
152 D2D1_BITMAP_PROPERTIES r = {pixelFormat, dpiX, dpiY};
158 CONST D2D1_PIXEL_FORMAT &pixelFormat = D2D1::PixelFormat(),
164 D2D1_RENDER_TARGET_PROPERTIES r = {type, pixelFormat, dpiX, dpiY, usage, minLevel};
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 

Completed in 413 milliseconds

1 2