Home
last modified time | relevance | path

Searched defs:PixelFormat (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/common/
DtcuPixelFormat.hpp35 struct PixelFormat struct
37 int redBits;
38 int greenBits;
39 int blueBits;
40 int alphaBits;
42 PixelFormat (int red, int green, int blue, int alpha) in PixelFormat() function
50 PixelFormat (void) in PixelFormat() function
58 static inline int channelThreshold(int bits) in channelThreshold()
78 inline RGBA getColorThreshold (void) const in getColorThreshold()
87 static inline int convertChannel (int val, int bits) in convertChannel()
[all …]
/external/crosvm/media/libvda/src/
Dformat.rs100 pub enum PixelFormat { enum
105 impl PixelFormat { implementation
106 pub(crate) fn new(f: bindings::video_pixel_format_t) -> Result<PixelFormat> { in new()
/external/skia/src/utils/win/
DSkWGL_win.cpp107 struct PixelFormat { struct
108 int fFormat;
109 int fSampleCnt;
110 int fChoosePixelFormatRank;
/external/skia/experimental/graphite/include/mtl/
DMtlTypes.h34 using PixelFormat = unsigned int; variable
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs35 impl TryFrom<Format> for libvda::PixelFormat { implementation
124 fmt: &libvda::PixelFormat, in from_pixel_format()
/external/crosvm/media/libvda/src/decode/
Dsession.rs116 format: PixelFormat, in use_output_buffer()
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h14 enum class PixelFormat : uint32_t { enum
/external/skia/src/core/
DSkVM.h572 struct PixelFormat { struct
577 PixelFormat SkColorType_to_PixelFormat(SkColorType); argument
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp102 struct PixelFormat struct
104 GLenum format; // format name
105 int components; // number of components
106 int componentFormat; // element meaning
107 GLenum attachment; // target buffer
108 InternalFormatBits componentOrder; // zero based element order, -1 for N/A
/external/angle/src/libANGLE/capture/
Dgl_enum_utils_autogen.h145 PixelFormat, enumerator
/external/webrtc/test/scenario/
Dscenario_config.h103 using PixelFormat = FrameGeneratorInterface::OutputType; member
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c11083 OSType PixelFormat; in Qt_QTGetPixelSize() local
11100 OSType PixelFormat; in Qt_QTGetPixelFormatDepthForImageDescription() local