Searched defs:PixelFormat (Results 1 – 13 of 13) sorted by relevance
| /external/deqp/framework/common/ |
| D | tcuPixelFormat.hpp | 35 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) : redBits(0), greenBits(0), blueBits(0), alphaBits(0) in PixelFormat() function 54 static inline int channelThreshold(int bits) in channelThreshold() 74 inline RGBA getColorThreshold(void) const in getColorThreshold() 80 static inline int convertChannel(int val, int bits) in convertChannel() [all …]
|
| /external/crosvm/media/libvda/src/ |
| D | format.rs | 101 pub enum PixelFormat { enum 106 impl PixelFormat { impl 107 pub(crate) fn new(f: bindings::video_pixel_format_t) -> Result<PixelFormat> { in new()
|
| /external/skia/tools/gpu/gl/win/ |
| D | SkWGL_win.cpp | 105 struct PixelFormat { struct 106 int fFormat; 107 int fSampleCnt; 108 int fChoosePixelFormatRank;
|
| /external/crosvm/devices/src/virtio/video/decoder/backend/ |
| D | vda.rs | 47 impl TryFrom<Format> for libvda::PixelFormat { implementation 138 fmt: &libvda::PixelFormat, in from_pixel_format()
|
| /external/crosvm/media/libvda/src/decode/ |
| D | session.rs | 121 format: PixelFormat, in use_output_buffer()
|
| /external/libkmsxx/kms++/inc/kms++/ |
| D | pixelformats.h | 14 enum class PixelFormat : uint32_t { enum
|
| /external/deqp/external/openglcts/modules/common/ |
| D | glcPackedPixelsTests.cpp | 103 struct PixelFormat struct 105 GLenum format; // format name 106 int components; // number of components 107 int componentFormat; // element meaning 108 GLenum attachment; // target buffer 109 InternalFormatBits componentOrder; // zero based element order, -1 for N/A
|
| /external/angle/src/common/ |
| D | gl_enum_utils_autogen.h | 124 PixelFormat, enumerator 336 PixelFormat, enumerator
|
| /external/perfetto/protos/perfetto/trace/android/ |
| D | surfaceflinger_transactions.proto | 234 enum PixelFormat { enum
|
| /external/webrtc/test/scenario/ |
| D | scenario_config.h | 104 using PixelFormat = FrameGeneratorInterface::OutputType; member
|
| /external/python/cpython2/Mac/Modules/qt/ |
| D | _Qtmodule.c | 11083 OSType PixelFormat; in Qt_QTGetPixelSize() local 11100 OSType PixelFormat; in Qt_QTGetPixelFormatDepthForImageDescription() local
|
| /external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/ |
| D | perfetto_trace.proto | 5727 enum PixelFormat { enum
|
| /external/perfetto/protos/perfetto/trace/ |
| D | perfetto_trace.proto | 5679 enum PixelFormat { enum
|