Home
last modified time | relevance | path

Searched refs:map2 (Results 1 – 25 of 40) sorted by relevance

12

/external/mesa3d/src/mesa/vbo/
Dvbo_exec_eval.c44 assert(attr < Elements(exec->eval.map2)); in clear_active_eval2()
45 exec->eval.map2[attr].map = NULL; in clear_active_eval2()
61 assert(attr < Elements(exec->eval.map2)); in set_active_eval2()
62 if (!exec->eval.map2[attr].map) { in set_active_eval2()
63 exec->eval.map2[attr].map = map; in set_active_eval2()
64 exec->eval.map2[attr].sz = dim; in set_active_eval2()
192 struct gl_2d_map *map = exec->eval.map2[attr].map; in vbo_exec_do_EvalCoord2f()
203 exec->eval.map2[attr].sz, in vbo_exec_do_EvalCoord2f()
214 if (exec->eval.map2[0].map) { in vbo_exec_do_EvalCoord2f()
215 struct gl_2d_map *map = exec->eval.map2[0].map; in vbo_exec_do_EvalCoord2f()
[all …]
Dvbo_exec.h122 struct vbo_exec_eval2_map map2[VERT_ATTRIB_MAX]; member
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
Dvbo_exec_eval.c44 assert(attr < Elements(exec->eval.map2)); in clear_active_eval2()
45 exec->eval.map2[attr].map = NULL; in clear_active_eval2()
61 assert(attr < Elements(exec->eval.map2)); in set_active_eval2()
62 if (!exec->eval.map2[attr].map) { in set_active_eval2()
63 exec->eval.map2[attr].map = map; in set_active_eval2()
64 exec->eval.map2[attr].sz = dim; in set_active_eval2()
192 struct gl_2d_map *map = exec->eval.map2[attr].map; in vbo_exec_do_EvalCoord2f()
203 exec->eval.map2[attr].sz, in vbo_exec_do_EvalCoord2f()
214 if (exec->eval.map2[0].map) { in vbo_exec_do_EvalCoord2f()
215 struct gl_2d_map *map = exec->eval.map2[0].map; in vbo_exec_do_EvalCoord2f()
[all …]
Dvbo_exec.h122 struct vbo_exec_eval2_map map2[VERT_ATTRIB_MAX]; member
/external/llvm/unittests/Support/
DYAMLIOTest.cpp98 FooBar& map2 = seq[1]; in TEST() local
101 EXPECT_EQ(map2.foo, 7); in TEST()
102 EXPECT_EQ(map2.bar, 9); in TEST()
135 FooBar& map2 = seq2[1]; in TEST() local
138 EXPECT_EQ(map2.foo, 257); in TEST()
139 EXPECT_EQ(map2.bar, 0); in TEST()
585 FlagsMap map2; in TEST() local
586 yin >> map2; in TEST()
589 EXPECT_EQ(flagBig, map2.f1); in TEST()
590 EXPECT_EQ(flagRound|flagFlat, map2.f2); in TEST()
[all …]
/external/chromium_org/media/tools/layout_tests/
Dlayouttest_analyzer_helpers.py554 def GetDiffBetweenMaps(map1, map2, lookIntoTestExpectationInfo=False): argument
570 def GetDiffBetweenMapsHelper(map1, map2, lookIntoTestExpectationInfo): argument
584 if name in map2:
587 list2 = map2[name]['te_info']
595 return (GetDiffBetweenMapsHelper(map1, map2, lookIntoTestExpectationInfo),
596 GetDiffBetweenMapsHelper(map2, map1, lookIntoTestExpectationInfo))
/external/javassist/src/main/javassist/bytecode/analysis/
DMultiType.java190 Map map2 = getAllMultiInterfaces(type2); in mergeMultiInterfaces() local
192 return findCommonInterfaces(map1, map2); in mergeMultiInterfaces()
197 Map map2 = getAllInterfaces(single.getCtClass(), null); in mergeMultiAndSingle() local
199 return findCommonInterfaces(map1, map2); in mergeMultiAndSingle()
/external/e2fsprogs/intl/
Dlocalealias.c147 const struct alias_map *map2);
387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) in alias_compare() argument
390 return strcasecmp (map1->alias, map2->alias); in alias_compare()
393 const unsigned char *p2 = (const unsigned char *) map2->alias; in alias_compare()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DNamespaceMappings.java189 MappingRecord map2 = getMappingFromPrefix(prefix); in getMappingFromURI() local
190 if (map2 != null && (map2.m_uri).equals(uri)) in getMappingFromURI()
192 foundMap = map2; in getMappingFromURI()
/external/freetype/src/psnames/
Dpsmodule.c173 PS_UniMap* map2 = (PS_UniMap*)b; in compare_uni_maps() local
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
181 if ( map1->unicode > map2->unicode ) in compare_uni_maps()
183 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
/external/chromium_org/third_party/freetype/src/psnames/
Dpsmodule.c173 PS_UniMap* map2 = (PS_UniMap*)b; in compare_uni_maps() local
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
181 if ( map1->unicode > map2->unicode ) in compare_uni_maps()
183 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractListMultimapTest.java465 Multimap<String, Integer> map2 = ArrayListMultimap.create(); in testListEquals() local
466 map2.putAll(map1); in testListEquals()
467 assertTrue(map1.equals(map2)); in testListEquals()
468 assertTrue(map2.equals(map1)); in testListEquals()
478 Multimap<String, Integer> map2 = ArrayListMultimap.create(); in testListHashCode() local
479 map2.putAll(map1); in testListHashCode()
480 assertEquals(map1.hashCode(), map2.hashCode()); in testListHashCode()
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
Dpush_messaging_invalidation_handler_unittest.cc187 syncer::ObjectIdInvalidationMap map2; in TEST_F() local
188 map2.Insert(syncer::Invalidation::InitUnknownVersion(id0)); in TEST_F()
190 handler_->OnIncomingInvalidation(map2); in TEST_F()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psnames/
Dfxft_psmodule.c232 PS_UniMap* map2 = (PS_UniMap*)b; in compare_uni_maps() local
234 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode ); in compare_uni_maps()
240 if ( map1->unicode > map2->unicode ) in compare_uni_maps()
242 else if ( map1->unicode < map2->unicode ) in compare_uni_maps()
/external/chromium_org/content/browser/dom_storage/
Dsession_storage_database_unittest.cc53 const DOMStorageValuesMap& map2) const;
328 const DOMStorageValuesMap& map2) const { in CompareValuesMaps()
329 ASSERT_EQ(map2.size(), map1.size()); in CompareValuesMaps()
333 ASSERT_TRUE(map2.find(key) != map2.end()); in CompareValuesMaps()
335 base::NullableString16 val2 = map2.find(key)->second; in CompareValuesMaps()
/external/chromium_org/third_party/WebKit/Source/wtf/
DPartitionAllocTest.cpp947 …void* map2 = WTF::allocPages(pageBase + WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF:… in TEST() local
948 EXPECT_TRUE(map2); in TEST()
950 WTF::setSystemPagesInaccessible(map2, WTF::kPageAllocationGranularity); in TEST()
956 WTF::freePages(map2, WTF::kPageAllocationGranularity); in TEST()
965map2 = WTF::allocPages(pageBase + WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF::kPage… in TEST()
966 EXPECT_TRUE(map2); in TEST()
968 WTF::setSystemPagesInaccessible(map2, WTF::kPageAllocationGranularity); in TEST()
972 WTF::freePages(map2, WTF::kPageAllocationGranularity); in TEST()
/external/skia/include/utils/
DSkMatrix44.h373 void map2(const float src2[], int count, float dst4[]) const;
374 void map2(const double src2[], int count, double dst4[]) const;
/external/chromium_org/third_party/skia/include/utils/
DSkMatrix44.h377 void map2(const float src2[], int count, float dst4[]) const;
378 void map2(const double src2[], int count, double dst4[]) const;
/external/chromium_org/ui/events/keycodes/
Dkeyboard_code_conversion_x.cc315 } map2[] = { variable
521 keycode = FindVK(key2, map2, arraysize(map2)); in KeyboardCodeFromXKeyEvent()
/external/chromium_org/extensions/common/
Dmessage_bundle_unittest.cc411 ExtensionToL10nMessagesMap* map2 = GetExtensionToL10nMessagesMap(); in TEST() local
412 ASSERT_EQ(map1, map2); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h623 u8 *map2 = GetOrCreate(idx / kSize2); in set() local
624 CHECK_EQ(0U, map2[idx % kSize2]); in set()
625 map2[idx % kSize2] = val; in set()
630 u8 *map2 = Get(idx / kSize2); variable
631 if (!map2) return 0;
632 return map2[idx % kSize2];
/external/chromium_org/v8/test/cctest/
Dtest-types.cc499 Handle<i::Map> map2 = *mt2; in Class() local
501 TypeHandle type2 = T.Class(map2); in Class()
502 CHECK(Equal(type1, type2) == (*map1 == *map2)); in Class()
930 Handle<i::Map> map2 = *mt2; in Is() local
932 TypeHandle class_type2 = T.Class(map2); in Is()
933 CHECK(class_type1->Is(class_type2) == (*map1 == *map2)); in Is()
1173 Handle<i::Map> map2 = *mt2; in NowIs() local
1175 TypeHandle class_type2 = T.Class(map2); in NowIs()
1176 CHECK(class_type1->NowIs(class_type2) == (*map1 == *map2)); in NowIs()
1321 Handle<i::Map> map2 = *mt2; in Maybe() local
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
Dlp_texture.c392 uint8_t *map2; in llvmpipe_resource_map() local
411 map2 = llvmpipe_get_texture_image(lpr, 0, 0, tex_usage, layout); in llvmpipe_resource_map()
413 assert(map == map2); in llvmpipe_resource_map()
415 return map2; in llvmpipe_resource_map()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c392 uint8_t *map2; in llvmpipe_resource_map() local
411 map2 = llvmpipe_get_texture_image(lpr, 0, 0, tex_usage, layout); in llvmpipe_resource_map()
413 assert(map == map2); in llvmpipe_resource_map()
415 return map2; in llvmpipe_resource_map()
/external/valgrind/main/coregrind/m_debuginfo/
Dstorage.c476 struct _DebugInfoMapping* map2; in ML_() local
499 map2 = ML_(find_rx_mapping)(di, cfsi.base + cfsi.len - 1, in ML_()
502 map = map2; in ML_()
503 else if (map2 == NULL) in ML_()
504 map2 = map; in ML_()
510 if (map == NULL || map != map2) { in ML_()

12