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

<<61626364656667686970>>

  /external/deqp/modules/gles2/functional/
es2fTextureMipmapTests.cpp 1094 } formats[] = local
    [all...]
es2fNegativeTextureApiTests.cpp     [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 33 * A concrete subclass of {@link NumberFormat} that formats decimal numbers. It
184 * {@code "'#'#"} formats 123 to {@code "#123"}. To create a single quote
272 * they differ. For example, the pattern &quot;#,##,###&quot; formats the number
295 * formats that do not use <a href="#sci">scientific notation</a> or <a
340 * indicates scientific notation. Example: "0.###E0" formats the number 1234 as
348 * exponent and the digits: "0.###E+0" will produce formats "1E+1", "1E+0",
436 * formats the number 0.1203 as {@code "0.12"}.
467 * {@code "$*x#,##0.00"} formats 123 to {@code "$xx123.00"}, and 1234 to
647 * Formats the specified object using the rules of this decimal format and
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 16 package com.android.cts.verifier.camera.formats;
57 * Tests for manual verification of the CDD-required camera output formats
345 // Get preview formats, removing duplicates
482 // Filter out currently untestable formats
606 formatSet.size(); // unique formats
  /dalvik/opcode-gen/
bytecode.txt 20 # series of instruction formats that all take (potentially) compatible
22 # preferable) of formats, when more than one opcode could be used for
26 # three- register formats. This is because some of the two-register
30 # Regular formats
43 # Optimized formats
opcode-gen.awk 198 emission == "libdex-formats" {
343 formats[parts[1]] = line;
387 # formats to try.
  /external/chromium_org/native_client_sdk/doc_generated/pepper_beta/cpp/
classpp_1_1_image_data.html 155 <tr><td class="paramdir">[in]</td><td class="paramname">format</td><td>A PP_ImageDataFormat containing desired image format. PP_ImageDataFormat is an enumeration of the different types of image data formats. Refer to <a href="../c/ppb__image__data_8h.html"><code>ppb_image_data.h</code></a> for further information.</td></tr>
212 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
236 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
279 <p>Note: <code>PP_IMAGEDATAFORMAT_BGRA_PREMUL</code> and <code>PP_IMAGEDATAFORMAT_RGBA_PREMUL</code> formats are always supported. Other image formats do not make this guarantee, and should be checked first with <a class="el" href="classpp_1_1_image_data.html#a9be445247d64ddaad4b6623021db7232" title="IsImageDataFormatSupported() returns true if the supplied format is supported by the browser...">IsImageDataFormatSupported()</a> before using.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_dev/cpp/
classpp_1_1_image_data.html 155 <tr><td class="paramdir">[in]</td><td class="paramname">format</td><td>A PP_ImageDataFormat containing desired image format. PP_ImageDataFormat is an enumeration of the different types of image data formats. Refer to <a href="../c/ppb__image__data_8h.html"><code>ppb_image_data.h</code></a> for further information.</td></tr>
212 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
236 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
279 <p>Note: <code>PP_IMAGEDATAFORMAT_BGRA_PREMUL</code> and <code>PP_IMAGEDATAFORMAT_RGBA_PREMUL</code> formats are always supported. Other image formats do not make this guarantee, and should be checked first with <a class="el" href="classpp_1_1_image_data.html#a9be445247d64ddaad4b6623021db7232" title="IsImageDataFormatSupported() returns true if the supplied format is supported by the browser...">IsImageDataFormatSupported()</a> before using.</p>
  /external/chromium_org/native_client_sdk/doc_generated/pepper_stable/cpp/
classpp_1_1_image_data.html 155 <tr><td class="paramdir">[in]</td><td class="paramname">format</td><td>A PP_ImageDataFormat containing desired image format. PP_ImageDataFormat is an enumeration of the different types of image data formats. Refer to <a href="../c/ppb__image__data_8h.html"><code>ppb_image_data.h</code></a> for further information.</td></tr>
212 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
236 <p>This function is used retrieve the address of the given pixel for 32-bit pixel formats. </p>
279 <p>Note: <code>PP_IMAGEDATAFORMAT_BGRA_PREMUL</code> and <code>PP_IMAGEDATAFORMAT_RGBA_PREMUL</code> formats are always supported. Other image formats do not make this guarantee, and should be checked first with <a class="el" href="classpp_1_1_image_data.html#a9be445247d64ddaad4b6623021db7232" title="IsImageDataFormatSupported() returns true if the supplied format is supported by the browser...">IsImageDataFormatSupported()</a> before using.</p>
  /external/chromium_org/third_party/icu/source/i18n/unicode/
plurfmt.h 318 * Formats a plural message for a given number.
332 * Formats a plural message for a given number.
346 * Formats a plural message for a given number.
367 * Formats a plural message for a given number.
451 * Formats a plural message for a number taken from a Formattable object.
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
context.rst 88 formats, that is formats that have matching component order and sizes.
433 formats, i.e., formats for which copying the bytes from the source resource
439 one. Their formats must match. This function must be present if a driver
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texstore.c 258 * When promoting texture formats (see below) we need to compute the
386 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
495 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
626 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
796 * For 1-byte/pixel formats (or 8_8_8_8 packed formats), return a
817 * For 1-byte/pixel formats (or 8_8_8_8 packed formats), return a
974 * texture formats are MESA_FORMAT_ARGB888, ARGB4444, RGB565.
    [all...]
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 88 // Clamped formats, GLES3-style conversion: max{c / (2^(b-1) - 1), -1 }
103 // Scaled formats, GLES2-style conversion: (2c + 1) / (2^b - 1)
196 // Clamped formats, GLES3-style conversion: max{c / (2^(b-1) - 1), -1 }
212 // Scaled formats, GLES2-style conversion: (2c + 1) / (2^b - 1)
473 // Packed formats
  /external/icu/icu4c/source/i18n/
measfmt.cpp 63 // Formats like H:mm
66 // formats like M:ss
69 // formats like H:mm:ss
747 // Formats hours-minutes-seconds as 5:37:23 or similar.
812 // Formats time like 5:37:23
  /external/icu/icu4c/source/i18n/unicode/
plurfmt.h 318 * Formats a plural message for a given number.
332 * Formats a plural message for a given number.
346 * Formats a plural message for a given number.
367 * Formats a plural message for a given number.
451 * Formats a plural message for a number taken from a Formattable object.
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AsYouTypeFormatter.java 29 * A formatter which formats phone numbers as they are entered.
149 // When there are multiple available formats, the formatter uses the first format where a
255 // Formats the number according to numberFormat
289 * Formats a phone number on-the-fly as each digit is entered.
292 * allowed, but as soon as they are encountered this method formats the number as entered and
  /external/lldb/www/
formats.html 6 <title>LLDB Stack and Frame Formats</title>
208 <h1 class ="postheader">Making Your Own Formats</h1>
223 <p>When making thread formats, you will need surround any
254 <p>For both thread and frame formats, you can use ${target.script:<i>python_func</i>}, ${process.script:<i>python_func</i>} and ${thread.script:<i>python_func</i>}
255 (and of course ${frame.script:<i>python_func</i>} for frame formats)<br/>
  /external/mesa3d/src/gallium/docs/source/
context.rst 88 formats, that is formats that have matching component order and sizes.
433 formats, i.e., formats for which copying the bytes from the source resource
439 one. Their formats must match. This function must be present if a driver
  /external/mesa3d/src/mesa/main/
texstore.c 258 * When promoting texture formats (see below) we need to compute the
386 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
495 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
626 /* we only promote up to RGB, RGBA and LUMINANCE_ALPHA formats for now */
796 * For 1-byte/pixel formats (or 8_8_8_8 packed formats), return a
817 * For 1-byte/pixel formats (or 8_8_8_8 packed formats), return a
974 * texture formats are MESA_FORMAT_ARGB888, ARGB4444, RGB565.
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/Xv/
Xv.c 210 pa->formats = (SDL_NAME(XvFormat) *)NULL;
240 /* GET FORMATS */
260 pa->formats = pfs;
294 if (pa->formats)
296 Xfree(pa->formats);
  /hardware/qcom/display/msm8960/liboverlay/
overlayUtils.h 453 /* possible formats for 3D content*/
510 static const char* const formats[] = { local
543 if(format < 0 || format >= (int)(sizeof(formats) / sizeof(formats[0]))) {
547 return formats[format];
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html 225 <li>mesa: include mfeatures.h in formats.c</li>
255 <li>mesa: fix assertions to handle srgb formats</li>
340 <li>mesa: new glDrawPixels error check for integer formats</li>
346 <li>mesa: added cases for GL_EXT_texture_integer formats</li>
348 <li>st/mesa: add format selection for signed/unsigned integer formats</li>
392 <li>mesa: additional integer formats in _mesa_bytes_per_pixel()</li>
426 <li>mesa: add missing formats in _mesa_format_to_type_and_comps()</li>
    [all...]
  /external/mesa3d/docs/
relnotes-7.10.html 225 <li>mesa: include mfeatures.h in formats.c</li>
255 <li>mesa: fix assertions to handle srgb formats</li>
340 <li>mesa: new glDrawPixels error check for integer formats</li>
346 <li>mesa: added cases for GL_EXT_texture_integer formats</li>
348 <li>st/mesa: add format selection for signed/unsigned integer formats</li>
392 <li>mesa: additional integer formats in _mesa_bytes_per_pixel()</li>
426 <li>mesa: add missing formats in _mesa_format_to_type_and_comps()</li>
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 370 // gather all supported video formats
382 // limit to CDD-required formats for now
409 // limit to CDD-required formats for now
  /device/asus/flo/camera/QCamera2/stack/common/
cam_intf.h 137 /* supported preview formats */
141 /* supported picture formats */
252 /* supported formats */

Completed in 1716 milliseconds

<<61626364656667686970>>