/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/ |
svga_screen.h | 67 /* which formats to translate depth formats into */
|
svga_format.c | 89 /* Float formats (only 1, 2 and 4-component formats supported) */ 553 * deprecated/unsupported formats, and formats which are implicitely assumed to 587 * block_width and block_height are one for uncompressed formats and 588 * greater than one for compressed formats. 589 * Note: we don't handle formats that are unsupported, according to
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texcompress.h | 28 #include "formats.h" 40 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats);
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_format.h | 33 #include "main/formats.h" 71 /* can we use a sampler view to translate these formats
|
/external/chromium_org/tools/gyp/test/make_global_settings/full-toolchain/ |
gyptest-make_global_settings.py | 20 test = TestGyp.TestGyp(formats=['ninja']) 30 test.formats = ['ninja-some_flavor']
|
/external/llvm/utils/lit/tests/ |
lit.cfg | 6 import lit.formats 14 config.test_format = lit.formats.ShTest(execute_external=False)
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen.h | 67 /* which formats to translate depth formats into */
|
/external/mesa3d/src/mesa/main/ |
texcompress.h | 28 #include "formats.h" 40 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_format.h | 33 #include "main/formats.h" 71 /* can we use a sampler view to translate these formats
|
/external/smali/smali-integration-tests/src/assemble/ |
jumbo-field-tests.xml | 34 <formats> 36 </formats>
|
jumbo-method-tests.xml | 34 <formats> 36 </formats>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
TestAttributeInfo.java | 36 public TestAttributeInfo(String name, EnumSet<Format> formats, String definedBy, 40 this.mFormats = formats;
|
/external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
p_format.h | 47 * Texture/surface image formats (preliminary) 50 /* KW: Added lots of surface formats to support vertex element layout 145 /* sRGB formats */ 157 /* compressed formats */ 178 /* mixed formats */ 199 /* some stencil samplers formats */
|
/external/mesa3d/src/gallium/include/pipe/ |
p_format.h | 47 * Texture/surface image formats (preliminary) 50 /* KW: Added lots of surface formats to support vertex element layout 145 /* sRGB formats */ 157 /* compressed formats */ 178 /* mixed formats */ 199 /* some stencil samplers formats */
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format.csv | 55 # Note that GL doesn't really specify the layout of internal formats. See 57 # internal formats to base in- ternal formats, and desired component 64 # Typical rendertarget formats 82 # Luminance/Intensity/Alpha formats 109 # SRGB formats 121 # Mixed-sign formats (typically used for bump map textures) 126 # Depth-stencil formats 140 # YUV formats 151 # some special formats not fitting anywhere els [all...] |
u_format_table.py | 82 def write_format_table(formats): 95 u_format_pack.generate(formats) 97 for format in formats: 200 for format in formats: 212 formats = [] 214 formats.extend(parse(arg)) 215 write_format_table(formats)
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.csv | 55 # Note that GL doesn't really specify the layout of internal formats. See 57 # internal formats to base in- ternal formats, and desired component 64 # Typical rendertarget formats 82 # Luminance/Intensity/Alpha formats 109 # SRGB formats 121 # Mixed-sign formats (typically used for bump map textures) 126 # Depth-stencil formats 140 # YUV formats 151 # some special formats not fitting anywhere els [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 116 cmd.formats = ['zip'] 147 cmd.formats = ['gztar', 'tar'] 161 cmd.formats = ['tar', 'gztar'] 181 cmd.formats = ['gztar'] 237 cmd.formats = ['zip'] 303 if line.strip().startswith('--formats=')] 315 # formats has to be a string splitable on (' ', ',') or 317 cmd.formats = 1 319 cmd.formats = ['zip'] 322 # formats has to be know [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_sdist.py | 116 cmd.formats = ['zip'] 147 cmd.formats = ['gztar', 'tar'] 161 cmd.formats = ['tar', 'gztar'] 181 cmd.formats = ['gztar'] 237 cmd.formats = ['zip'] 303 if line.strip().startswith('--formats=')] 315 # formats has to be a string splitable on (' ', ',') or 317 cmd.formats = 1 319 cmd.formats = ['zip'] 322 # formats has to be know [all...] |
/cts/apps/CameraITS/pymodules/its/ |
device.py | 354 format(s) of the captured image. The formats may be "yuv", "jpeg", 359 request images back in multiple formats (e.g.) raw+yuv, raw+jpeg, 403 specifying one or more formats where each output is the full size for 418 If multiple formats are specified, then this function returns multiple 419 capture objects, one for each requested format. If multiple formats and 422 the returned objects matches the order of the requested formats in the 434 out_surfaces: (Optional) specifications of the output image formats 457 formats = [c["format"] if c.has_key("format") else "yuv" 459 formats = [s if s != "jpg" else "jpeg" for s in formats] [all...] |
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
videocapturer_unittest.cc | 227 std::vector<cricket::VideoFormat> formats; local 228 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 230 formats.push_back(cricket::VideoFormat(2 * kWidth, 2 * kHeight, 232 capturer_.ResetSupportedFormats(formats); 259 std::vector<cricket::VideoFormat> formats; local 260 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 262 capturer_.ResetSupportedFormats(formats); 287 std::vector<cricket::VideoFormat> formats; local 288 formats.push_back(cricket::VideoFormat(kWidth, kHeight, 290 capturer_.ResetSupportedFormats(formats); 370 std::vector<cricket::VideoFormat> formats; local 782 std::vector<cricket::VideoFormat> formats = *capturer_.GetSupportedFormats(); local [all...] |
/external/qemu/android/camera/ |
camera-capture-linux.c | 110 /* Preferred pixel formats arranged from the most to the least desired. 113 * conversion between the camera supported formats, and formats that are 116 * contain only those formats, for which converters are implemented. Generally 118 * only as far as conversion speed is concerned. So, formats with the fastest 166 * is that when the camera service enumerates all pixel formats for all cameras 169 * formats, contained in _preferred_formats array against enumerated pixel 170 * formats to pick the first format that match. 173 * formats - Array containing list of pixel formats, supported by the camer 756 QemuPixelFormat* formats = NULL; local [all...] |
/external/pixman/test/ |
composite.c | 77 static const pixman_format_code_t formats[] = variable 79 /* 32 bpp formats */ 93 /* sRGB formats */ 96 /* 24 bpp formats */ 102 /* 16 bpp formats */ 112 /* 8 bpp formats */ 120 /* 4 bpp formats */ 127 /* 1 bpp formats */ 394 info->format = formats[format]; 444 return prng_rand_n (ARRAY_LENGTH (formats)); [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttrsXmlParser.java | 503 EnumSet<Format> formats = null; local 517 if (formats == null) { 518 formats = format.asSet(); 520 if (formats.size() == 1) { 521 formats = EnumSet.copyOf(formats); 523 formats.add(format); 532 if (formats == null) { 533 formats = Format.ENUM_SET; 535 if (formats.size() == 1) [all...] |
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
videosource_unittest.cc | 57 // testing without known camera formats. 63 std::vector<cricket::VideoFormat> formats; local 64 formats.push_back(cricket::VideoFormat(1280, 720, 66 formats.push_back(cricket::VideoFormat(640, 480, 68 formats.push_back(cricket::VideoFormat(640, 400, 70 formats.push_back(cricket::VideoFormat(320, 240, 72 formats.push_back(cricket::VideoFormat(352, 288, 74 ResetSupportedFormats(formats); 77 // This function is used for resetting the supported capture formats and 83 std::vector<cricket::VideoFormat> formats; local 90 std::vector<cricket::VideoFormat> formats; local [all...] |