Searched refs:formats (Results 1 - 25 of 424) sorted by relevance

1234567891011>>

/external/chromium_org/tools/gyp/test/configurations/x64/
H A Dgyptest-x86.py15 formats = ['msvs'] variable
17 formats += ['ninja']
18 test = TestGyp.TestGyp(formats=formats)
/external/chromium_org/tools/gyp/test/msvs/props/
H A Dgyptest-props.py14 test = TestGyp.TestGyp(workdir='workarea_all', formats=['msvs'])
/external/chromium_org/tools/gyp/test/msvs/uldi2010/
H A Dgyptest-all.py13 test = TestGyp.TestGyp(formats=['msvs'], workdir='workarea_all')
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
H A Dfakeperiodicvideocapturer.h42 std::vector<cricket::VideoFormat> formats; local
43 formats.push_back(cricket::VideoFormat(1280, 720,
45 formats.push_back(cricket::VideoFormat(640, 480,
47 formats.push_back(cricket::VideoFormat(640, 360,
49 formats.push_back(cricket::VideoFormat(320, 240,
51 formats.push_back(cricket::VideoFormat(160, 120,
53 ResetSupportedFormats(formats);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress.c36 #include "formats.h"
138 * formats that are supported.
140 * Some formats are \b not returned by this function. The
141 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are
148 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?
154 * corresponding to formats suitable for general-purpose usage.
155 * The renderer will not enumerate formats with restrictions that
162 * Applications that seek to use the RGTC formats should do so
173 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an
176 * RESOLVED: No. Section 3.8.1 says formats liste
234 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress.c36 #include "formats.h"
138 * formats that are supported.
140 * Some formats are \b not returned by this function. The
141 * \c GL_COMPRESSED_TEXTURE_FORMATS query only returns formats that are
148 * GL_COMPRESSED_TEXTURE_FORMATS queries return the RGTC formats?
154 * corresponding to formats suitable for general-purpose usage.
155 * The renderer will not enumerate formats with restrictions that
162 * Applications that seek to use the RGTC formats should do so
173 * "22) Should the new COMPRESSED_SRGB_* formats be listed in an
176 * RESOLVED: No. Section 3.8.1 says formats liste
234 _mesa_get_compressed_formats(struct gl_context *ctx, GLint *formats) argument
[all...]
/external/chromium_org/tools/gyp/test/copies/
H A Dgyptest-updir.py15 test = TestGyp.TestGyp(formats=['!android'])
/external/chromium_org/tools/gyp/test/ios/
H A Dgyptest-deployment-target.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
/external/chromium_org/tools/gyp/test/mac/
H A Dgyptest-clang-cxx-language-standard.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
H A Dgyptest-copy-dylib.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-deployment-target.py16 test = TestGyp.TestGyp(formats=['make', 'ninja', 'xcode'])
H A Dgyptest-framework-dirs.py17 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-libraries.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-prefixheader.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-type-envvars.py16 test = TestGyp.TestGyp(formats=['ninja', 'make', 'xcode'])
H A Dgyptest-unicode-settings.py17 test = TestGyp.TestGyp(formats=['xcode'])
/external/chromium_org/tools/gyp/test/ninja/chained-dependency/
H A Dgyptest-chained-dependency.py20 test = TestGyp.TestGyp(formats=['ninja'])
/external/chromium_org/tools/gyp/test/no-output/
H A Dgyptest-no-output.py15 test = TestGyp.TestGyp(formats=['!ninja'])
/external/chromium_org/tools/gyp/test/rules-variables/
H A Dgyptest-rules-variables.py13 test = TestGyp.TestGyp(formats=['ninja'])
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtesticonv.c18 const char * formats[] = { local
53 for ( i = 0; i < SDL_arraysize(formats); ++i ) {
54 test[0] = SDL_iconv_string(formats[i], "UCS-4", ucs4, len);
55 test[1] = SDL_iconv_string("UCS-4", formats[i], test[0], len);
57 fprintf(stderr, "FAIL: %s\n", formats[i]);
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data.cc102 int formats,
104 if ((formats & STRING) != 0 && !HasString())
106 if ((formats & URL) != 0 && !HasURL())
109 if ((formats & FILE_CONTENTS) != 0 && !provider_->HasFileContents())
113 if ((formats & HTML) != 0 && !provider_->HasHtml())
116 if ((formats & FILE_NAME) != 0 && !provider_->HasFile())
127 int formats,
129 if ((formats & STRING) != 0 && HasString())
131 if ((formats & URL) != 0 && HasURL())
134 if ((formats
101 HasAllFormats( int formats, const std::set<CustomFormat>& custom_formats) const argument
126 HasAnyFormat( int formats, const std::set<CustomFormat>& custom_formats) const argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_tile.h28 #include <main/formats.h>
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h28 #include <main/formats.h>
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_tile.h28 #include <main/formats.h>
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_tile.h28 #include <main/formats.h>

Completed in 586 milliseconds

1234567891011>>