Searched defs:format1 (Results 1 - 19 of 19) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dmiscdtfm.cpp176 UnicodeString format1; local
177 format1 = df->format(d, format1);
178 if (format0 != format1) {
180 + UnicodeString("; format1: ") + format1);
209 UnicodeString format1; local
210 format1 = df->format(d, format1);
211 if (format0 != format1) {
239 UnicodeString format1; local
269 UnicodeString format1; local
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1659 st_sampler_compat_formats(enum pipe_format format1, enum pipe_format format2) argument
1661 if (format1 == format2)
1664 if (format1 == PIPE_FORMAT_B8G8R8A8_UNORM &&
1668 if (format1 == PIPE_FORMAT_B8G8R8X8_UNORM &&
1672 if (format1 == PIPE_FORMAT_A8B8G8R8_UNORM &&
1676 if (format1 == PIPE_FORMAT_X8B8G8R8_UNORM &&
1680 if (format1 == PIPE_FORMAT_A8R8G8B8_UNORM &&
1684 if (format1 == PIPE_FORMAT_X8R8G8B8_UNORM &&
/external/tinycompress/
H A Dcplay.c96 uint8_t format1; member in struct:mp3_header
113 bit_rate_idx = ((header->format1 >> 4) & 0x0f);
114 sample_rate_idx = ((header->format1 >> 2) & 0x03);
/external/harfbuzz_ng/src/
H A Dhb-ot-cbdt-table.hh150 case 1: return_trace (u.format1.sanitize (c, glyph_count));
172 case 1: return u.format1.get_image_data (idx, offset, length);
181 IndexSubtableFormat1 format1; member in union:OT::IndexSubtable::__anon7059
H A Dhb-ot-layout-gdef-table.hh181 case 1: return u.format1.get_caret_value (font, direction);
193 case 1: return_trace (u.format1.sanitize (c));
203 CaretValueFormat1 format1; member in union:OT::CaretValue::__anon7068
310 case 1: return u.format1.covers (set_index, glyph_id);
320 case 1: return_trace (u.format1.sanitize (c));
328 MarkGlyphSetsFormat1 format1; member in union:OT::MarkGlyphSets::__anon7069
H A Dhb-ot-layout-gsub-table.hh232 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs, delta));
244 case 1: return_trace (c->dispatch (u.format1));
253 SingleSubstFormat1 format1; member in union:OT::SingleSubst::__anon7078
427 case 1: return_trace (u.format1.serialize (c, glyphs, substitute_len_list, num_glyphs, substitute_glyphs_list));
438 case 1: return_trace (c->dispatch (u.format1));
446 MultipleSubstFormat1 format1; member in union:OT::MultipleSubst::__anon7079
579 case 1: return_trace (u.format1.serialize (c, glyphs, alternate_len_list, num_glyphs, alternate_glyphs_list));
590 case 1: return_trace (c->dispatch (u.format1));
598 AlternateSubstFormat1 format1; member in union:OT::AlternateSubst::__anon7080
897 case 1: return_trace (u.format1
922 LigatureSubstFormat1 format1; member in union:OT::LigatureSubst::__anon7081
1083 ReverseChainSingleSubstFormat1 format1; member in union:OT::ReverseChainSingleSubst::__anon7082
[all...]
H A Dhb-ot-layout-common-private.hh881 case 1: return u.format1.get_coverage(glyph_id);
899 case 1: return_trace (u.format1.serialize (c, glyphs, num_glyphs));
910 case 1: return_trace (u.format1.sanitize (c));
928 case 1: return u.format1.intersects_coverage (glyphs, index);
937 case 1: u.format1.add_coverage (glyphs); break;
948 case 1: u.format1.init (c_.u.format1); return;
955 case 1: return u.format1.more ();
962 case 1: u.format1.next (); break;
969 case 1: return u.format1
985 CoverageFormat1::Iter format1; member in union:OT::Coverage::Iter::__anon7064
993 CoverageFormat1 format1; member in union:OT::Coverage::__anon7065
1163 ClassDefFormat1 format1; member in union:OT::ClassDef::__anon7066
[all...]
H A Dhb-ot-layout-gpos-table.hh333 case 1: u.format1.get_anchor (c, glyph_id, x, y); return;
345 case 1: return_trace (u.format1.sanitize (c));
355 AnchorFormat1 format1; member in union:OT::Anchor::__anon7070
567 case 1: return_trace (c->dispatch (u.format1));
576 SinglePosFormat1 format1; member in union:OT::SinglePos::__anon7071
860 case 1: return_trace (c->dispatch (u.format1));
869 PairPosFormat1 format1; member in union:OT::PairPos::__anon7072
1040 case 1: return_trace (c->dispatch (u.format1));
1048 CursivePosFormat1 format1; member in union:OT::CursivePos::__anon7073
1136 case 1: return_trace (c->dispatch (u.format1));
1144 MarkBasePosFormat1 format1; member in union:OT::MarkBasePos::__anon7074
1262 MarkLigPosFormat1 format1; member in union:OT::MarkLigPos::__anon7075
1377 MarkMarkPosFormat1 format1; member in union:OT::MarkMarkPos::__anon7076
[all...]
H A Dhb-ot-layout-gsubgpos-private.hh1529 case 1: return_trace (c->dispatch (u.format1));
1539 ContextFormat1 format1; member in union:OT::Context::__anon7084
2144 case 1: return_trace (c->dispatch (u.format1));
2154 ChainContextFormat1 format1; member in union:OT::ChainContext::__anon7085
2206 case 1: return u.format1.get_type ();
2214 case 1: return u.format1.template get_subtable<typename T::LookupSubTable> ();
2225 case 1: return_trace (u.format1.dispatch (c));
2233 ExtensionFormat1<T> format1; member in union:OT::Extension::__anon7086
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h139 IndexSubTable1 format1; member in union:IndexSubTable
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp253 inline bool formatsAreCompatible (const VkFormat format0, const VkFormat format1) argument
255 return format0 == format1 || mapVkFormat(format0).getPixelSize() == mapVkFormat(format1).getPixelSize();
/external/vixl/src/aarch64/
H A Dinstructions-aarch64.h597 const NEONFormatMap* format1) {
599 SetFormatMaps(format0, format1);
603 const NEONFormatMap* format1,
606 SetFormatMaps(format0, format1, format2);
611 const NEONFormatMap* format1 = NULL,
615 formats_[1] = (format1 == NULL) ? formats_[0] : format1;
595 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1) argument
601 NEONFormatDecoder(const Instruction* instr, const NEONFormatMap* format0, const NEONFormatMap* format1, const NEONFormatMap* format2) argument
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h197 uint32_t format1; /* R300_TX_FORMAT1: 0x44c0 */ member in struct:r300_texture_format_state
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 805 milliseconds