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

  /external/deqp/modules/gles2/functional/
es2fFboCompletenessTests.cpp 49 // specification. For now, let's assume the unsized formats corresponding to
50 // the color-renderable sized formats are allowed.
127 // \note Only the GLES2+exts subset of formats
166 // the formats
234 // particular combinations of internal formats. If the combination of
235 // formats of the images attached to a framebuffer object are not
289 // exactly one of renderbuffer and texture is supported by vanilla GLES2 formats
299 Formats colorFmts = db.getFormats(COLOR_RENDERABLE);
300 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE);
301 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE)
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
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];
ZipRegistry.h 69 CObjectVector<CFormatOptions> Formats;
LoadCodecs.cpp 45 #define kFormatsFolderName FTEXT("Formats")
414 Formats.Add(item);
517 startSize = Formats.Size();
519 if (startSize != Formats.Size())
550 Formats.Clear();
591 Formats.Add(item);
617 FOR_VECTOR (i, Formats)
619 const CArcInfoEx &arc = Formats[i];
634 FOR_VECTOR (i, Formats)
635 if (Formats[i].FindExtension(ext) >= 0)
    [all...]
OpenArchive.cpp 788 const CArcInfoEx &ai = codecs->Formats[index];
1065 const CArcInfoEx &ai = op.codecs->Formats[formatIndex];
    [all...]
Update.cpp 371 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
532 const CArcInfoEx &arcInfo = codecs->Formats[formatIndex];
1058 errorArcType = codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name;
    [all...]
Extract.cpp 50 if (StringsAreEqualNoCase_Ascii(codecs->Formats[arc0.FormatIndex].Name, "pe"))
419 UString s = L"Can not open the file as [" + codecs->Formats[arc.ErrorFormatIndex].Name + L"] archive\n";
420 s += L"The file is open as [" + codecs->Formats[arc.FormatIndex].Name + L"] archive";
  /external/clang/lib/Format/
FormatToken.cpp 269 Formats.push_back(Format);
277 I = Formats.rbegin(),
278 E = Formats.rend();
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,
glsFboCompletenessTests.cpp 86 // Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8)
319 // formats, at least, should be color-renderable. Still, that cannot be
337 // The depth-renderability of the depth RBO formats is not explicitly
338 // spelled out, but all renderbuffer formats are meant to be renderable.
471 std::set<ImageFormat> formats; local
474 formats.insert(it->second->internalFormat);
476 formats.insert(it->second->internalFormat);
478 if (!formats.empty())
482 for (std::set<ImageFormat>::const_iterator it = formats.begin(); it != formats.end(); ++it
686 Formats formats = m_ctx.getCoreFormats().getFormats(formatFlag(attPoint) | local
878 const Formats& formats = m_ctx.getCoreFormats().getFormats(flags); local
    [all...]
glsFboUtil.cpp 121 Formats FormatDB::getFormats (FormatFlags requirements) const
123 Formats ret;
265 for (const FormatKey* i2 = entryIt->formats.begin(); i2 != entryIt->formats.end(); i2++)
549 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory, const glu::RenderContext& renderCtx)
550 : m_formats (formats)
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /external/mesa3d/docs/OLD/
MESA_packed_depth_stencil.spec 36 packed pixel formats and types which pack both stencil and depth
42 pixel formats? Should we instead provide both:
50 preceeds depth in the 1_15 and 8_24 formats?
52 3. Do we really want the GL_UNSIGNED_SHORT formats?
78 One entry is added to table 3.5 (DrawPixels and ReadPixels formats).
102 Table 3.5: DrawPixels and ReadPixels formats. The third column
106 Add to the description of packed pixel formats:
109 Token Name Type Elements Pixel Formats
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 488 if (codecs->Formats.Size() == 0 &&
539 stdStream << endl << "Formats:" << endl;
544 for (i = 0; i < codecs->Formats.Size(); i++)
546 const CArcInfoEx &arc = codecs->Formats[i];
List.cpp 951 PrintArcTypeError(codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false);
1174 PrintArcTypeError(codecs->Formats[arcLink.NonOpen_ErrorInfo.ErrorFormatIndex].Name, false);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 63 static XF86VideoFormatRec Formats[NUM_FORMATS] = {
690 adapt->pFormats = Formats;
  /external/v8/build/android/play_services/
update.py 414 Formats and checks the download/upload path depending on whether we are
  /external/v8/src/js/
i18n.js     [all...]
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
log_view_painter.js 240 * Formats the parameters for |entry| and writes them to |out|.
  /frameworks/base/docs/html/guide/
guide_toc.cs 436 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
437 <span class="en">Supported Media Formats</span></a>
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc     [all...]
  /external/v8/src/debug/
mirrors.js     [all...]

Completed in 293 milliseconds