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

  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 58 CObjectVector<CFormatOptions> Formats;
LoadCodecs.h 164 CObjectVector<CArcInfoEx> Formats;
190 const CArcInfoEx &ai = Formats[formatIndex];
204 const CArcInfoEx &ai = Formats[formatIndex];
218 for (int i = 0; i < Formats.Size(); i++)
220 const CArcInfoEx &arc = Formats[i];
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/
xorg_xv.c 63 static XF86VideoFormatRec Formats[NUM_FORMATS] = {
690 adapt->pFormats = Formats;
  /external/clang/lib/Format/
FormatToken.h 496 /// \brief Precomputed formats that can be used for this list.
497 SmallVector<ColumnFormat, 4> Formats;
  /external/deqp/modules/glshared/
glsFboUtil.hpp 203 typedef std::set<ImageFormat> Formats;
209 Formats getFormats (FormatFlags requirements) const;
231 Range<FormatKey> formats; member in struct:deqp::gls::FboUtil::FormatExtEntry
433 typedef std::set<ImageFormat> Formats;
438 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 572 milliseconds