HomeSort by relevance Sort by last modified time
    Searched full:formats (Results 1151 - 1175 of 4480) sorted by null

<<41424344454647484950>>

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 33 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
433 * Also, no easy way of querying supported formats if the screen
436 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
438 formats[i],
453 templat.format = formats[i];
gs-test.c 35 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
497 * Also, no easy way of querying supported formats if the screen
500 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
502 formats[i],
517 templat.format = formats[i];
  /external/chromium_org/v8/test/mjsunit/
date-parse.js 28 // Test that we can parse dates in all the different formats that we
31 // These formats are all supported by KJS but a lot of them are not
59 // Test all the formats in UT timezone.
131 // I'll assume that we can handle the same formats as for UT and only
132 // test a few formats for each of the timezones.
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 388 addChild((unsizedGroup = new tcu::TestCaseGroup(m_testCtx, "unsized", "Unsized formats")));
389 addChild((sizedGroup = new tcu::TestCaseGroup(m_testCtx, "sized", "Sized formats")));
390 addChild((sizedBufferGroup = new tcu::TestCaseGroup(m_testCtx, "buffer", "Sized formats (Buffer)")));
393 sizedGroup->addChild((sizedCubeArrayGroup = new tcu::TestCaseGroup(m_testCtx, "cube_array", "Sized formats (2D Array)")));
486 // Depth and stencil formats
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 33 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
433 * Also, no easy way of querying supported formats if the screen
436 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
438 formats[i],
453 templat.format = formats[i];
gs-test.c 35 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
497 * Also, no easy way of querying supported formats if the screen
500 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
502 formats[i],
517 templat.format = formats[i];
  /external/tcpdump/
decnet.h 62 * Define long and short header formats.
96 * 1. Data packet formats.
113 * 2. Control packet formats.
151 * Define control message formats.
363 * NSP message formats.
  /hardware/qcom/display/msm8084/liboverlay/
overlayUtils.cpp 150 // MDSS support following RGB tile formats
151 // 32 bit formats
152 // 16 bit formats
177 //Refer to graphics.h, gralloc_priv.h, msm_mdp.h for formats.
395 // For all side by side formats, set the output
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 345 if(frmt->iPixelType != PFD_TYPE_RGBA) return NULL; // other formats are not supported yet
347 if( 0 != (frmt->dwFlags & (PFD_GENERIC_FORMAT | PFD_NEED_PALETTE )) ) return NULL; //discard generic pixel formats as well as pallete pixel formats
416 //quering num of formats
419 //inserting rest of formats
  /system/core/libpixelflinger/
buffer.cpp 67 const GGLFormat& pixelFormat(c->formats[dst->format]);
116 const GGLFormat* f = &(c->formats[s->format]);
173 const GGLFormat* f = &(c->formats[s->format]);
183 // destinations L formats don't have G or B
260 const GGLFormat* f = &(c->formats[format]);
  /external/chromium_org/third_party/freetype/include/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
495 /* big_metrics :: For index formats 2 and 5. This is the big */
498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
501 /* glyph_offsets :: For index formats 1 and 3. */
503 /* glyph_codes :: For index formats 4 and 5. */
    [all...]
  /external/freetype/include/internal/
tttypes.h 561 /* image_size :: For index formats 2 and 5. This is the size in */
564 /* big_metrics :: For index formats 2 and 5. This is the big *
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
495 /* big_metrics :: For index formats 2 and 5. This is the big */
498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
501 /* glyph_offsets :: For index formats 1 and 3. */
503 /* glyph_codes :: For index formats 4 and 5. */
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
tttypes.h 492 /* image_size :: For index formats 2 and 5. This is the size in */
495 /* big_metrics :: For index formats 2 and 5. This is the big */
498 /* num_glyphs :: For index formats 4 and 5. This is the number of */
501 /* glyph_offsets :: For index formats 1 and 3. */
503 /* glyph_codes :: For index formats 4 and 5. */
    [all...]
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 33 * The abstract base class for all number formats. This class provides the
35 * provides methods for determining which locales have number formats, and what
128 * Number formats are generally not synchronized. It is recommended to create
206 * Formats the specified double using the rules of this number format.
217 * Formats the specified double value as a string using the pattern of this
238 * Formats the specified long using the rules of this number format.
249 * Formats the specified long value as a string using the pattern of this
270 * Formats a number into a supplied buffer.
525 * Indicates whether this number format formats and parses numbers using a
611 * Sets whether this number format formats and parses numbers using
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
ItsService.java 732 private void prepareCaptureReader(int[] widths, int[] heights, int formats[], int numSurfaces) {
742 mCaptureReaders[i] = ImageReader.newInstance(widths[i], heights[i], formats[i],
756 int formats[] = new int[1];
759 formats[0] = ImageFormat.YUV_420_888;
763 prepareCaptureReader(widths, heights, formats, 1);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/unicode/
msgfmt.h 24 * \brief C++ API: Formats messages in a language-neutral way.
498 * memory cannot be allocated, then the formats will be deleted
501 * <p>If this format uses named arguments, the new formats are discarded
517 * <p>If this format uses named arguments, the new formats are discarded
531 * If the number is over the number of formats already set,
546 * If the number is over the number of formats already set,
628 * Formats the given array of arguments into a user-readable string.
651 * Formats the given array of arguments into a user-readable string
674 * Formats the given array of arguments into a user-readable
699 * Formats the given array of arguments into a user-defined argument nam
    [all...]
datefmt.h 117 * to produce a DateFormat that formats both date and time. You can pass in
217 * Equality operator. Returns true if the two formats have the same behavior.
264 * Formats a date into a date/time string. This is an abstract method which
301 * Formats a date into a date/time string. Subclasses should implement this method.
323 * Formats a UDate into a date/time string.
354 * Formats a UDate into a date/time string.
371 * Formats a UDate into a date/time string. If there is a problem, you won't
398 * Note that the normal date formats associated with some calendars - such
461 * Note that the normal date formats associated with some calendars - such
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 24 * \brief C++ API: Formats messages in a language-neutral way.
498 * memory cannot be allocated, then the formats will be deleted
501 * <p>If this format uses named arguments, the new formats are discarded
517 * <p>If this format uses named arguments, the new formats are discarded
531 * If the number is over the number of formats already set,
546 * If the number is over the number of formats already set,
628 * Formats the given array of arguments into a user-readable string.
651 * Formats the given array of arguments into a user-readable string
674 * Formats the given array of arguments into a user-readable
699 * Formats the given array of arguments into a user-defined argument nam
    [all...]
  /external/qemu/android/camera/
camera-format-converters.c 336 * Generic converters between YUV and RGB formats
352 * makes sence only for 24-bit formats, since 16, and 32 bit formats provide
361 * YUV formats that can be abstracted through a descriptor:
376 * This type is used to encode YUV 4:2:2 formats.
387 * This type is used to encode 4:2:0 formats.
398 * This type is also used to encode 4:2:0 formats.
413 * converter to the BAYER formats, only from it. The color approximation used in
500 * - For fully interleaved YUV formats contains offset of the first U value
    [all...]
  /external/llvm/docs/CommandGuide/
lit.rst 207 The test failed, but that is expected. This is used for test formats which allow
228 The test is not supported in this environment. This is used by test formats
268 the builtin test formats, global configuration parameters, and other helper
283 format available from the *lit.formats* module.
295 **suffixes** For **lit** test formats which scan directories for tests, this
298 **substitutions** For **lit** test formats which substitute variables into a test
334 an actual file on disk; some test formats (such as *GoogleTest*) define
  /frameworks/base/media/java/android/media/
ImageReader.java 39 * sizes and formats that can be used with each source vary, and should be
77 * <p>The valid sizes and formats depend on the source of the image
88 * not all formats is supported, like ImageFormat.NV21.
162 * <p>Some color formats may be overridden by the producer sending buffers to
459 * Only a subset of the formats defined in
462 * ImageReader. When reading RGB data from a surface, the formats defined in
465 * decoder), formats from {@link android.graphics.ImageFormat ImageFormat}
  /external/chromium_org/third_party/angle/src/libGLESv2/
formatutils.cpp 7 // formatutils.cpp: Queries for GL image formats.
198 // Information about internal formats
520 const InternalFormatInfoMap &formats = GetInternalFormatMap(); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
msfmrgts.cpp 173 * More robust message formats.
333 UnicodeString formats [] = { local
337 int32_t formats_length = (int32_t)(sizeof(formats)/sizeof(formats[0]));
339 ChoiceFormat *cf = new ChoiceFormat(limits, formats, formats_length);
364 UnicodeString formats [] = {
369 // cf = new ChoiceFormat(limits, formats, 3);
389 UnicodeString formats [] = { local
394 ChoiceFormat *cf = new ChoiceFormat(limits, formats, 3);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
xm_api.c 384 enum pipe_format formats[8], fmt; local
390 formats[count++] = PIPE_FORMAT_Z16_UNORM;
393 formats[count++] = PIPE_FORMAT_X8Z24_UNORM;
394 formats[count++] = PIPE_FORMAT_Z24X8_UNORM;
397 formats[count++] = PIPE_FORMAT_S8_UINT_Z24_UNORM;
398 formats[count++] = PIPE_FORMAT_Z24_UNORM_S8_UINT;
401 formats[count++] = PIPE_FORMAT_Z32_UNORM;
406 if (xmdpy->screen->is_format_supported(xmdpy->screen, formats[i],
409 fmt = formats[i];
    [all...]

Completed in 803 milliseconds

<<41424344454647484950>>