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

1 2

  /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.
154 // particular combinations of internal formats. If the combination of
155 // formats of the images attached to a framebuffer object are not
209 // exactly one of renderbuffer and texture is supported by vanilla GLES2 formats
219 Formats colorFmts = db.getFormats(COLOR_RENDERABLE);
220 Formats depthFmts = db.getFormats(DEPTH_RENDERABLE);
221 Formats stencilFmts = db.getFormats(STENCIL_RENDERABLE);
229 for (Formats::const_iterator col = colorFmts.begin(); col != colorFmts.end(); col++)
233 for (Formats::const_iterator dep = depthFmts.begin(); dep != depthFmts.end(); dep++
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
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];
LoadCodecs.cpp 49 #define kFormatsFolderName TEXT("Formats")
289 Formats.Add(item);
385 startSize = Formats.Size();
387 used = used || (Formats.Size() != startSize);
425 Formats.Clear();
443 Formats.Add(item);
464 for (int i = 0; i < Formats.Size(); i++)
466 const CArcInfoEx &arc = Formats[i];
479 for (int i = 0; i < Formats.Size(); i++)
480 if (Formats[i].FindExtension(ext) >= 0)
    [all...]
ZipRegistry.h 58 CObjectVector<CFormatOptions> Formats;
OpenArchive.cpp 130 for (i = 0; i < codecs->Formats.Size(); i++)
131 if (codecs->Formats[i].FindExtension(extension) >= 0)
168 const CArcInfoEx &ai = codecs->Formats[orderIndices[i]];
189 const CArcInfoEx &ai = codecs->Formats[index];
230 const CArcInfoEx &ai = codecs->Formats[index];
285 // OutputDebugStringW(codecs->Formats[FormatIndex].Name);
311 const CArcInfoEx &format = codecs->Formats[FormatIndex];
Update.cpp 264 const CArcInfoEx &arcInfo = codecs->Formats[MethodMode.FormatIndex];
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 93 // Same as ES2 RBO formats, plus RGBA8 (even without OES_rgb8_rgba8)
329 // formats, at least, should be color-renderable. Still, that cannot be
347 // The depth-renderability of the depth RBO formats is not explicitly
348 // spelled out, but all renderbuffer formats are meant to be renderable.
512 Formats formats = m_ctx.getMinFormats().getFormats(formatFlag(attPoint) | local
514 Formats::const_iterator it = formats.begin();
515 if (it == formats.end())
517 formats = m_ctx.getCtxFormats().getFormats(formatFlag(attPoint)
704 const Formats& formats = m_ctx.getMinFormats().getFormats(flags); local
    [all...]
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,
glsFboUtil.cpp 74 Formats FormatDB::getFormats (FormatFlags requirements) const
76 Formats ret;
121 for (const FormatKey* i2 = it->formats.begin(); i2 != it->formats.end(); i2++)
371 FboVerifier::FboVerifier (const FormatDB& formats, CheckerFactory& factory)
372 : m_formats (formats)
  /external/clang/lib/Format/
FormatToken.cpp 226 Formats.push_back(Format);
234 I = Formats.rbegin(),
235 E = Formats.rend();
FormatToken.h 496 /// \brief Precomputed formats that can be used for this list.
497 SmallVector<ColumnFormat, 4> Formats;
  /external/chromium_org/chrome/browser/resources/chromeos/
provided_file_systems.js 9 * Formats size to a human readable form.
64 * Formats time to a hh:mm:ss.xxxx format.
76 * Formats size to a human readable form.
85 * Formats a boolean value to human-readable form.
97 * Formats execution time to human-readable form.
152 * Formats size to a human readable form.
  /external/lzma/CPP/7zip/UI/Console/
Main.cpp 237 if (codecs->Formats.Size() == 0 &&
249 stdStream << endl << "Formats:" << endl;
251 for (i = 0; i < codecs->Formats.Size(); i++)
253 const CArcInfoEx &arc = codecs->Formats[i];
List.cpp 508 PrintPropPair(L"Type", codecs->Formats[arc.FormatIndex].Name);
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 160 * Formats a message, treating '#' with special meaning representing
176 * Formats a message, treating '#' as literary character.
192 * Formats a message.
279 * Formats simple placeholder.
302 * Formats select block. Only one option is selected.
333 * Formats plural or selectordinal block. Only one option is selected and all #
  /external/chromium_org/chrome/browser/resources/translate_internals/
translate_internals.js 96 * Formats the language name to a human-readable text. For example, if
113 * Formats the error type to a human-readable text.
273 * Formats |date| as a Date object into a string. The format is like
  /external/chromium_org/extensions/renderer/resources/
uncaught_exception_handler.js 91 * Formats the error message and invokes the error handler.
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-resource-browser.js 173 * Formats the given array into a human readable, English string, ala
  /external/chromium_org/third_party/mesa/src/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/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/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/mesa3d/src/gallium/state_trackers/xorg/
xorg_xv.c 63 static XF86VideoFormatRec Formats[NUM_FORMATS] = {
690 adapt->pFormats = Formats;
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 235 * Formats the parameters for |entry| and writes them to |out|.
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 378 * Formats external drive.
  /frameworks/base/docs/html/guide/
guide_toc.cs 382 <li><a href="<?cs var:toroot ?>guide/appendix/media-formats.html">
383 <span class="en">Supported Media Formats</span></a>

Completed in 667 milliseconds

1 2