Searched defs:map2 (Results 1 - 24 of 24) sorted by relevance

/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
H A DCombinerHeightMap.java61 private AbstractHeightMap map2; field in class:CombinerHeightMap
74 * @param map2 the second heightmap to combine.
82 AbstractHeightMap map2,
87 if (null == map1 || null == map2) {
92 if (map1.getSize() != map2.getSize()) {
104 this.map2 = map2;
116 * map1 will be used with 40% of map2. The two factors must add up
121 * @param map2 the second heightmap to combine.
122 * @param factor2 the factor for map2
80 CombinerHeightMap( AbstractHeightMap map1, AbstractHeightMap map2, int mode) argument
129 CombinerHeightMap( AbstractHeightMap map1, float factor1, AbstractHeightMap map2, float factor2, int mode) argument
196 setHeightMaps(AbstractHeightMap map1, AbstractHeightMap map2) argument
[all...]
/external/chromium_org/chrome/browser/extensions/api/push_messaging/
H A Dpush_messaging_invalidation_handler_unittest.cc181 syncer::ObjectIdInvalidationMap map2; local
182 map2.Insert(syncer::Invalidation::InitUnknownVersion(id0));
184 handler_->OnIncomingInvalidation(map2);
/external/chromium/chrome/common/extensions/
H A Dextension_message_bundle_unittest.cc404 ExtensionToL10nMessagesMap* map2 = GetExtensionToL10nMessagesMap(); local
405 ASSERT_EQ(map1, map2);
/external/chromium_org/chrome/common/extensions/
H A Dmessage_bundle_unittest.cc411 ExtensionToL10nMessagesMap* map2 = GetExtensionToL10nMessagesMap(); local
412 ASSERT_EQ(map1, map2);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DPartitionAllocTest.cpp651 void* map2 = WTF::allocPages(pageBase + WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity); local
652 EXPECT_TRUE(map2);
654 WTF::setSystemPagesInaccessible(map2, WTF::kPageAllocationGranularity);
660 WTF::freePages(map2, WTF::kPageAllocationGranularity);
669 map2 = WTF::allocPages(pageBase + WTF::kSuperPageSize, WTF::kPageAllocationGranularity, WTF::kPageAllocationGranularity);
670 EXPECT_TRUE(map2);
672 WTF::setSystemPagesInaccessible(map2, WTF::kPageAllocationGranularity);
676 WTF::freePages(map2, WTF::kPageAllocationGranularity);
/external/chromium_org/third_party/freetype/src/psnames/
H A Dpsmodule.c173 PS_UniMap* map2 = (PS_UniMap*)b; local
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
181 if ( map1->unicode > map2->unicode )
183 else if ( map1->unicode < map2->unicode )
/external/chromium_org/third_party/mesa/src/src/mesa/vbo/
H A Dvbo_exec.h122 struct vbo_exec_eval2_map map2[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon13742
/external/e2fsprogs/intl/
H A Dlocalealias.c147 const struct alias_map *map2);
387 alias_compare (const struct alias_map *map1, const struct alias_map *map2) argument
390 return strcasecmp (map1->alias, map2->alias);
393 const unsigned char *p2 = (const unsigned char *) map2->alias;
/external/freetype/src/psnames/
H A Dpsmodule.c173 PS_UniMap* map2 = (PS_UniMap*)b; local
175 FT_UInt32 unicode2 = BASE_GLYPH( map2->unicode );
181 if ( map1->unicode > map2->unicode )
183 else if ( map1->unicode < map2->unicode )
/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h122 struct vbo_exec_eval2_map map2[VERT_ATTRIB_MAX]; member in struct:vbo_exec_context::__anon24227
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Deval.c442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, function
530 map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder,
541 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder,
/external/mesa3d/src/mesa/main/
H A Deval.c442 map2( GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, function
530 map2(target, u1, u2, ustride, uorder, v1, v2, vstride, vorder,
541 map2(target, (GLfloat) u1, (GLfloat) u2, ustride, uorder,
/external/chromium_org/chrome/browser/search_engines/
H A Dtemplate_url_service_sync_unittest.cc337 SyncDataMap map2 = TemplateURLService::CreateGUIDToSyncDataMap(data2); local
341 SyncDataMap::iterator iter2 = map2.find(iter1->first);
342 if (iter2 != map2.end()) {
345 map2.erase(iter2);
348 EXPECT_EQ(0U, map2.size());
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c392 uint8_t *map2; local
411 map2 = llvmpipe_get_texture_image(lpr, 0, 0, tex_usage, layout);
413 assert(map == map2);
415 return map2;
/external/chromium_org/third_party/skia/src/utils/
H A DSkMatrix44.cpp840 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { function in class:SkMatrix44
850 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { function in class:SkMatrix44
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp81 FooBar& map2 = seq[1]; local
84 EXPECT_EQ(map2.foo, 7);
85 EXPECT_EQ(map2.bar, 9);
118 FooBar& map2 = seq2[1]; local
121 EXPECT_EQ(map2.foo, 257);
122 EXPECT_EQ(map2.bar, 0);
435 FlagsMap map2; local
436 yin >> map2; local
439 EXPECT_EQ(flagBig, map2.f1);
440 EXPECT_EQ(flagRound|flagFlat, map2
525 MyCustomTypeMap map2; local
526 yin >> map2; local
615 NameAndNumbers map2; local
616 yin >> map2; local
927 FooBarMap& map2 = docList2[1]; local
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c392 uint8_t *map2; local
411 map2 = llvmpipe_get_texture_image(lpr, 0, 0, tex_usage, layout);
413 assert(map == map2);
415 return map2;
/external/skia/src/utils/
H A DSkMatrix44.cpp840 void SkMatrix44::map2(const float src2[], int count, float dst4[]) const { function in class:SkMatrix44
850 void SkMatrix44::map2(const double src2[], int count, double dst4[]) const { function in class:SkMatrix44
/external/valgrind/main/coregrind/m_debuginfo/
H A Dstorage.c447 struct _DebugInfoMapping* map2; local
470 map2 = ML_(find_rx_mapping)(di, cfsi.base + cfsi.len - 1,
473 map = map2;
474 else if (map2 == NULL)
475 map2 = map;
481 if (map == NULL || map != map2) {
H A Ddebuginfo.c401 struct _DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); local
402 if (ranges_overlap(map1->avma, map1->size, map2->avma, map2->size))
513 struct _DebugInfoMapping* map2 = VG_(indexXA)(di2->fsm.maps, j); local
514 if (!map2->rx || map2->size == 0)
517 map2->avma, map2->size));
/external/valgrind/main/helgrind/
H A Dlibhb_core.c3818 // Change-event map2 //
4572 UWord* map2; local
4575 map2 = HG_(zalloc)( "libhb.emmG.1b",
4577 VG_(memcpy)( &map2[more], genMap, genMap_size * sizeof(UWord) );
4579 genMap = map2;
4592 UWord* map2; local
4596 map2 = HG_(zalloc)( "libhb.emmG.1c",
4598 VG_(memcpy)( &map2[0], genMap, genMap_size * sizeof(UWord) );
4600 genMap = map2;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.debug.core_3.6.0.v20100519.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 3057 milliseconds