HomeSort by relevance Sort by last modified time
    Searched defs:Formats (Results 1 - 5 of 5) sorted by null

  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 69 CObjectVector<CFormatOptions> Formats;
LoadCodecs.h 198 CObjectVector<CArcInfoEx> Formats;
206 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name;
253 const CArcInfoEx &ai = Formats[formatIndex];
272 const CArcInfoEx &ai = Formats[formatIndex];
289 FOR_VECTOR (i, Formats)
291 const CArcInfoEx &arc = Formats[i];
  /external/clang/lib/Format/
FormatToken.h 518 /// \brief Precomputed formats that can be used for this list.
519 SmallVector<ColumnFormat, 4> Formats;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 138 typedef std::set<ImageFormat> Formats;
146 Formats getFormats (FormatFlags requirements) const;
179 Range<FormatKey> formats; member in struct:deqp::gls::FboUtil::FormatExtEntry
424 typedef std::set<ImageFormat> Formats;
429 FboVerifier (const FormatDB& formats,
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 63 static XF86VideoFormatRec Formats[NUM_FORMATS] = {
690 adapt->pFormats = Formats;

Completed in 292 milliseconds