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

1 2 3

  /cts/tests/tests/graphics/src/android/graphics/cts/
PixelFormatTest.java 23 import android.graphics.PixelFormat;
35 new PixelFormat();
40 PixelFormat pixelFormat = new PixelFormat();
42 PixelFormat.getPixelFormatInfo(PixelFormat.RGBA_8888, pixelFormat);
43 assertEquals(4, pixelFormat.bytesPerPixel);
44 assertEquals(32, pixelFormat.bitsPerPixel)
    [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)
125 inline bool operator== (const PixelFormat& other) const
133 inline bool operator!= (const PixelFormat& other) const
  /frameworks/base/core/jni/android/graphics/
ImageDecoder.h 43 // These need to stay in sync with PixelFormat.java's Format constants.
44 enum PixelFormat {
  /frameworks/native/libs/ui/include/ui/
PixelFormat.h 35 // in graphics/PixelFormat.java & pixelflinger/format.h
67 typedef int32_t PixelFormat;
69 uint32_t bytesPerPixel(PixelFormat format);
70 uint32_t bitsPerPixel(PixelFormat format);
  /device/google/cuttlefish_common/host/frontend/vnc_server/
vnc_client_connection.h 47 struct PixelFormat {
151 PixelFormat pixel_format_ GUARDED_BY(m_) = {
  /device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/
FbGop.h 68 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/FrameBufferBltLib/
FrameBufferBltLib.c 31 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
126 switch (FrameBufferInfo->PixelFormat) {
140 ASSERT (FrameBufferInfo->PixelFormat != PixelBltOnly);
148 Configure->PixelFormat = FrameBufferInfo->PixelFormat;
387 if (Configure->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
395 if (Configure->PixelFormat != PixelBlueGreenRedReserved8BitPerColor) {
492 if (Configure->PixelFormat == PixelBlueGreenRedReserved8BitPerColor) {
  /frameworks/base/graphics/java/android/graphics/
PixelFormat.java 24 public class PixelFormat {
103 public static void getPixelFormatInfo(@Format int format, PixelFormat info) {
148 case PixelFormat.A_8:
149 case PixelFormat.LA_88:
150 case PixelFormat.RGBA_4444:
151 case PixelFormat.RGBA_5551:
152 case PixelFormat.RGBA_8888:
153 case PixelFormat.RGBA_F16:
154 case PixelFormat.RGBA_1010102:
155 case PixelFormat.TRANSLUCENT
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
GraphicsOutput.h 47 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/GraphicsOutput/
GraphicsOutput.h 55 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
GraphicsOutput.h 83 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
85 /// This bit-mask is only valid if PixelFormat is set to PixelPixelBitMask.
  /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)
  /device/linaro/bootloader/edk2/DuetPkg/BiosVideoThunkDxe/
BiosVideo.h 69 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/VideoDxe/
BiosVideo.h 73 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /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/skia/src/utils/win/
SkWGL_win.cpp 107 struct PixelFormat {
113 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
133 PixelFormat desiredFormat = {
138 SkTDArray<PixelFormat> rankedFormats;
155 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>());
156 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(),
159 sizeof(PixelFormat));
478 for (int pixelFormat : gPixelFormats) {
479 if (-1 == pixelFormat) {
    [all...]
  /external/skqp/src/utils/win/
SkWGL_win.cpp 107 struct PixelFormat {
113 bool pf_less(const PixelFormat& a, const PixelFormat& b) {
133 PixelFormat desiredFormat = {
138 SkTDArray<PixelFormat> rankedFormats;
155 SkTLessFunctionToFunctorAdaptor<PixelFormat, pf_less>());
156 int idx = SkTSearch<PixelFormat, pf_less>(rankedFormats.begin(),
159 sizeof(PixelFormat));
478 for (int pixelFormat : gPixelFormats) {
479 if (-1 == pixelFormat) {
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 49 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat;
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK;
64 switch (PixelFormat)
113 switch (PixelFormat)
193 switch (PixelFormat)
230 switch (PixelFormat)
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 48 PVRTuint64 PixelFormat = sTextureHeader.u64PixelFormat;
58 PVRTuint64 PixelFormatPartHigh = PixelFormat&PVRTEX_PFHIGHMASK;
64 switch (PixelFormat)
206 if (PixelFormat==PVRTGENPIXELID3('r','g','b',11,11,10) )
216 switch (PixelFormat)
324 switch (PixelFormat)
386 switch (PixelFormat)
418 switch (PixelFormat)
450 switch (PixelFormat)
481 switch (PixelFormat)
    [all...]
  /external/syslinux/efi32/include/efi/
efiprot.h 592 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /external/syslinux/efi64/include/efi/
efiprot.h 592 EFI_GRAPHICS_PIXEL_FORMAT PixelFormat;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiprot.h 592 EFI_GRAPHICS_PIXEL_FORMAT 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};

Completed in 726 milliseconds

1 2 3