Home
last modified time | relevance | path

Searched defs:FormatMap (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvavideoformat.c32 static struct FormatMap struct
34 GstVideoFormat format;
35 guint va_rtformat;
36 VAImageFormat va_format;
/third_party/ffmpeg/libavcodec/
Damfenc.c65 typedef struct FormatMap { struct
68 } FormatMap; typedef
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h234 using FormatMap = PackedEnumMap<FormatID, T, kNumANGLEFormats>; variable
/third_party/vk-gl-cts/modules/glshared/
DglsFboUtil.hpp160 typedef std::map<ImageFormat, FormatFlags> FormatMap; typedef in deqp::gls::FboUtil::FormatDB
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcInternalformatTests.cpp1800 typedef std::map<GLenum, std::string> FormatMap; in formatToString() typedef
DglcPackedPixelsTests.cpp612 typedef std::map<GLenum, std::string> FormatMap; in getFormatStr() typedef