/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 522 def generate_swizzle(formats, dst_channel, dst_native_type, dst_suffix): 525 for format in formats: 537 for format in formats: 559 def generate_unswizzle(formats, src_channel, src_native_type, src_suffix): 562 for format in formats: 575 for format in formats: 598 formats = [] 600 formats.extend(parse(arg)) 649 generate_swizzle(formats, channel, native_type, suffix) 650 generate_unswizzle(formats, channel, native_type, suffix [all...] |
/frameworks/base/docs/html/training/multiple-apks/ |
texture.jd | 43 <p>When developing your Android application to take advantage of multiple APKs on Google Play, it?s important to adopt some good practices from the get-go, and prevent unnecessary headaches further into the development process. This lesson shows you how to create multiple APKs of your app, each supporting a different subset of OpenGL texture formats. You will also gain some tools necessary to make maintaining a multiple APK codebase as painless as possible.</p> 56 formats at runtime</a>. Depending on your situation, it might be easier to bundle all formats with 80 particular texture formats. Note that it?s generally a good idea for one of your APKs to support 85 order of preference. Create a chart including all the formats that your application is going to 102 "red", instead of "The one that supports ETC1 texture formats", etc.</p> 167 <li>If <em>any</em> of the texture formats listed in your APK are supported by the device on market, 172 instance, be <em>very</em> careful about using different GL formats in the same application. If you 174 would necessarily indicate support for both formats. A device that <em>only</em> supported ETC1 206 <p> Assuming that PowerVR and ATI formats are both preferred over ETC1 when available, tha [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
opengl.jd | 243 compression formats, you must declare the formats your application supports in your manifest file 246 formats, see <a href="#textures">Texture compression support</a>. 516 investigate other texture compression formats available on your target devices.</p> 518 <p>The ETC2/EAC texture compression formats are guaranteed to be available when using the OpenGL ES 522 <p>Beyond the ETC formats, Android devices have varied support for texture compression based on 525 support. In order to determine what texture formats are supported on a given device, you must <a 527 which identify what texture compression formats (and other OpenGL features) are supported by the 528 device. Some commonly supported texture compression formats are as follows:</p> 567 <p class="warning"><strong>Warning:</strong> These texture compression formats are <em>no [all...] |
/device/lge/hammerhead/original-kernel-headers/sound/ |
compress_params.h | 148 /* AAC formats are required for encoders and decoders */ 314 * @num: serial number, valid only for OGG formats 369 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines 392 __u32 formats; member in struct:snd_codec_desc 417 * Only required for PCM or IEC formats.
|
/external/chromium_org/chrome/browser/ui/views/ |
menu_view_drag_and_drop_test.cc | 75 int* formats, 114 int* formats, std::set<OSExchangeData::CustomFormat>* custom_formats) { 115 *formats = ui::OSExchangeData::STRING; 166 int* formats, 221 int* formats, 223 *formats = ui::OSExchangeData::STRING;
|
/external/chromium_org/media/video/capture/linux/ |
video_capture_device_linux.cc | 43 // V4L2 color formats VideoCaptureDeviceLinux support. 73 // This function translates Video4Linux pixel formats to Chromium pixel formats, 231 // Get supported video formats in preferred order. 232 // For large resolutions, favour mjpeg over raw formats. 240 // Enumerate image formats.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 75 * For ZS formats do RGBA = ZZZ1 164 /* TODO: Support more formats */ 366 * \param i, j the sub-block pixel coordinates. For non-compressed formats 479 * YUV / subsampled formats 516 * convenient for formats or scenarios for which there was no opportunity 619 * convenient for formats or scenarios for which there was no opportunity
|
/external/deqp/modules/gles3/functional/ |
es3fFboCompletenessTests.cpp | 48 // the formats from table 3.12 noted as color-renderable..." 70 // the formats from table 3.13." 84 // "...or one of the formats from table 3.13 whose base internal format is 106 // Renderbuffers don't support unsized formats 370 // Non-integer formats for each attachment type. 371 // \todo [2013-12-17 lauri] Add fixed/floating/integer metadata for formats so
|
/external/kernel-headers/original/uapi/sound/ |
compress_params.h | 130 /* AAC formats are required for encoders and decoders */ 291 * @num: serial number, valid only for OGG formats 335 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines 358 __u32 formats; member in struct:snd_codec_desc 383 * Only required for PCM or IEC formats.
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
pmu.c | 376 pmu_find_format(struct list_head *formats, char *name) 380 list_for_each_entry(format, formats, list) 416 static int pmu_config_term(struct list_head *formats, 434 format = pmu_find_format(formats, term->config); 461 int perf_pmu__config_terms(struct list_head *formats, 468 if (pmu_config_term(formats, attr, term))
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_aos.c | 75 * For ZS formats do RGBA = ZZZ1 164 /* TODO: Support more formats */ 366 * \param i, j the sub-block pixel coordinates. For non-compressed formats 479 * YUV / subsampled formats 516 * convenient for formats or scenarios for which there was no opportunity 619 * convenient for formats or scenarios for which there was no opportunity
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
WireFormatTest.java | 80 // TestAllTypes and TestAllExtensions should have compatible wire formats, 95 // formats; check that they serialize to the same string. 128 // TestAllTypes and TestAllExtensions should have compatible wire formats, 143 // formats; check that they serialize to the same string. 154 // TestAllTypes and TestAllExtensions should have compatible wire formats, 183 // TestAllTypes and TestAllExtensions should have compatible wire formats,
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
compress_params.h | 149 /* AAC formats are required for encoders and decoders */ 315 * @num: serial number, valid only for OGG formats 370 * @formats: Supported formats. See SND_AUDIOSTREAMFORMAT defines 393 __u32 formats; member in struct:snd_codec_desc 418 * Only required for PCM or IEC formats.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
fsrmreports.h | 366 STDMETHOD_(HRESULT,get_Formats)(THIS_ SAFEARRAY *formats) PURE; 367 STDMETHOD_(HRESULT,put_Formats)(THIS_ SAFEARRAY formats) PURE; 399 #define IFsrmReportJob_get_Formats(This,formats) (This)->lpVtbl->get_Formats(This,formats) 400 #define IFsrmReportJob_put_Formats(This,formats) (This)->lpVtbl->put_Formats(This,formats)
|
/external/chromium_org/content/renderer/media/webrtc/ |
video_destination_handler.cc | 91 // the supported formats are unknown. 92 media::VideoCaptureFormats formats; local 93 callback.Run(formats);
|
/external/chromium_org/media/formats/mp4/ |
aac.cc | 5 #include "media/formats/mp4/aac.h" 12 #include "media/formats/mp4/rcheck.h" 13 #include "media/formats/mpeg/adts_constants.h"
|
avc.cc | 5 #include "media/formats/mp4/avc.h" 13 #include "media/formats/mp4/box_definitions.h" 14 #include "media/formats/mp4/box_reader.h"
|
/external/chromium_org/media/formats/webm/ |
webm_tracks_parser.cc | 5 #include "media/formats/webm/webm_tracks_parser.h" 11 #include "media/formats/webm/webm_constants.h" 12 #include "media/formats/webm/webm_content_encodings.h"
|
/external/chromium_org/media/video/capture/mac/ |
video_capture_device_avfoundation_mac.mm | 46 supportedFormats:(media::VideoCaptureFormats*)formats{ 55 for (CrAVCaptureDeviceFormat* format in device.formats) { 83 formats->push_back(format);
|
/external/chromium_org/testing/gtest/include/gtest/internal/ |
gtest-string.h | 147 // Formats an int value as "%02d". 150 // Formats an int value as "%X". 153 // Formats a byte as "%02X".
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
capturemanager_unittest.cc | 60 std::vector<cricket::VideoFormat> formats; local 62 formats.push_back(cricket::VideoFormat(kCameraFormats[i])); 64 video_capturer_.ResetSupportedFormats(formats);
|
videoadapter.h | 40 // specified input and output formats. The adaptation includes dropping frames 178 // Adapt to the minimum of the formats the server requests, the CPU wants, and 201 // Video formats that the server view requests, the CPU wants, and the encoder
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
asyoutypeformatter.h | 15 // A formatter which formats phone numbers as they are entered. 58 // Formats a phone number on-the-fly as each digit is entered. 61 // formats the number as entered and not "as you type" anymore. Full width
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_ycbcr_texture.spec | 79 add the following to Table 3.8 (Packed pixel formats): 82 Token Name Type Components Pixel Formats 89 add the following to Table 3.10 (UNSIGNED_SHORT formats):
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/ |
native_drm.c | 163 drmdpy->base.formats |= HAS_ARGB8888; 166 drmdpy->base.formats |= HAS_XRGB8888; 221 if (drmdpy->base.formats == 0)
|