Searched refs:Format (Results 176 - 200 of 912) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_depth.c220 if (rb->Format == MESA_FORMAT_Z32) {
229 const GLint bpp = _mesa_get_format_bytes(rb->Format);
234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
255 if (rb->Format == MESA_FORMAT_Z32) {
265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
266 const GLint bpp = _mesa_get_format_bytes(rb->Format);
287 const GLint bpp = _mesa_get_format_bytes(rb->Format);
295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS);
303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) {
308 else if (rb->Format
[all...]
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DotTables.py40 if self.Format == 1:
43 elif self.Format == 2:
76 assert 0, "unknown format: %s" % self.Format
77 del self.Format # Don't need this anymore
87 # find out whether Format 2 is more compact or not
101 # Format 2 is more compact
120 # fallthrough; Format 1 is more compact
121 self.Format = format
148 if self.Format == 1:
155 elif self.Format
[all...]
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DotTables.py40 if self.Format == 1:
43 elif self.Format == 2:
76 assert 0, "unknown format: %s" % self.Format
77 del self.Format # Don't need this anymore
87 # find out whether Format 2 is more compact or not
101 # Format 2 is more compact
120 # fallthrough; Format 1 is more compact
121 self.Format = format
148 if self.Format == 1:
155 elif self.Format
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_depth.c220 if (rb->Format == MESA_FORMAT_Z32) {
229 const GLint bpp = _mesa_get_format_bytes(rb->Format);
234 _mesa_unpack_uint_z_row(rb->Format, 1, src, &zbuffer[i]);
255 if (rb->Format == MESA_FORMAT_Z32) {
265 gl_pack_uint_z_func packZ = _mesa_get_pack_uint_z_func(rb->Format);
266 const GLint bpp = _mesa_get_format_bytes(rb->Format);
287 const GLint bpp = _mesa_get_format_bytes(rb->Format);
295 GLuint zBits = _mesa_get_format_bits(rb->Format, GL_DEPTH_BITS);
303 if (rb->Format == MESA_FORMAT_Z16 && !(span->arrayMask & SPAN_XY)) {
308 else if (rb->Format
[all...]
/external/chromium_org/media/base/
H A Daudio_bus.cc38 // |Format| is the destination type. If a bias is present, |Fixed| must be a
39 // type larger than |Format| such that operations can be made without
40 // overflowing. Without a bias |Fixed| must be the same as |Format|.
41 template<class Format, class Fixed, Format Bias>
45 COMPILE_ASSERT((Bias == 0 && sizeof(Fixed) == sizeof(Format)) ||
46 sizeof(Fixed) > sizeof(Format), invalid_deinterleave_types);
47 const Format* source = static_cast<const Format*>(src);
59 // |Format| i
[all...]
H A Dvideo_frame_pool.cc23 scoped_refptr<VideoFrame> CreateFrame(VideoFrame::Format format,
59 VideoFrame::Format format,
116 VideoFrame::Format format,
/external/chromium_org/third_party/icu/source/i18n/
H A Dmsgfmt.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
207 void formatAndAppend(const Format* formatter, const Formattable& arg,
297 Format(that),
373 Format::operator=(that);
389 MessageFormat::operator==(const Format& rhs) const
396 if (!Format::operator==(rhs) ||
423 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer);
424 const Format* rhs_format = (const Format*)uhash_ige
[all...]
/external/icu/icu4c/source/i18n/
H A Dmsgfmt.cpp200 void formatAndAppend(const Format* formatter, const Formattable& arg, UErrorCode& ec) {
207 void formatAndAppend(const Format* formatter, const Formattable& arg,
297 Format(that),
373 Format::operator=(that);
389 MessageFormat::operator==(const Format& rhs) const
396 if (!Format::operator==(rhs) ||
423 const Format* format = (const Format*)uhash_iget(cachedFormatters, cur->key.integer);
424 const Format* rhs_format = (const Format*)uhash_ige
[all...]
H A Dcurrfmt.cpp37 Format* CurrencyFormat::clone() const {
/external/chromium_org/remoting/host/
H A Daudio_capturer_win.cc136 wave_format_extensible->Format.nSamplesPerSec)) {
141 wave_format_extensible->Format.nSamplesPerSec);
146 wave_format_extensible->Format.nChannels = kChannels;
147 wave_format_extensible->Format.nSamplesPerSec = sampling_rate_;
148 wave_format_extensible->Format.wBitsPerSample = kBitsPerSample;
149 wave_format_extensible->Format.nBlockAlign =
151 wave_format_extensible->Format.nAvgBytesPerSec =
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c48 rb->Format = MESA_FORMAT_XRGB8888;
54 rb->Format = MESA_FORMAT_ARGB8888;
59 rb->Format = MESA_FORMAT_RGB565;
64 rb->Format = MESA_FORMAT_Z16;
72 rb->Format = MESA_FORMAT_Z24_S8;
79 s->format = rb->Format;
98 rb->Format, width, height);
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_fbo.c48 rb->Format = MESA_FORMAT_XRGB8888;
54 rb->Format = MESA_FORMAT_ARGB8888;
59 rb->Format = MESA_FORMAT_RGB565;
64 rb->Format = MESA_FORMAT_Z16;
72 rb->Format = MESA_FORMAT_Z24_S8;
79 s->format = rb->Format;
98 rb->Format, width, height);
/external/chromium_org/tools/telemetry/telemetry/results/
H A Dbuildbot_output_formatter_unittest.py45 formatter.Format(measurement_results)
68 formatter.Format(measurement_results)
103 formatter.Format(measurement_results)
138 formatter.Format(measurement_results)
177 formatter.Format(measurement_results)
217 formatter.Format(measurement_results)
261 formatter.Format(measurement_results)
301 formatter.Format(measurement_results)
333 formatter.Format(measurement_results)
365 formatter.Format(measurement_result
[all...]
H A Dcsv_output_formatter_unittest.py53 self._formatter.Format(results)
72 self._formatter.Format(results)
89 self._formatter.Format(results)
113 self._formatter.Format(results)
H A Djson_output_formatter.py47 def Format(self, page_test_results): member in class:JsonOutputFormatter
/external/skia/tests/
H A DTextureCompressionTest.cpp36 const SkTextureCompressor::Format kLATCFormat = SkTextureCompressor::kLATC_Format;
60 const SkTextureCompressor::Format kLATCFormat = SkTextureCompressor::kLATC_Format;
96 const SkTextureCompressor::Format kLATCFormat = SkTextureCompressor::kLATC_Format;
/external/protobuf/gtest/src/
H A Dgtest-death-test.cc224 DeathTestAbort(::testing::internal::String::Format( \
244 DeathTestAbort(::testing::internal::String::Format( \
628 const String filter_flag = String::Format("--%s%s=%s.%s",
632 const String internal_flag = String::Format(
651 String command_line = String::Format("%s %s \"%s\"",
863 DeathTestAbort(String::Format("chdir(\"%s\") failed: %s",
875 DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s",
957 String::Format("--%s%s=%s.%s",
961 String::Format("--%s%s=%s|%d|%d|%d",
1002 DeathTest::set_last_death_test_message(String::Format(
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DJSystem.cs83 throw new ArgumentException( string.Format( "Unknown system property: '{0}'", name ) );
/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_encode_accelerator.h54 virtual bool Initialize(media::VideoFrame::Format format,
172 bool SetFormats(media::VideoFrame::Format input_format,
178 bool NegotiateInputFormat(media::VideoFrame::Format input_format);
203 media::VideoFrame::Format device_input_format_;
/external/chromium_org/extensions/browser/api/
H A Dcapture_web_contents_function.h55 ImageDetails::Format image_format_;
/external/chromium_org/mojo/services/html_viewer/
H A Dwebclipboard_impl.h20 virtual bool isFormatAvailable(Format, Buffer);
/external/chromium_org/third_party/android_crazy_linker/src/src/
H A Dcrazy_linker_error.cpp31 void Error::Format(const char* fmt, ...) { function in class:crazy::Error
/external/chromium_org/third_party/skia/include/effects/
H A DSkEmbossMaskFilter.h30 virtual SkMask::Format getFormat() const SK_OVERRIDE;
/external/chromium_org/third_party/skia/src/sfnt/
H A DSkOTTable_post.h24 struct Format { struct in struct:SkOTTablePostScript
/external/chromium_org/tools/grit/grit/format/
H A Djs_map_format.py18 def Format(root, lang='en', output_dir='.'): function
30 """Format a single message."""

Completed in 5151 milliseconds

1234567891011>>