Home
last modified time | relevance | path

Searched defs:PixelFormat (Results 1 – 11 of 11) 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() argument
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.rs101 pub enum PixelFormat { enum
106 impl PixelFormat { implementation
107 pub(crate) fn new(f: bindings::video_pixel_format_t) -> Result<PixelFormat> { in new()
/external/skia/src/utils/win/
DSkWGL_win.cpp105 struct PixelFormat { struct
106 int fFormat;
107 int fSampleCnt;
108 int fChoosePixelFormatRank;
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dvda.rs47 impl TryFrom<Format> for libvda::PixelFormat { implementation
138 fmt: &libvda::PixelFormat, in from_pixel_format()
/external/crosvm/media/libvda/src/decode/
Dsession.rs121 format: PixelFormat, in use_output_buffer()
/external/libkmsxx/kms++/inc/kms++/
Dpixelformats.h14 enum class PixelFormat : uint32_t { enum
/external/skia/src/core/
DSkVM.h569 struct PixelFormat { struct
574 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/common/
Dgl_enum_utils_autogen.h123 PixelFormat, enumerator
335 PixelFormat, enumerator
/external/webrtc/test/scenario/
Dscenario_config.h104 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