Home
last modified time | relevance | path

Searched refs:Formats (Results 1 – 25 of 91) sorted by relevance

1234

/external/deqp/modules/gles2/functional/
Des2fFboCompletenessTests.cpp299 Formats colorFmts = db.getFormats(COLOR_RENDERABLE); in iterate()
300 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE); in iterate()
301 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE); in iterate()
309 for (Formats::const_iterator col = colorFmts.begin(); col != colorFmts.end(); col++) in iterate()
313 for (Formats::const_iterator dep = depthFmts.begin(); dep != depthFmts.end(); dep++) in iterate()
317 for (Formats::const_iterator stc = stencilFmts.begin(); in iterate()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h284 CObjectVector<CArcInfoEx> Formats; variable
309 return formatIndex < 0 ? L"#" : (const wchar_t *)Formats[formatIndex].Name; in GetFormatNamePtr()
359 const CArcInfoEx &ai = Formats[formatIndex]; in CreateInArchive()
378 const CArcInfoEx &ai = Formats[formatIndex]; in CreateOutArchive()
396 FOR_VECTOR (i, Formats) in FindOutFormatFromName()
398 const CArcInfoEx &arc = Formats[i]; in FindOutFormatFromName()
DLoadCodecs.cpp464 Formats.Add(item); in LoadFormats()
526 startSize = Formats.Size(); in LoadDll()
528 if (startSize != Formats.Size()) in LoadDll()
585 Formats.Clear(); in Load()
627 Formats.Add(item); in Load()
687 FOR_VECTOR (i, Formats) in FindFormatForArchiveName()
689 const CArcInfoEx &arc = Formats[i]; in FindFormatForArchiveName()
704 FOR_VECTOR (i, Formats) in FindFormatForExtension()
705 if (Formats[i].FindExtension(ext) >= 0) in FindFormatForExtension()
712 FOR_VECTOR (i, Formats) in FindFormatForArchiveType()
[all …]
DOpenArchive.cpp995 const CArcInfoEx &ai = codecs->Formats[index]; in MakeCheckOrder()
1283 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1301 const CArcInfoEx &ai = op.codecs->Formats[formatIndex]; in PrepareToOpen()
1560 if (StringsAreEqualNoCase_Ascii(codecs->Formats[orderIndices[i]].Name, name)) in FindFormatForArchiveType()
1599 CBoolArr isMainFormatArr(op.codecs->Formats.Size()); in OpenStream2()
1601 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2()
1665 FOR_VECTOR (i, op.codecs->Formats) in OpenStream2()
1667 const CArcInfoEx &ai = op.codecs->Formats[i]; in OpenStream2()
1816 CBoolArr skipFrontalFormat(op.codecs->Formats.Size()); in OpenStream2()
1818 FOR_VECTOR(i, op.codecs->Formats) in OpenStream2()
[all …]
DZipRegistry.h69 CObjectVector<CFormatOptions> Formats; member
/external/deqp/modules/glshared/
DglsFboCompletenessTests.cpp692 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | in getDefaultFormat()
694 Formats::const_iterator it = formats.begin(); in getDefaultFormat()
884 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); in makeDepthAndStencil()
885 Formats::const_iterator it = formats.begin(); in makeDepthAndStencil()
990 const Formats rboFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
991 const Formats texFmts = m_allFormats.getFormats(ANY_FORMAT); in createRenderableTests()
998 for (Formats::const_iterator it2 = rboFmts.begin(); it2 != rboFmts.end(); it2++) in createRenderableTests()
1005 for (Formats::const_iterator it2 = texFmts.begin(); it2 != texFmts.end(); it2++) in createRenderableTests()
DglsFboUtil.hpp138 typedef std::set<ImageFormat> Formats; typedef
146 Formats getFormats (FormatFlags requirements) const;
424 typedef std::set<ImageFormat> Formats; typedef
/external/llvm/lib/Target/Mips/
DMipsEVAInstrFormats.td1 //===- MipsEVAInstrFormats.td - Mips Instruction Formats ---*- tablegen -*-===//
57 // Encoding Formats
DMicroMips64r6InstrFormats.td1 //=- MicroMips64r6InstrFormats.td - Instruction Formats -*- tablegen -* -=//
DMips32r6InstrFormats.td1 //=- Mips32r6InstrFormats.td - Mips32r6 Instruction Formats -*- tablegen -*-==//
172 // Encoding Formats
/external/clang/lib/Format/
DFormatToken.cpp280 Formats.push_back(Format); in precomputeFormattingInfos()
288 I = Formats.rbegin(), in getColumnFormat()
289 E = Formats.rend(); in getColumnFormat()
/external/mesa3d/src/gallium/docs/source/
Dformat.rst1 Formats in gallium
48 Formats used in video playback are named by their FOURCC code.
/external/python/cpython3/Doc/library/
Dfileformats.rst4 File Formats
/external/python/cpython2/Doc/library/
Dfileformats.rst5 File Formats
/external/libyuv/files/docs/
Dformats.md3 Formats (FOURCC) supported by libyuv are detailed here.
5 # Core Formats
11 # OSX Core Media Pixel Formats
/external/llvm/lib/Target/BPF/
DBPFInstrFormats.td1 //===-- BPFInstrFormats.td - BPF Instruction Formats -------*- tablegen -*-===//
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
DPTXInstrFormats.td1 //===- PTXInstrFormats.td - PTX Instruction Formats ----------*- tblgen -*-===//
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrFormats.td1 //===- NVPTXInstrFormats.td - NVPTX Instruction Formats-------*- tblgen -*-===//
/external/mesa3d/src/gallium/docs/source/cso/
Dvelems.rst10 Input Formats
/external/lzma/CPP/7zip/UI/Console/
DMain.cpp574 if (codecs->Formats.Size() == 0 && in Main2()
645 for (i = 0; i < codecs->Formats.Size(); i++) in Main2()
647 const CArcInfoEx &arc = codecs->Formats[i]; in Main2()
/external/wycheproof/doc/
Decdh.md43 * use point compression. Formats such as X509EncodedKeySpec
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DSparcInstrFormats.td1 //===- SparcInstrFormats.td - Sparc Instruction Formats ----*- tablegen -*-===//
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreInstrFormats.td1 //===- XCoreInstrFormats.td - XCore Instruction Formats ----*- tablegen -*-===//
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrFormats.td1 //=- WebAssemblyInstrFormats.td - WebAssembly Instr. Formats -*- tablegen -*-=//
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
DSystemZInstrFormats.td1 //===- SystemZInstrFormats.td - SystemZ Instruction Formats ----*- tablegen -*-===//

1234