forked from organicmaps/organicmaps
benchmarks Quartz vs YG
This commit is contained in:
parent
6bc7acd8e2
commit
a7f9487002
28 changed files with 3013 additions and 0 deletions
608
iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
Normal file
608
iphone/Benchmarks/Benchmarks.xcodeproj/project.pbxproj
Normal file
|
@ -0,0 +1,608 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
EE12001013538ED6004E6AAB /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12000F13538ED6004E6AAB /* UIKit.framework */; };
|
||||
EE12001213538ED6004E6AAB /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12001113538ED6004E6AAB /* Foundation.framework */; };
|
||||
EE12001413538ED6004E6AAB /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12001313538ED6004E6AAB /* CoreGraphics.framework */; };
|
||||
EE12001613538ED6004E6AAB /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12001513538ED6004E6AAB /* QuartzCore.framework */; };
|
||||
EE12001813538ED6004E6AAB /* OpenGLES.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12001713538ED6004E6AAB /* OpenGLES.framework */; };
|
||||
EE12001E13538ED6004E6AAB /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EE12001C13538ED6004E6AAB /* InfoPlist.strings */; };
|
||||
EE12002113538ED6004E6AAB /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EE12002013538ED6004E6AAB /* main.m */; };
|
||||
EE12002413538ED6004E6AAB /* BenchmarksAppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE12002313538ED6004E6AAB /* BenchmarksAppDelegate.mm */; };
|
||||
EE12002713538ED6004E6AAB /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE12002513538ED6004E6AAB /* MainWindow.xib */; };
|
||||
EE12002913538ED6004E6AAB /* Shader.fsh in Resources */ = {isa = PBXBuildFile; fileRef = EE12002813538ED6004E6AAB /* Shader.fsh */; };
|
||||
EE12002B13538ED6004E6AAB /* Shader.vsh in Resources */ = {isa = PBXBuildFile; fileRef = EE12002A13538ED6004E6AAB /* Shader.vsh */; };
|
||||
EE12002E13538ED6004E6AAB /* EAGLView.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE12002D13538ED6004E6AAB /* EAGLView.mm */; };
|
||||
EE12003113538ED6004E6AAB /* BenchmarksViewController.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE12003013538ED6004E6AAB /* BenchmarksViewController.mm */; };
|
||||
EE12003413538ED6004E6AAB /* BenchmarksViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EE12003213538ED6004E6AAB /* BenchmarksViewController.xib */; };
|
||||
EE12004413539683004E6AAB /* RenderBuffer.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE12004113539683004E6AAB /* RenderBuffer.mm */; };
|
||||
EE12004513539683004E6AAB /* RenderContext.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE12004313539683004E6AAB /* RenderContext.mm */; };
|
||||
EE1200601353A5FC004E6AAB /* libbase.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004A1353A5FC004E6AAB /* libbase.a */; };
|
||||
EE1200611353A5FC004E6AAB /* libbzip2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004B1353A5FC004E6AAB /* libbzip2.a */; };
|
||||
EE1200621353A5FC004E6AAB /* libcoding.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004C1353A5FC004E6AAB /* libcoding.a */; };
|
||||
EE1200631353A5FC004E6AAB /* libexpat.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004D1353A5FC004E6AAB /* libexpat.a */; };
|
||||
EE1200641353A5FC004E6AAB /* libfreetype.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004E1353A5FC004E6AAB /* libfreetype.a */; };
|
||||
EE1200651353A5FC004E6AAB /* libfribidi.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12004F1353A5FC004E6AAB /* libfribidi.a */; };
|
||||
EE1200661353A5FC004E6AAB /* libgenerator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200501353A5FC004E6AAB /* libgenerator.a */; };
|
||||
EE1200671353A5FC004E6AAB /* libgeometry.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200511353A5FC004E6AAB /* libgeometry.a */; };
|
||||
EE1200681353A5FC004E6AAB /* libgflags.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200521353A5FC004E6AAB /* libgflags.a */; };
|
||||
EE1200691353A5FC004E6AAB /* libindexer.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200531353A5FC004E6AAB /* libindexer.a */; };
|
||||
EE12006A1353A5FC004E6AAB /* libjansson.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200541353A5FC004E6AAB /* libjansson.a */; };
|
||||
EE12006B1353A5FC004E6AAB /* libmap.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200551353A5FC004E6AAB /* libmap.a */; };
|
||||
EE12006C1353A5FC004E6AAB /* libplatform.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200561353A5FC004E6AAB /* libplatform.a */; };
|
||||
EE12006D1353A5FC004E6AAB /* libprotobuf.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200571353A5FC004E6AAB /* libprotobuf.a */; };
|
||||
EE12006E1353A5FC004E6AAB /* libqt_tstfrm.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200581353A5FC004E6AAB /* libqt_tstfrm.a */; };
|
||||
EE12006F1353A5FC004E6AAB /* libsgitess.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE1200591353A5FC004E6AAB /* libsgitess.a */; };
|
||||
EE1200701353A5FC004E6AAB /* libstorage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005A1353A5FC004E6AAB /* libstorage.a */; };
|
||||
EE1200711353A5FC004E6AAB /* libtomcrypt.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005B1353A5FC004E6AAB /* libtomcrypt.a */; };
|
||||
EE1200721353A5FD004E6AAB /* libversion.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005C1353A5FC004E6AAB /* libversion.a */; };
|
||||
EE1200731353A5FD004E6AAB /* libwords.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005D1353A5FC004E6AAB /* libwords.a */; };
|
||||
EE1200741353A5FD004E6AAB /* libyg.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005E1353A5FC004E6AAB /* libyg.a */; };
|
||||
EE1200751353A5FD004E6AAB /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = EE12005F1353A5FC004E6AAB /* libzlib.a */; };
|
||||
EE1200781353A664004E6AAB /* IPhonePlatform.mm in Sources */ = {isa = PBXBuildFile; fileRef = EE1200771353A664004E6AAB /* IPhonePlatform.mm */; };
|
||||
EE1200991353A731004E6AAB /* 01_dejavusans.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007A1353A731004E6AAB /* 01_dejavusans.ttf */; };
|
||||
EE12009A1353A731004E6AAB /* 02_wqy-microhei.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007B1353A731004E6AAB /* 02_wqy-microhei.ttf */; };
|
||||
EE12009B1353A731004E6AAB /* 03_jomolhari-id-a3d.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007C1353A731004E6AAB /* 03_jomolhari-id-a3d.ttf */; };
|
||||
EE12009C1353A731004E6AAB /* 04_padauk.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007D1353A731004E6AAB /* 04_padauk.ttf */; };
|
||||
EE12009D1353A731004E6AAB /* 05_khmeros.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007E1353A731004E6AAB /* 05_khmeros.ttf */; };
|
||||
EE12009E1353A731004E6AAB /* 07_abyssinica_sil_r.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12007F1353A731004E6AAB /* 07_abyssinica_sil_r.ttf */; };
|
||||
EE12009F1353A731004E6AAB /* 09_droid_sans_thai.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200801353A731004E6AAB /* 09_droid_sans_thai.ttf */; };
|
||||
EE1200A01353A731004E6AAB /* 10_asot_biisha_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200811353A731004E6AAB /* 10_asot_biisha_n_ship.ttf */; };
|
||||
EE1200A11353A731004E6AAB /* 11_bnot_satyajit_sm_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200821353A731004E6AAB /* 11_bnot_satyajit_sm_n_ship.ttf */; };
|
||||
EE1200A21353A731004E6AAB /* 12_boot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200831353A731004E6AAB /* 12_boot_dhruv_n_ship.ttf */; };
|
||||
EE1200A31353A731004E6AAB /* 13_doot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200841353A731004E6AAB /* 13_doot_dhruv_n_ship.ttf */; };
|
||||
EE1200A41353A731004E6AAB /* 14_dvot_yogesh_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200851353A731004E6AAB /* 14_dvot_yogesh_n_ship.ttf */; };
|
||||
EE1200A51353A731004E6AAB /* 15_gist_sat_dvot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200861353A731004E6AAB /* 15_gist_sat_dvot_dhruv_n_ship.ttf */; };
|
||||
EE1200A61353A731004E6AAB /* 16_gist-snd-dvot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200871353A731004E6AAB /* 16_gist-snd-dvot_dhruv_n_ship.ttf */; };
|
||||
EE1200A71353A731004E6AAB /* 17_gjot_pratik_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200881353A731004E6AAB /* 17_gjot_pratik_n_ship.ttf */; };
|
||||
EE1200A81353A731004E6AAB /* 18_gjot_rohit_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200891353A731004E6AAB /* 18_gjot_rohit_n_ship.ttf */; };
|
||||
EE1200A91353A731004E6AAB /* 19_knot_nandi_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008A1353A731004E6AAB /* 19_knot_nandi_n_ship.ttf */; };
|
||||
EE1200AA1353A731004E6AAB /* 20_koot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008B1353A731004E6AAB /* 20_koot_dhruv_n_ship.ttf */; };
|
||||
EE1200AB1353A731004E6AAB /* 21_ksot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008C1353A731004E6AAB /* 21_ksot_dhruv_n_ship.ttf */; };
|
||||
EE1200AC1353A731004E6AAB /* 22_miot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008D1353A731004E6AAB /* 22_miot_dhruv_n_ship.ttf */; };
|
||||
EE1200AD1353A731004E6AAB /* 23_mlot_aswathi_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008E1353A731004E6AAB /* 23_mlot_aswathi_n_ship.ttf */; };
|
||||
EE1200AE1353A731004E6AAB /* 24_mlot_karthika_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE12008F1353A731004E6AAB /* 24_mlot_karthika_n_ship.ttf */; };
|
||||
EE1200AF1353A731004E6AAB /* 25_mrot_yogesh_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200901353A731004E6AAB /* 25_mrot_yogesh_n_ship.ttf */; };
|
||||
EE1200B01353A731004E6AAB /* 26_neot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200911353A731004E6AAB /* 26_neot_dhruv_n_ship.ttf */; };
|
||||
EE1200B11353A731004E6AAB /* 27_orot_mukt.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200921353A731004E6AAB /* 27_orot_mukt.ttf */; };
|
||||
EE1200B21353A731004E6AAB /* 28_sdot_dhruv_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200931353A731004E6AAB /* 28_sdot_dhruv_n_ship.ttf */; };
|
||||
EE1200B31353A731004E6AAB /* 29_tlot_harshpriya_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200941353A731004E6AAB /* 29_tlot_harshpriya_n_ship.ttf */; };
|
||||
EE1200B41353A731004E6AAB /* 30_tmot_kapilan_n_ship.ttf in Resources */ = {isa = PBXBuildFile; fileRef = EE1200951353A731004E6AAB /* 30_tmot_kapilan_n_ship.ttf */; };
|
||||
EE1200B51353A731004E6AAB /* fonts_blacklist.txt in Resources */ = {isa = PBXBuildFile; fileRef = EE1200961353A731004E6AAB /* fonts_blacklist.txt */; };
|
||||
EE1200B61353A731004E6AAB /* fonts_whitelist.txt in Resources */ = {isa = PBXBuildFile; fileRef = EE1200971353A731004E6AAB /* fonts_whitelist.txt */; };
|
||||
EE1200B71353A731004E6AAB /* unicode_blocks.txt in Resources */ = {isa = PBXBuildFile; fileRef = EE1200981353A731004E6AAB /* unicode_blocks.txt */; };
|
||||
EE1200BC1353B72A004E6AAB /* basic_highres.skn in Resources */ = {isa = PBXBuildFile; fileRef = EE1200B81353B729004E6AAB /* basic_highres.skn */; };
|
||||
EE1200BD1353B72A004E6AAB /* basic.skn in Resources */ = {isa = PBXBuildFile; fileRef = EE1200B91353B72A004E6AAB /* basic.skn */; };
|
||||
EE1200BE1353B72A004E6AAB /* symbols_24.png in Resources */ = {isa = PBXBuildFile; fileRef = EE1200BA1353B72A004E6AAB /* symbols_24.png */; };
|
||||
EE1200BF1353B72A004E6AAB /* symbols_48.png in Resources */ = {isa = PBXBuildFile; fileRef = EE1200BB1353B72A004E6AAB /* symbols_48.png */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
EE12000B13538ED6004E6AAB /* Benchmarks.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Benchmarks.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EE12000F13538ED6004E6AAB /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
EE12001113538ED6004E6AAB /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
EE12001313538ED6004E6AAB /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
EE12001513538ED6004E6AAB /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
|
||||
EE12001713538ED6004E6AAB /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGLES.framework; path = System/Library/Frameworks/OpenGLES.framework; sourceTree = SDKROOT; };
|
||||
EE12001B13538ED6004E6AAB /* Benchmarks-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "Benchmarks-Info.plist"; sourceTree = "<group>"; };
|
||||
EE12001D13538ED6004E6AAB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
EE12001F13538ED6004E6AAB /* Benchmarks-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Benchmarks-Prefix.pch"; sourceTree = "<group>"; };
|
||||
EE12002013538ED6004E6AAB /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
EE12002213538ED6004E6AAB /* BenchmarksAppDelegate.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = BenchmarksAppDelegate.hpp; sourceTree = "<group>"; };
|
||||
EE12002313538ED6004E6AAB /* BenchmarksAppDelegate.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BenchmarksAppDelegate.mm; sourceTree = "<group>"; };
|
||||
EE12002613538ED6004E6AAB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
|
||||
EE12002813538ED6004E6AAB /* Shader.fsh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; name = Shader.fsh; path = Shaders/Shader.fsh; sourceTree = "<group>"; };
|
||||
EE12002A13538ED6004E6AAB /* Shader.vsh */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.glsl; name = Shader.vsh; path = Shaders/Shader.vsh; sourceTree = "<group>"; };
|
||||
EE12002C13538ED6004E6AAB /* EAGLView.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = EAGLView.hpp; sourceTree = "<group>"; };
|
||||
EE12002D13538ED6004E6AAB /* EAGLView.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = EAGLView.mm; sourceTree = "<group>"; };
|
||||
EE12002F13538ED6004E6AAB /* BenchmarksViewController.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = BenchmarksViewController.hpp; sourceTree = "<group>"; };
|
||||
EE12003013538ED6004E6AAB /* BenchmarksViewController.mm */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.objcpp; path = BenchmarksViewController.mm; sourceTree = "<group>"; };
|
||||
EE12003313538ED6004E6AAB /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/BenchmarksViewController.xib; sourceTree = "<group>"; };
|
||||
EE12004013539683004E6AAB /* RenderBuffer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RenderBuffer.hpp; path = Projects/omim/iphone/Maps/Classes/RenderBuffer.hpp; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004113539683004E6AAB /* RenderBuffer.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RenderBuffer.mm; path = Projects/omim/iphone/Maps/Classes/RenderBuffer.mm; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004213539683004E6AAB /* RenderContext.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = RenderContext.hpp; path = Projects/omim/iphone/Maps/Classes/RenderContext.hpp; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004313539683004E6AAB /* RenderContext.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = RenderContext.mm; path = Projects/omim/iphone/Maps/Classes/RenderContext.mm; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004A1353A5FC004E6AAB /* libbase.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbase.a; path = "Projects/omim-build-release/out/release/libbase.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004B1353A5FC004E6AAB /* libbzip2.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libbzip2.a; path = "Projects/omim-build-release/out/release/libbzip2.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004C1353A5FC004E6AAB /* libcoding.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libcoding.a; path = "Projects/omim-build-release/out/release/libcoding.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004D1353A5FC004E6AAB /* libexpat.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libexpat.a; path = "Projects/omim-build-release/out/release/libexpat.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004E1353A5FC004E6AAB /* libfreetype.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfreetype.a; path = "Projects/omim-build-release/out/release/libfreetype.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12004F1353A5FC004E6AAB /* libfribidi.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libfribidi.a; path = "Projects/omim-build-release/out/release/libfribidi.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200501353A5FC004E6AAB /* libgenerator.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgenerator.a; path = "Projects/omim-build-release/out/release/libgenerator.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200511353A5FC004E6AAB /* libgeometry.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgeometry.a; path = "Projects/omim-build-release/out/release/libgeometry.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200521353A5FC004E6AAB /* libgflags.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libgflags.a; path = "Projects/omim-build-release/out/release/libgflags.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200531353A5FC004E6AAB /* libindexer.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libindexer.a; path = "Projects/omim-build-release/out/release/libindexer.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200541353A5FC004E6AAB /* libjansson.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libjansson.a; path = "Projects/omim-build-release/out/release/libjansson.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200551353A5FC004E6AAB /* libmap.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libmap.a; path = "Projects/omim-build-release/out/release/libmap.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200561353A5FC004E6AAB /* libplatform.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libplatform.a; path = "Projects/omim-build-release/out/release/libplatform.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200571353A5FC004E6AAB /* libprotobuf.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libprotobuf.a; path = "Projects/omim-build-release/out/release/libprotobuf.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200581353A5FC004E6AAB /* libqt_tstfrm.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libqt_tstfrm.a; path = "Projects/omim-build-release/out/release/libqt_tstfrm.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200591353A5FC004E6AAB /* libsgitess.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libsgitess.a; path = "Projects/omim-build-release/out/release/libsgitess.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005A1353A5FC004E6AAB /* libstorage.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libstorage.a; path = "Projects/omim-build-release/out/release/libstorage.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005B1353A5FC004E6AAB /* libtomcrypt.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libtomcrypt.a; path = "Projects/omim-build-release/out/release/libtomcrypt.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005C1353A5FC004E6AAB /* libversion.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libversion.a; path = "Projects/omim-build-release/out/release/libversion.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005D1353A5FC004E6AAB /* libwords.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libwords.a; path = "Projects/omim-build-release/out/release/libwords.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005E1353A5FC004E6AAB /* libyg.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libyg.a; path = "Projects/omim-build-release/out/release/libyg.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12005F1353A5FC004E6AAB /* libzlib.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libzlib.a; path = "Projects/omim-build-release/out/release/libzlib.a"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200761353A664004E6AAB /* IPhonePlatform.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = IPhonePlatform.hpp; path = Projects/omim/iphone/Maps/Platform/IPhonePlatform.hpp; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200771353A664004E6AAB /* IPhonePlatform.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; name = IPhonePlatform.mm; path = Projects/omim/iphone/Maps/Platform/IPhonePlatform.mm; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007A1353A731004E6AAB /* 01_dejavusans.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 01_dejavusans.ttf; path = Projects/omim/data/01_dejavusans.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007B1353A731004E6AAB /* 02_wqy-microhei.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "02_wqy-microhei.ttf"; path = "Projects/omim/data/02_wqy-microhei.ttf"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007C1353A731004E6AAB /* 03_jomolhari-id-a3d.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "03_jomolhari-id-a3d.ttf"; path = "Projects/omim/data/03_jomolhari-id-a3d.ttf"; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007D1353A731004E6AAB /* 04_padauk.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 04_padauk.ttf; path = Projects/omim/data/04_padauk.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007E1353A731004E6AAB /* 05_khmeros.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 05_khmeros.ttf; path = Projects/omim/data/05_khmeros.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12007F1353A731004E6AAB /* 07_abyssinica_sil_r.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 07_abyssinica_sil_r.ttf; path = Projects/omim/data/07_abyssinica_sil_r.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200801353A731004E6AAB /* 09_droid_sans_thai.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 09_droid_sans_thai.ttf; path = Projects/omim/data/09_droid_sans_thai.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200811353A731004E6AAB /* 10_asot_biisha_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 10_asot_biisha_n_ship.ttf; path = Projects/omim/data/10_asot_biisha_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200821353A731004E6AAB /* 11_bnot_satyajit_sm_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 11_bnot_satyajit_sm_n_ship.ttf; path = Projects/omim/data/11_bnot_satyajit_sm_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200831353A731004E6AAB /* 12_boot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 12_boot_dhruv_n_ship.ttf; path = Projects/omim/data/12_boot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200841353A731004E6AAB /* 13_doot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 13_doot_dhruv_n_ship.ttf; path = Projects/omim/data/13_doot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200851353A731004E6AAB /* 14_dvot_yogesh_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 14_dvot_yogesh_n_ship.ttf; path = Projects/omim/data/14_dvot_yogesh_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200861353A731004E6AAB /* 15_gist_sat_dvot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 15_gist_sat_dvot_dhruv_n_ship.ttf; path = Projects/omim/data/15_gist_sat_dvot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200871353A731004E6AAB /* 16_gist-snd-dvot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = "16_gist-snd-dvot_dhruv_n_ship.ttf"; path = "Projects/omim/data/16_gist-snd-dvot_dhruv_n_ship.ttf"; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200881353A731004E6AAB /* 17_gjot_pratik_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 17_gjot_pratik_n_ship.ttf; path = Projects/omim/data/17_gjot_pratik_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200891353A731004E6AAB /* 18_gjot_rohit_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 18_gjot_rohit_n_ship.ttf; path = Projects/omim/data/18_gjot_rohit_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008A1353A731004E6AAB /* 19_knot_nandi_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 19_knot_nandi_n_ship.ttf; path = Projects/omim/data/19_knot_nandi_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008B1353A731004E6AAB /* 20_koot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 20_koot_dhruv_n_ship.ttf; path = Projects/omim/data/20_koot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008C1353A731004E6AAB /* 21_ksot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 21_ksot_dhruv_n_ship.ttf; path = Projects/omim/data/21_ksot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008D1353A731004E6AAB /* 22_miot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 22_miot_dhruv_n_ship.ttf; path = Projects/omim/data/22_miot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008E1353A731004E6AAB /* 23_mlot_aswathi_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 23_mlot_aswathi_n_ship.ttf; path = Projects/omim/data/23_mlot_aswathi_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE12008F1353A731004E6AAB /* 24_mlot_karthika_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 24_mlot_karthika_n_ship.ttf; path = Projects/omim/data/24_mlot_karthika_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200901353A731004E6AAB /* 25_mrot_yogesh_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 25_mrot_yogesh_n_ship.ttf; path = Projects/omim/data/25_mrot_yogesh_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200911353A731004E6AAB /* 26_neot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 26_neot_dhruv_n_ship.ttf; path = Projects/omim/data/26_neot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200921353A731004E6AAB /* 27_orot_mukt.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 27_orot_mukt.ttf; path = Projects/omim/data/27_orot_mukt.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200931353A731004E6AAB /* 28_sdot_dhruv_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 28_sdot_dhruv_n_ship.ttf; path = Projects/omim/data/28_sdot_dhruv_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200941353A731004E6AAB /* 29_tlot_harshpriya_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 29_tlot_harshpriya_n_ship.ttf; path = Projects/omim/data/29_tlot_harshpriya_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200951353A731004E6AAB /* 30_tmot_kapilan_n_ship.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = 30_tmot_kapilan_n_ship.ttf; path = Projects/omim/data/30_tmot_kapilan_n_ship.ttf; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200961353A731004E6AAB /* fonts_blacklist.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = fonts_blacklist.txt; path = Projects/omim/data/fonts_blacklist.txt; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200971353A731004E6AAB /* fonts_whitelist.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = fonts_whitelist.txt; path = Projects/omim/data/fonts_whitelist.txt; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200981353A731004E6AAB /* unicode_blocks.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = unicode_blocks.txt; path = Projects/omim/data/unicode_blocks.txt; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200B81353B729004E6AAB /* basic_highres.skn */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = basic_highres.skn; path = Projects/omim/data/basic_highres.skn; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200B91353B72A004E6AAB /* basic.skn */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = basic.skn; path = Projects/omim/data/basic.skn; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200BA1353B72A004E6AAB /* symbols_24.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = symbols_24.png; path = Projects/omim/data/symbols_24.png; sourceTree = DEVELOPER_DIR; };
|
||||
EE1200BB1353B72A004E6AAB /* symbols_48.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = symbols_48.png; path = Projects/omim/data/symbols_48.png; sourceTree = DEVELOPER_DIR; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
EE12000813538ED6004E6AAB /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EE12001013538ED6004E6AAB /* UIKit.framework in Frameworks */,
|
||||
EE12001213538ED6004E6AAB /* Foundation.framework in Frameworks */,
|
||||
EE12001413538ED6004E6AAB /* CoreGraphics.framework in Frameworks */,
|
||||
EE12001613538ED6004E6AAB /* QuartzCore.framework in Frameworks */,
|
||||
EE12001813538ED6004E6AAB /* OpenGLES.framework in Frameworks */,
|
||||
EE1200601353A5FC004E6AAB /* libbase.a in Frameworks */,
|
||||
EE1200611353A5FC004E6AAB /* libbzip2.a in Frameworks */,
|
||||
EE1200621353A5FC004E6AAB /* libcoding.a in Frameworks */,
|
||||
EE1200631353A5FC004E6AAB /* libexpat.a in Frameworks */,
|
||||
EE1200641353A5FC004E6AAB /* libfreetype.a in Frameworks */,
|
||||
EE1200651353A5FC004E6AAB /* libfribidi.a in Frameworks */,
|
||||
EE1200661353A5FC004E6AAB /* libgenerator.a in Frameworks */,
|
||||
EE1200671353A5FC004E6AAB /* libgeometry.a in Frameworks */,
|
||||
EE1200681353A5FC004E6AAB /* libgflags.a in Frameworks */,
|
||||
EE1200691353A5FC004E6AAB /* libindexer.a in Frameworks */,
|
||||
EE12006A1353A5FC004E6AAB /* libjansson.a in Frameworks */,
|
||||
EE12006B1353A5FC004E6AAB /* libmap.a in Frameworks */,
|
||||
EE12006C1353A5FC004E6AAB /* libplatform.a in Frameworks */,
|
||||
EE12006D1353A5FC004E6AAB /* libprotobuf.a in Frameworks */,
|
||||
EE12006E1353A5FC004E6AAB /* libqt_tstfrm.a in Frameworks */,
|
||||
EE12006F1353A5FC004E6AAB /* libsgitess.a in Frameworks */,
|
||||
EE1200701353A5FC004E6AAB /* libstorage.a in Frameworks */,
|
||||
EE1200711353A5FC004E6AAB /* libtomcrypt.a in Frameworks */,
|
||||
EE1200721353A5FD004E6AAB /* libversion.a in Frameworks */,
|
||||
EE1200731353A5FD004E6AAB /* libwords.a in Frameworks */,
|
||||
EE1200741353A5FD004E6AAB /* libyg.a in Frameworks */,
|
||||
EE1200751353A5FD004E6AAB /* libzlib.a in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
EE12000013538ED6004E6AAB = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE1200791353A6CE004E6AAB /* Resources */,
|
||||
EE1200491353A584004E6AAB /* Static Libraries */,
|
||||
EE12001913538ED6004E6AAB /* Benchmarks */,
|
||||
EE12000E13538ED6004E6AAB /* Frameworks */,
|
||||
EE12000C13538ED6004E6AAB /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12000C13538ED6004E6AAB /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE12000B13538ED6004E6AAB /* Benchmarks.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12000E13538ED6004E6AAB /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE12000F13538ED6004E6AAB /* UIKit.framework */,
|
||||
EE12001113538ED6004E6AAB /* Foundation.framework */,
|
||||
EE12001313538ED6004E6AAB /* CoreGraphics.framework */,
|
||||
EE12001513538ED6004E6AAB /* QuartzCore.framework */,
|
||||
EE12001713538ED6004E6AAB /* OpenGLES.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12001913538ED6004E6AAB /* Benchmarks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE1200761353A664004E6AAB /* IPhonePlatform.hpp */,
|
||||
EE1200771353A664004E6AAB /* IPhonePlatform.mm */,
|
||||
EE12004013539683004E6AAB /* RenderBuffer.hpp */,
|
||||
EE12004113539683004E6AAB /* RenderBuffer.mm */,
|
||||
EE12004213539683004E6AAB /* RenderContext.hpp */,
|
||||
EE12004313539683004E6AAB /* RenderContext.mm */,
|
||||
EE12002213538ED6004E6AAB /* BenchmarksAppDelegate.hpp */,
|
||||
EE12002313538ED6004E6AAB /* BenchmarksAppDelegate.mm */,
|
||||
EE12002513538ED6004E6AAB /* MainWindow.xib */,
|
||||
EE12002813538ED6004E6AAB /* Shader.fsh */,
|
||||
EE12002A13538ED6004E6AAB /* Shader.vsh */,
|
||||
EE12002C13538ED6004E6AAB /* EAGLView.hpp */,
|
||||
EE12002D13538ED6004E6AAB /* EAGLView.mm */,
|
||||
EE12002F13538ED6004E6AAB /* BenchmarksViewController.hpp */,
|
||||
EE12003013538ED6004E6AAB /* BenchmarksViewController.mm */,
|
||||
EE12003213538ED6004E6AAB /* BenchmarksViewController.xib */,
|
||||
EE12001A13538ED6004E6AAB /* Supporting Files */,
|
||||
);
|
||||
path = Benchmarks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12001A13538ED6004E6AAB /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE12001B13538ED6004E6AAB /* Benchmarks-Info.plist */,
|
||||
EE12001C13538ED6004E6AAB /* InfoPlist.strings */,
|
||||
EE12001F13538ED6004E6AAB /* Benchmarks-Prefix.pch */,
|
||||
EE12002013538ED6004E6AAB /* main.m */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE1200491353A584004E6AAB /* Static Libraries */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE12004A1353A5FC004E6AAB /* libbase.a */,
|
||||
EE12004B1353A5FC004E6AAB /* libbzip2.a */,
|
||||
EE12004C1353A5FC004E6AAB /* libcoding.a */,
|
||||
EE12004D1353A5FC004E6AAB /* libexpat.a */,
|
||||
EE12004E1353A5FC004E6AAB /* libfreetype.a */,
|
||||
EE12004F1353A5FC004E6AAB /* libfribidi.a */,
|
||||
EE1200501353A5FC004E6AAB /* libgenerator.a */,
|
||||
EE1200511353A5FC004E6AAB /* libgeometry.a */,
|
||||
EE1200521353A5FC004E6AAB /* libgflags.a */,
|
||||
EE1200531353A5FC004E6AAB /* libindexer.a */,
|
||||
EE1200541353A5FC004E6AAB /* libjansson.a */,
|
||||
EE1200551353A5FC004E6AAB /* libmap.a */,
|
||||
EE1200561353A5FC004E6AAB /* libplatform.a */,
|
||||
EE1200571353A5FC004E6AAB /* libprotobuf.a */,
|
||||
EE1200581353A5FC004E6AAB /* libqt_tstfrm.a */,
|
||||
EE1200591353A5FC004E6AAB /* libsgitess.a */,
|
||||
EE12005A1353A5FC004E6AAB /* libstorage.a */,
|
||||
EE12005B1353A5FC004E6AAB /* libtomcrypt.a */,
|
||||
EE12005C1353A5FC004E6AAB /* libversion.a */,
|
||||
EE12005D1353A5FC004E6AAB /* libwords.a */,
|
||||
EE12005E1353A5FC004E6AAB /* libyg.a */,
|
||||
EE12005F1353A5FC004E6AAB /* libzlib.a */,
|
||||
);
|
||||
name = "Static Libraries";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE1200791353A6CE004E6AAB /* Resources */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EE1200B81353B729004E6AAB /* basic_highres.skn */,
|
||||
EE1200B91353B72A004E6AAB /* basic.skn */,
|
||||
EE1200BA1353B72A004E6AAB /* symbols_24.png */,
|
||||
EE1200BB1353B72A004E6AAB /* symbols_48.png */,
|
||||
EE12007A1353A731004E6AAB /* 01_dejavusans.ttf */,
|
||||
EE12007B1353A731004E6AAB /* 02_wqy-microhei.ttf */,
|
||||
EE12007C1353A731004E6AAB /* 03_jomolhari-id-a3d.ttf */,
|
||||
EE12007D1353A731004E6AAB /* 04_padauk.ttf */,
|
||||
EE12007E1353A731004E6AAB /* 05_khmeros.ttf */,
|
||||
EE12007F1353A731004E6AAB /* 07_abyssinica_sil_r.ttf */,
|
||||
EE1200801353A731004E6AAB /* 09_droid_sans_thai.ttf */,
|
||||
EE1200811353A731004E6AAB /* 10_asot_biisha_n_ship.ttf */,
|
||||
EE1200821353A731004E6AAB /* 11_bnot_satyajit_sm_n_ship.ttf */,
|
||||
EE1200831353A731004E6AAB /* 12_boot_dhruv_n_ship.ttf */,
|
||||
EE1200841353A731004E6AAB /* 13_doot_dhruv_n_ship.ttf */,
|
||||
EE1200851353A731004E6AAB /* 14_dvot_yogesh_n_ship.ttf */,
|
||||
EE1200861353A731004E6AAB /* 15_gist_sat_dvot_dhruv_n_ship.ttf */,
|
||||
EE1200871353A731004E6AAB /* 16_gist-snd-dvot_dhruv_n_ship.ttf */,
|
||||
EE1200881353A731004E6AAB /* 17_gjot_pratik_n_ship.ttf */,
|
||||
EE1200891353A731004E6AAB /* 18_gjot_rohit_n_ship.ttf */,
|
||||
EE12008A1353A731004E6AAB /* 19_knot_nandi_n_ship.ttf */,
|
||||
EE12008B1353A731004E6AAB /* 20_koot_dhruv_n_ship.ttf */,
|
||||
EE12008C1353A731004E6AAB /* 21_ksot_dhruv_n_ship.ttf */,
|
||||
EE12008D1353A731004E6AAB /* 22_miot_dhruv_n_ship.ttf */,
|
||||
EE12008E1353A731004E6AAB /* 23_mlot_aswathi_n_ship.ttf */,
|
||||
EE12008F1353A731004E6AAB /* 24_mlot_karthika_n_ship.ttf */,
|
||||
EE1200901353A731004E6AAB /* 25_mrot_yogesh_n_ship.ttf */,
|
||||
EE1200911353A731004E6AAB /* 26_neot_dhruv_n_ship.ttf */,
|
||||
EE1200921353A731004E6AAB /* 27_orot_mukt.ttf */,
|
||||
EE1200931353A731004E6AAB /* 28_sdot_dhruv_n_ship.ttf */,
|
||||
EE1200941353A731004E6AAB /* 29_tlot_harshpriya_n_ship.ttf */,
|
||||
EE1200951353A731004E6AAB /* 30_tmot_kapilan_n_ship.ttf */,
|
||||
EE1200961353A731004E6AAB /* fonts_blacklist.txt */,
|
||||
EE1200971353A731004E6AAB /* fonts_whitelist.txt */,
|
||||
EE1200981353A731004E6AAB /* unicode_blocks.txt */,
|
||||
);
|
||||
name = Resources;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
EE12000A13538ED6004E6AAB /* Benchmarks */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = EE12003713538ED7004E6AAB /* Build configuration list for PBXNativeTarget "Benchmarks" */;
|
||||
buildPhases = (
|
||||
EE12000713538ED6004E6AAB /* Sources */,
|
||||
EE12000813538ED6004E6AAB /* Frameworks */,
|
||||
EE12000913538ED6004E6AAB /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = Benchmarks;
|
||||
productName = Benchmarks;
|
||||
productReference = EE12000B13538ED6004E6AAB /* Benchmarks.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
EE12000213538ED6004E6AAB /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
ORGANIZATIONNAME = "Credo-Dialogue";
|
||||
};
|
||||
buildConfigurationList = EE12000513538ED6004E6AAB /* Build configuration list for PBXProject "Benchmarks" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = EE12000013538ED6004E6AAB;
|
||||
productRefGroup = EE12000C13538ED6004E6AAB /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
EE12000A13538ED6004E6AAB /* Benchmarks */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
EE12000913538ED6004E6AAB /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EE12001E13538ED6004E6AAB /* InfoPlist.strings in Resources */,
|
||||
EE12002713538ED6004E6AAB /* MainWindow.xib in Resources */,
|
||||
EE12002913538ED6004E6AAB /* Shader.fsh in Resources */,
|
||||
EE12002B13538ED6004E6AAB /* Shader.vsh in Resources */,
|
||||
EE12003413538ED6004E6AAB /* BenchmarksViewController.xib in Resources */,
|
||||
EE1200991353A731004E6AAB /* 01_dejavusans.ttf in Resources */,
|
||||
EE12009A1353A731004E6AAB /* 02_wqy-microhei.ttf in Resources */,
|
||||
EE12009B1353A731004E6AAB /* 03_jomolhari-id-a3d.ttf in Resources */,
|
||||
EE12009C1353A731004E6AAB /* 04_padauk.ttf in Resources */,
|
||||
EE12009D1353A731004E6AAB /* 05_khmeros.ttf in Resources */,
|
||||
EE12009E1353A731004E6AAB /* 07_abyssinica_sil_r.ttf in Resources */,
|
||||
EE12009F1353A731004E6AAB /* 09_droid_sans_thai.ttf in Resources */,
|
||||
EE1200A01353A731004E6AAB /* 10_asot_biisha_n_ship.ttf in Resources */,
|
||||
EE1200A11353A731004E6AAB /* 11_bnot_satyajit_sm_n_ship.ttf in Resources */,
|
||||
EE1200A21353A731004E6AAB /* 12_boot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200A31353A731004E6AAB /* 13_doot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200A41353A731004E6AAB /* 14_dvot_yogesh_n_ship.ttf in Resources */,
|
||||
EE1200A51353A731004E6AAB /* 15_gist_sat_dvot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200A61353A731004E6AAB /* 16_gist-snd-dvot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200A71353A731004E6AAB /* 17_gjot_pratik_n_ship.ttf in Resources */,
|
||||
EE1200A81353A731004E6AAB /* 18_gjot_rohit_n_ship.ttf in Resources */,
|
||||
EE1200A91353A731004E6AAB /* 19_knot_nandi_n_ship.ttf in Resources */,
|
||||
EE1200AA1353A731004E6AAB /* 20_koot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200AB1353A731004E6AAB /* 21_ksot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200AC1353A731004E6AAB /* 22_miot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200AD1353A731004E6AAB /* 23_mlot_aswathi_n_ship.ttf in Resources */,
|
||||
EE1200AE1353A731004E6AAB /* 24_mlot_karthika_n_ship.ttf in Resources */,
|
||||
EE1200AF1353A731004E6AAB /* 25_mrot_yogesh_n_ship.ttf in Resources */,
|
||||
EE1200B01353A731004E6AAB /* 26_neot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200B11353A731004E6AAB /* 27_orot_mukt.ttf in Resources */,
|
||||
EE1200B21353A731004E6AAB /* 28_sdot_dhruv_n_ship.ttf in Resources */,
|
||||
EE1200B31353A731004E6AAB /* 29_tlot_harshpriya_n_ship.ttf in Resources */,
|
||||
EE1200B41353A731004E6AAB /* 30_tmot_kapilan_n_ship.ttf in Resources */,
|
||||
EE1200B51353A731004E6AAB /* fonts_blacklist.txt in Resources */,
|
||||
EE1200B61353A731004E6AAB /* fonts_whitelist.txt in Resources */,
|
||||
EE1200B71353A731004E6AAB /* unicode_blocks.txt in Resources */,
|
||||
EE1200BC1353B72A004E6AAB /* basic_highres.skn in Resources */,
|
||||
EE1200BD1353B72A004E6AAB /* basic.skn in Resources */,
|
||||
EE1200BE1353B72A004E6AAB /* symbols_24.png in Resources */,
|
||||
EE1200BF1353B72A004E6AAB /* symbols_48.png in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
EE12000713538ED6004E6AAB /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EE12002113538ED6004E6AAB /* main.m in Sources */,
|
||||
EE12002413538ED6004E6AAB /* BenchmarksAppDelegate.mm in Sources */,
|
||||
EE12002E13538ED6004E6AAB /* EAGLView.mm in Sources */,
|
||||
EE12003113538ED6004E6AAB /* BenchmarksViewController.mm in Sources */,
|
||||
EE12004413539683004E6AAB /* RenderBuffer.mm in Sources */,
|
||||
EE12004513539683004E6AAB /* RenderContext.mm in Sources */,
|
||||
EE1200781353A664004E6AAB /* IPhonePlatform.mm in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
EE12001C13538ED6004E6AAB /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EE12001D13538ED6004E6AAB /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12002513538ED6004E6AAB /* MainWindow.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EE12002613538ED6004E6AAB /* en */,
|
||||
);
|
||||
name = MainWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EE12003213538ED6004E6AAB /* BenchmarksViewController.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EE12003313538ED6004E6AAB /* en */,
|
||||
);
|
||||
name = BenchmarksViewController.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
EE12003513538ED7004E6AAB /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
DEBUG,
|
||||
_DEBUG,
|
||||
TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_VERSION = com.apple.compilers.llvmgcc42;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = NO;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = ../../3party/boost;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = "$(SRCROOT)/../../../omim-iphone-build/out/debug";
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
PRELINK_LIBS = libyg.a;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
EE12003613538ED7004E6AAB /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
COMPRESS_PNG_FILES = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_C_LANGUAGE_STANDARD = c99;
|
||||
GCC_OPTIMIZATION_LEVEL = 3;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = (
|
||||
RELEASE,
|
||||
_RELEASE,
|
||||
TARGET_OS_IPHONE,
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
GCC_UNROLL_LOOPS = YES;
|
||||
GCC_VERSION = com.apple.compilers.llvmgcc42;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = NO;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
HEADER_SEARCH_PATHS = ../../3party/boost;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
"LIBRARY_SEARCH_PATHS[sdk=iphoneos*][arch=*]" = "$(SRCROOT)/../../../omim-iphone-build/out/release";
|
||||
OTHER_CFLAGS = "-Wall";
|
||||
PRELINK_LIBS = libyg.a;
|
||||
SDKROOT = iphoneos;
|
||||
TARGETED_DEVICE_FAMILY = "1,2";
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
EE12003813538ED7004E6AAB /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Benchmarks/Benchmarks-Prefix.pch";
|
||||
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
|
||||
INFOPLIST_FILE = "Benchmarks/Benchmarks-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(DEVELOPER_DIR)/Projects/omim-build-release/out/release\"",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
EE12003913538ED7004E6AAB /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "Benchmarks/Benchmarks-Prefix.pch";
|
||||
"GCC_THUMB_SUPPORT[arch=armv6]" = "";
|
||||
INFOPLIST_FILE = "Benchmarks/Benchmarks-Info.plist";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\"$(DEVELOPER_DIR)/Projects/omim-build-release/out/release\"",
|
||||
);
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
EE12000513538ED6004E6AAB /* Build configuration list for PBXProject "Benchmarks" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EE12003513538ED7004E6AAB /* Debug */,
|
||||
EE12003613538ED7004E6AAB /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
EE12003713538ED7004E6AAB /* Build configuration list for PBXNativeTarget "Benchmarks" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EE12003813538ED7004E6AAB /* Debug */,
|
||||
EE12003913538ED7004E6AAB /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = EE12000213538ED6004E6AAB /* Project object */;
|
||||
}
|
40
iphone/Benchmarks/Benchmarks/Benchmarks-Info.plist
Normal file
40
iphone/Benchmarks/Benchmarks/Benchmarks-Info.plist
Normal file
|
@ -0,0 +1,40 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.mapswithme.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainWindow</string>
|
||||
<key>UIStatusBarHidden</key>
|
||||
<true/>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
14
iphone/Benchmarks/Benchmarks/Benchmarks-Prefix.pch
Normal file
14
iphone/Benchmarks/Benchmarks/Benchmarks-Prefix.pch
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'Benchmarks' target in the 'Benchmarks' project
|
||||
//
|
||||
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_3_0
|
||||
#warning "This project uses features only available in iPhone SDK 3.0 and later."
|
||||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
21
iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
Normal file
21
iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.hpp
Normal file
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// BenchmarksAppDelegate.h
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class BenchmarksViewController;
|
||||
|
||||
@interface BenchmarksAppDelegate : NSObject <UIApplicationDelegate> {
|
||||
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
|
||||
@property (nonatomic, retain) IBOutlet BenchmarksViewController *viewController;
|
||||
|
||||
@end
|
78
iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
Normal file
78
iphone/Benchmarks/Benchmarks/BenchmarksAppDelegate.mm
Normal file
|
@ -0,0 +1,78 @@
|
|||
//
|
||||
// BenchmarksAppDelegate.m
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import "BenchmarksAppDelegate.hpp"
|
||||
|
||||
#import "EAGLView.hpp"
|
||||
|
||||
#import "BenchmarksViewController.hpp"
|
||||
|
||||
@implementation BenchmarksAppDelegate
|
||||
|
||||
|
||||
@synthesize window=_window;
|
||||
|
||||
@synthesize viewController=_viewController;
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
// Override point for customization after application launch.
|
||||
self.window.rootViewController = self.viewController;
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||
*/
|
||||
[self.viewController stopAnimation];
|
||||
}
|
||||
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||
If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||
*/
|
||||
[self.viewController startAnimation];
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Called when the application is about to terminate.
|
||||
Save data if appropriate.
|
||||
See also applicationDidEnterBackground:.
|
||||
*/
|
||||
[self.viewController stopAnimation];
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[_window release];
|
||||
[_viewController release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
37
iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
Normal file
37
iphone/Benchmarks/Benchmarks/BenchmarksViewController.hpp
Normal file
|
@ -0,0 +1,37 @@
|
|||
//
|
||||
// BenchmarksViewController.h
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <OpenGLES/EAGL.h>
|
||||
|
||||
#import <OpenGLES/ES1/gl.h>
|
||||
#import <OpenGLES/ES1/glext.h>
|
||||
#import <OpenGLES/ES2/gl.h>
|
||||
#import <OpenGLES/ES2/glext.h>
|
||||
|
||||
@interface BenchmarksViewController : UIViewController {
|
||||
@private
|
||||
EAGLContext *context;
|
||||
GLuint program;
|
||||
|
||||
int m_frameCount;
|
||||
double m_fullTime;
|
||||
|
||||
BOOL animating;
|
||||
NSInteger animationFrameInterval;
|
||||
CADisplayLink *displayLink;
|
||||
}
|
||||
|
||||
@property (readonly, nonatomic, getter=isAnimating) BOOL animating;
|
||||
@property (nonatomic) NSInteger animationFrameInterval;
|
||||
|
||||
- (void)startAnimation;
|
||||
- (void)stopAnimation;
|
||||
|
||||
@end
|
399
iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
Normal file
399
iphone/Benchmarks/Benchmarks/BenchmarksViewController.mm
Normal file
|
@ -0,0 +1,399 @@
|
|||
//
|
||||
// BenchmarksViewController.m
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
|
||||
#import "BenchmarksViewController.hpp"
|
||||
#import "EAGLView.hpp"
|
||||
#include "../../yg/skin.hpp"
|
||||
|
||||
// Uniform index.
|
||||
enum {
|
||||
UNIFORM_TRANSLATE,
|
||||
NUM_UNIFORMS
|
||||
};
|
||||
GLint uniforms[NUM_UNIFORMS];
|
||||
|
||||
// Attribute index.
|
||||
enum {
|
||||
ATTRIB_VERTEX,
|
||||
ATTRIB_COLOR,
|
||||
NUM_ATTRIBUTES
|
||||
};
|
||||
|
||||
@interface BenchmarksViewController ()
|
||||
@property (nonatomic, retain) EAGLContext *context;
|
||||
@property (nonatomic, assign) CADisplayLink *displayLink;
|
||||
- (BOOL)loadShaders;
|
||||
- (BOOL)compileShader:(GLuint *)shader type:(GLenum)type file:(NSString *)file;
|
||||
- (BOOL)linkProgram:(GLuint)prog;
|
||||
- (BOOL)validateProgram:(GLuint)prog;
|
||||
@end
|
||||
|
||||
@implementation BenchmarksViewController
|
||||
|
||||
@synthesize animating, context, displayLink;
|
||||
|
||||
- (void)awakeFromNib
|
||||
{
|
||||
m_frameCount = 0;
|
||||
m_fullTime = 0;
|
||||
/*EAGLContext *aContext = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES2];
|
||||
|
||||
if (!aContext) {
|
||||
aContext = [[EAGLContext alloc] initWithAPI:kEAGLRenderingAPIOpenGLES1];
|
||||
}
|
||||
|
||||
if (!aContext)
|
||||
NSLog(@"Failed to create ES context");
|
||||
else if (![EAGLContext setCurrentContext:aContext])
|
||||
NSLog(@"Failed to set ES context current");
|
||||
|
||||
self.context = aContext;
|
||||
[aContext release];
|
||||
|
||||
[(EAGLView *)self.view setContext:context];
|
||||
[(EAGLView *)self.view setFramebuffer];
|
||||
|
||||
if ([context API] == kEAGLRenderingAPIOpenGLES2)
|
||||
[self loadShaders];
|
||||
|
||||
*/
|
||||
|
||||
animating = FALSE;
|
||||
animationFrameInterval = 1;
|
||||
self.displayLink = nil;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
if (program) {
|
||||
glDeleteProgram(program);
|
||||
program = 0;
|
||||
}
|
||||
|
||||
/* // Tear down context.
|
||||
if ([EAGLContext currentContext] == context)
|
||||
[EAGLContext setCurrentContext:nil];
|
||||
|
||||
[context release];
|
||||
*/
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
{
|
||||
// Releases the view if it doesn't have a superview.
|
||||
[super didReceiveMemoryWarning];
|
||||
|
||||
// Release any cached data, images, etc. that aren't in use.
|
||||
}
|
||||
|
||||
- (void)viewWillAppear:(BOOL)animated
|
||||
{
|
||||
[self startAnimation];
|
||||
|
||||
[super viewWillAppear:animated];
|
||||
}
|
||||
|
||||
- (void)viewWillDisappear:(BOOL)animated
|
||||
{
|
||||
[self stopAnimation];
|
||||
|
||||
[super viewWillDisappear:animated];
|
||||
}
|
||||
|
||||
- (void)viewDidUnload
|
||||
{
|
||||
[super viewDidUnload];
|
||||
|
||||
if (program) {
|
||||
glDeleteProgram(program);
|
||||
program = 0;
|
||||
}
|
||||
|
||||
/* // Tear down context.
|
||||
if ([EAGLContext currentContext] == context)
|
||||
[EAGLContext setCurrentContext:nil];
|
||||
self.context = nil; */
|
||||
}
|
||||
|
||||
- (NSInteger)animationFrameInterval
|
||||
{
|
||||
return animationFrameInterval;
|
||||
}
|
||||
|
||||
- (void)setAnimationFrameInterval:(NSInteger)frameInterval
|
||||
{
|
||||
/*
|
||||
Frame interval defines how many display frames must pass between each time the display link fires.
|
||||
The display link will only fire 30 times a second when the frame internal is two on a display that refreshes 60 times a second. The default frame interval setting of one will fire 60 times a second when the display refreshes at 60 times a second. A frame interval setting of less than one results in undefined behavior.
|
||||
*/
|
||||
if (frameInterval >= 1) {
|
||||
animationFrameInterval = frameInterval;
|
||||
|
||||
if (animating) {
|
||||
[self stopAnimation];
|
||||
[self startAnimation];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
- (void)startAnimation
|
||||
{
|
||||
if (!animating) {
|
||||
CADisplayLink *aDisplayLink = [[UIScreen mainScreen] displayLinkWithTarget:self selector:@selector(drawFrame)];
|
||||
[aDisplayLink setFrameInterval:animationFrameInterval];
|
||||
[aDisplayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
|
||||
self.displayLink = aDisplayLink;
|
||||
|
||||
animating = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
- (void)stopAnimation
|
||||
{
|
||||
if (animating) {
|
||||
[self.displayLink invalidate];
|
||||
self.displayLink = nil;
|
||||
animating = FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
void makeStar(unsigned segCount, m2::PointD const & c, unsigned r, vector<m2::PointD> & v)
|
||||
{
|
||||
for (unsigned i = 0; i < segCount; ++i)
|
||||
{
|
||||
double a = (rand() % 360) / 360.0 * 2 * 3.14;
|
||||
|
||||
v[i] = m2::PointD(c.x + cos(a) * r, c.y + sin(a) * r);
|
||||
}
|
||||
}
|
||||
|
||||
- (void)drawFrame
|
||||
{
|
||||
EAGLView * view = (EAGLView *)self.view;
|
||||
view->frameBuffer->makeCurrent();
|
||||
|
||||
shared_ptr<yg::gl::Screen> screen = view->drawer->screen();
|
||||
|
||||
my::Timer t;
|
||||
|
||||
screen->beginFrame();
|
||||
screen->clear();
|
||||
|
||||
int segCount = 10;
|
||||
vector<m2::PointD> v(segCount);
|
||||
int starCount = 10000;
|
||||
|
||||
double pat[4] = {5, 10, 4, 2};
|
||||
|
||||
yg::Color col[5] =
|
||||
{
|
||||
yg::Color(rand() % 255, rand() % 255, rand() % 255, 255),
|
||||
yg::Color(rand() % 255, rand() % 255, rand() % 255, 255),
|
||||
yg::Color(rand() % 255, rand() % 255, rand() % 255, 255),
|
||||
yg::Color(rand() % 255, rand() % 255, rand() % 255, 255),
|
||||
yg::Color(rand() % 255, rand() % 255, rand() % 255, 255)
|
||||
};
|
||||
|
||||
for (unsigned i = 0; i < starCount; ++i)
|
||||
{
|
||||
double r = rand() % 10 + 10;
|
||||
|
||||
m2::PointD c(rand() % view->frameBuffer->width() - 2 * r + r,
|
||||
rand() % view->frameBuffer->height() - 2 * r + r);
|
||||
|
||||
makeStar(segCount, c, r, v);
|
||||
|
||||
|
||||
uint32_t styleID = screen->skin()->mapPenInfo(yg::PenInfo(col[rand() % (sizeof(col) / sizeof(yg::Color))], rand() % 10 + 3, 0, 0, 0));
|
||||
// uint32_t styleID = screen->skin()->mapPenInfo(yg::PenInfo(col[0], rand() % 10 + 3, pat, 4, 0));
|
||||
|
||||
double depth = 200;
|
||||
|
||||
screen->drawPath(&v[0], segCount, styleID, depth);
|
||||
}
|
||||
|
||||
view->drawer->endFrame();
|
||||
|
||||
double s = t.ElapsedSeconds();
|
||||
|
||||
m_frameCount++;
|
||||
m_fullTime += s;
|
||||
|
||||
std::stringstream out;
|
||||
out << starCount << " pathes, " << starCount * segCount << " points total, " << s << " seconds, " << m_fullTime / m_frameCount << " sec. avg";
|
||||
|
||||
screen->beginFrame();
|
||||
|
||||
screen->drawText(m2::PointD(10, 20), 0, 10, yg::Color(0, 0, 0, 255), out.str().c_str(), true, yg::Color(255, 255, 255, 255), 100, false, false);
|
||||
|
||||
screen->endFrame();
|
||||
|
||||
NSLog(@"%s", out.str().c_str());
|
||||
|
||||
view->renderBuffer->present();
|
||||
}
|
||||
|
||||
- (BOOL)compileShader:(GLuint *)shader type:(GLenum)type file:(NSString *)file
|
||||
{
|
||||
GLint status;
|
||||
const GLchar *source;
|
||||
|
||||
source = (GLchar *)[[NSString stringWithContentsOfFile:file encoding:NSUTF8StringEncoding error:nil] UTF8String];
|
||||
if (!source)
|
||||
{
|
||||
NSLog(@"Failed to load vertex shader");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
*shader = glCreateShader(type);
|
||||
glShaderSource(*shader, 1, &source, NULL);
|
||||
glCompileShader(*shader);
|
||||
|
||||
#if defined(DEBUG)
|
||||
GLint logLength;
|
||||
glGetShaderiv(*shader, GL_INFO_LOG_LENGTH, &logLength);
|
||||
if (logLength > 0)
|
||||
{
|
||||
GLchar *log = (GLchar *)malloc(logLength);
|
||||
glGetShaderInfoLog(*shader, logLength, &logLength, log);
|
||||
NSLog(@"Shader compile log:\n%s", log);
|
||||
free(log);
|
||||
}
|
||||
#endif
|
||||
|
||||
glGetShaderiv(*shader, GL_COMPILE_STATUS, &status);
|
||||
if (status == 0)
|
||||
{
|
||||
glDeleteShader(*shader);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
- (BOOL)linkProgram:(GLuint)prog
|
||||
{
|
||||
GLint status;
|
||||
|
||||
glLinkProgram(prog);
|
||||
|
||||
#if defined(DEBUG)
|
||||
GLint logLength;
|
||||
glGetProgramiv(prog, GL_INFO_LOG_LENGTH, &logLength);
|
||||
if (logLength > 0)
|
||||
{
|
||||
GLchar *log = (GLchar *)malloc(logLength);
|
||||
glGetProgramInfoLog(prog, logLength, &logLength, log);
|
||||
NSLog(@"Program link log:\n%s", log);
|
||||
free(log);
|
||||
}
|
||||
#endif
|
||||
|
||||
glGetProgramiv(prog, GL_LINK_STATUS, &status);
|
||||
if (status == 0)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
- (BOOL)validateProgram:(GLuint)prog
|
||||
{
|
||||
GLint logLength, status;
|
||||
|
||||
glValidateProgram(prog);
|
||||
glGetProgramiv(prog, GL_INFO_LOG_LENGTH, &logLength);
|
||||
if (logLength > 0)
|
||||
{
|
||||
GLchar *log = (GLchar *)malloc(logLength);
|
||||
glGetProgramInfoLog(prog, logLength, &logLength, log);
|
||||
NSLog(@"Program validate log:\n%s", log);
|
||||
free(log);
|
||||
}
|
||||
|
||||
glGetProgramiv(prog, GL_VALIDATE_STATUS, &status);
|
||||
if (status == 0)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
- (BOOL)loadShaders
|
||||
{
|
||||
GLuint vertShader, fragShader;
|
||||
NSString *vertShaderPathname, *fragShaderPathname;
|
||||
|
||||
// Create shader program.
|
||||
program = glCreateProgram();
|
||||
|
||||
// Create and compile vertex shader.
|
||||
vertShaderPathname = [[NSBundle mainBundle] pathForResource:@"Shader" ofType:@"vsh"];
|
||||
if (![self compileShader:&vertShader type:GL_VERTEX_SHADER file:vertShaderPathname])
|
||||
{
|
||||
NSLog(@"Failed to compile vertex shader");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Create and compile fragment shader.
|
||||
fragShaderPathname = [[NSBundle mainBundle] pathForResource:@"Shader" ofType:@"fsh"];
|
||||
if (![self compileShader:&fragShader type:GL_FRAGMENT_SHADER file:fragShaderPathname])
|
||||
{
|
||||
NSLog(@"Failed to compile fragment shader");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Attach vertex shader to program.
|
||||
glAttachShader(program, vertShader);
|
||||
|
||||
// Attach fragment shader to program.
|
||||
glAttachShader(program, fragShader);
|
||||
|
||||
// Bind attribute locations.
|
||||
// This needs to be done prior to linking.
|
||||
glBindAttribLocation(program, ATTRIB_VERTEX, "position");
|
||||
glBindAttribLocation(program, ATTRIB_COLOR, "color");
|
||||
|
||||
// Link program.
|
||||
if (![self linkProgram:program])
|
||||
{
|
||||
NSLog(@"Failed to link program: %d", program);
|
||||
|
||||
if (vertShader)
|
||||
{
|
||||
glDeleteShader(vertShader);
|
||||
vertShader = 0;
|
||||
}
|
||||
if (fragShader)
|
||||
{
|
||||
glDeleteShader(fragShader);
|
||||
fragShader = 0;
|
||||
}
|
||||
if (program)
|
||||
{
|
||||
glDeleteProgram(program);
|
||||
program = 0;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
// Get uniform locations.
|
||||
uniforms[UNIFORM_TRANSLATE] = glGetUniformLocation(program, "translate");
|
||||
|
||||
// Release vertex and fragment shaders.
|
||||
if (vertShader)
|
||||
glDeleteShader(vertShader);
|
||||
if (fragShader)
|
||||
glDeleteShader(fragShader);
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
@end
|
40
iphone/Benchmarks/Benchmarks/EAGLView.hpp
Normal file
40
iphone/Benchmarks/Benchmarks/EAGLView.hpp
Normal file
|
@ -0,0 +1,40 @@
|
|||
//
|
||||
// EAGLView.h
|
||||
// OpenGLES_iPhone
|
||||
//
|
||||
// Created by mmalc Crawford on 11/18/10.
|
||||
// Copyright 2010 Apple Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
#import <OpenGLES/ES1/gl.h>
|
||||
#import <OpenGLES/ES1/glext.h>
|
||||
#import <OpenGLES/ES2/gl.h>
|
||||
#import <OpenGLES/ES2/glext.h>
|
||||
|
||||
#include "../../std/shared_ptr.hpp"
|
||||
#include "../../map/drawer_yg.hpp"
|
||||
#include "RenderContext.hpp"
|
||||
#include "RenderBuffer.hpp"
|
||||
|
||||
@class EAGLContext;
|
||||
|
||||
// This class wraps the CAEAGLLayer from CoreAnimation into a convenient UIView subclass.
|
||||
// The view content is basically an EAGL surface you render your OpenGL scene into.
|
||||
// Note that setting the view non-opaque will only work if the EAGL surface has an alpha channel.
|
||||
@interface EAGLView : UIView {
|
||||
|
||||
@public
|
||||
|
||||
shared_ptr<yg::ResourceManager> resourceManager;
|
||||
shared_ptr<iphone::RenderContext> renderContext;
|
||||
shared_ptr<iphone::RenderBuffer> renderBuffer;
|
||||
shared_ptr<yg::gl::FrameBuffer> frameBuffer;
|
||||
shared_ptr<DrawerYG> drawer;
|
||||
}
|
||||
|
||||
//@property (nonatomic, assign) shared_ptr<iphone::RenderContext> renderContext;
|
||||
//@property (nonatomic, assign) shared_ptr<yg::ResourceManager> resourceManager;
|
||||
|
||||
@end
|
118
iphone/Benchmarks/Benchmarks/EAGLView.mm
Normal file
118
iphone/Benchmarks/Benchmarks/EAGLView.mm
Normal file
|
@ -0,0 +1,118 @@
|
|||
//
|
||||
// EAGLView.m
|
||||
// OpenGLES_iPhone
|
||||
//
|
||||
// Created by mmalc Crawford on 11/18/10.
|
||||
// Copyright 2010 Apple Inc. All rights reserved.
|
||||
//
|
||||
|
||||
#import <QuartzCore/QuartzCore.h>
|
||||
#include "../../../yg/framebuffer.hpp"
|
||||
#include "../../../yg/resource_manager.hpp"
|
||||
#include "RenderContext.hpp"
|
||||
|
||||
#import "EAGLView.hpp"
|
||||
|
||||
@interface EAGLView (PrivateMethods)
|
||||
- (void)createFramebuffer;
|
||||
- (void)deleteFramebuffer;
|
||||
@end
|
||||
|
||||
@implementation EAGLView
|
||||
|
||||
//@synthesize renderContext;
|
||||
//@synthesize resourceManager;
|
||||
|
||||
// You must implement this method
|
||||
+ (Class)layerClass
|
||||
{
|
||||
return [CAEAGLLayer class];
|
||||
}
|
||||
|
||||
//The EAGL view is stored in the nib file. When it's unarchived it's sent -initWithCoder:.
|
||||
- (id)initWithCoder:(NSCoder*)coder
|
||||
{
|
||||
self = [super initWithCoder:coder];
|
||||
if (self)
|
||||
{
|
||||
CAEAGLLayer *eaglLayer = (CAEAGLLayer *)self.layer;
|
||||
|
||||
eaglLayer.opaque = TRUE;
|
||||
eaglLayer.drawableProperties = [NSDictionary dictionaryWithObjectsAndKeys:
|
||||
[NSNumber numberWithBool:FALSE], kEAGLDrawablePropertyRetainedBacking,
|
||||
kEAGLColorFormatRGBA8, kEAGLDrawablePropertyColorFormat,
|
||||
nil];
|
||||
|
||||
renderContext.reset(new iphone::RenderContext());
|
||||
if (!renderContext)
|
||||
{
|
||||
[self release];
|
||||
return nil;
|
||||
}
|
||||
|
||||
renderContext->makeCurrent();
|
||||
|
||||
frameBuffer.reset(new yg::gl::FrameBuffer());
|
||||
|
||||
|
||||
int bigVBSize = pow(2, ceil(log2(15000 * sizeof(yg::gl::Vertex))));
|
||||
int bigIBSize = pow(2, ceil(log2(30000 * sizeof(unsigned short))));
|
||||
|
||||
int smallVBSize = pow(2, ceil(log2(1500 * sizeof(yg::gl::Vertex))));
|
||||
int smallIBSize = pow(2, ceil(log2(3000 * sizeof(unsigned short))));
|
||||
|
||||
int blitVBSize = pow(2, ceil(log2(10 * sizeof(yg::gl::AuxVertex))));
|
||||
int blitIBSize = pow(2, ceil(log2(10 * sizeof(unsigned short))));
|
||||
|
||||
NSLog(@"Vendor: %s, Renderer: %s", glGetString(GL_VENDOR), glGetString(GL_RENDERER));
|
||||
|
||||
yg::RtFormat fmt = yg::Rt4Bpp;
|
||||
|
||||
resourceManager.reset(new yg::ResourceManager(
|
||||
bigVBSize, bigIBSize, 4,
|
||||
smallVBSize, smallIBSize, 10,
|
||||
blitVBSize, blitIBSize, 10,
|
||||
512, 256, 10,
|
||||
GetPlatform().ReadPathForFile("unicode_blocks.txt").c_str(),
|
||||
GetPlatform().ReadPathForFile("fonts_whitelist.txt").c_str(),
|
||||
GetPlatform().ReadPathForFile("fonts_blacklist.txt").c_str(),
|
||||
2000000,
|
||||
fmt));
|
||||
resourceManager->addFonts(GetPlatform().GetFontNames());
|
||||
|
||||
DrawerYG::params_t p;
|
||||
p.m_resourceManager = resourceManager;
|
||||
p.m_isMultiSampled = false;
|
||||
p.m_frameBuffer = frameBuffer;
|
||||
|
||||
drawer.reset(new DrawerYG(GetPlatform().SkinName(), p));
|
||||
}
|
||||
|
||||
self.multipleTouchEnabled = TRUE;
|
||||
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
CGFloat scaleFactor = 2.0;
|
||||
if ([self respondsToSelector:@selector(contentScaleFactor)])
|
||||
self.contentScaleFactor = scaleFactor;
|
||||
|
||||
int width = self.frame.size.width * scaleFactor;
|
||||
int height = self.frame.size.height * scaleFactor;
|
||||
|
||||
frameBuffer->resetRenderTarget();
|
||||
renderBuffer.reset();
|
||||
renderBuffer.reset(new iphone::RenderBuffer(renderContext, (CAEAGLLayer*)self.layer));
|
||||
frameBuffer->setRenderTarget(renderBuffer);
|
||||
frameBuffer->onSize(width, height);
|
||||
drawer->onSize(width, height);
|
||||
}
|
||||
|
||||
@end
|
14
iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
Normal file
14
iphone/Benchmarks/Benchmarks/Shaders/Shader.fsh
Normal file
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// Shader.fsh
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
varying lowp vec4 colorVarying;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragColor = colorVarying;
|
||||
}
|
22
iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
Normal file
22
iphone/Benchmarks/Benchmarks/Shaders/Shader.vsh
Normal file
|
@ -0,0 +1,22 @@
|
|||
//
|
||||
// Shader.vsh
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
attribute vec4 position;
|
||||
attribute vec4 color;
|
||||
|
||||
varying vec4 colorVarying;
|
||||
|
||||
uniform float translate;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_Position = position;
|
||||
gl_Position.y += sin(translate) / 2.0;
|
||||
|
||||
colorVarying = color;
|
||||
}
|
|
@ -0,0 +1,145 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1024</int>
|
||||
<string key="IBDocument.SystemVersion">10H574</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">1248</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.35</string>
|
||||
<string key="IBDocument.HIToolboxVersion">461.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">106</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>IBProxyObject</string>
|
||||
<string>IBUIView</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBProxyObject" id="841351856">
|
||||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBProxyObject" id="371349661">
|
||||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUIView" id="184854543">
|
||||
<reference key="NSNextResponder"/>
|
||||
<int key="NSvFlags">274</int>
|
||||
<string key="NSFrameSize">{320, 460}</string>
|
||||
<reference key="NSSuperview"/>
|
||||
<reference key="NSWindow"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
<object class="NSColor" key="IBUIBackgroundColor">
|
||||
<int key="NSColorSpace">3</int>
|
||||
<bytes key="NSWhite">MQA</bytes>
|
||||
<object class="NSColorSpace" key="NSCustomColorSpace">
|
||||
<int key="NSID">2</int>
|
||||
</object>
|
||||
</object>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">view</string>
|
||||
<reference key="source" ref="841351856"/>
|
||||
<reference key="destination" ref="184854543"/>
|
||||
</object>
|
||||
<int key="connectionID">3</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<reference key="object" ref="0"/>
|
||||
<reference key="children" ref="1000"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="841351856"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="371349661"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">2</int>
|
||||
<reference key="object" ref="184854543"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>-1.CustomClassName</string>
|
||||
<string>-2.CustomClassName</string>
|
||||
<string>2.CustomClassName</string>
|
||||
<string>2.IBEditorWindowLastContentRect</string>
|
||||
<string>2.IBPluginDependency</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>BenchmarksViewController</string>
|
||||
<string>UIResponder</string>
|
||||
<string>EAGLView</string>
|
||||
<string>{{401, 662}, {320, 460}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">4</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes"/>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
|
||||
<integer value="1024" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3100" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<string key="IBDocument.LastKnownRelativeProjectPath">Untitled.xcodeproj</string>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">106</string>
|
||||
</data>
|
||||
</archive>
|
2
iphone/Benchmarks/Benchmarks/en.lproj/InfoPlist.strings
Normal file
2
iphone/Benchmarks/Benchmarks/en.lproj/InfoPlist.strings
Normal file
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
196
iphone/Benchmarks/Benchmarks/en.lproj/MainWindow.xib
Normal file
196
iphone/Benchmarks/Benchmarks/en.lproj/MainWindow.xib
Normal file
|
@ -0,0 +1,196 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1056</int>
|
||||
<string key="IBDocument.SystemVersion">10H574</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">1248</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.35</string>
|
||||
<string key="IBDocument.HIToolboxVersion">461.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">106</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>IBUIWindow</string>
|
||||
<string>IBUICustomObject</string>
|
||||
<string>IBUIViewController</string>
|
||||
<string>IBProxyObject</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBProxyObject" id="841351856">
|
||||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBProxyObject" id="191355593">
|
||||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUICustomObject" id="664661524">
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUIViewController" id="692423605">
|
||||
<string key="IBUINibName">BenchmarksViewController</string>
|
||||
<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
|
||||
<int key="IBUIInterfaceOrientation">1</int>
|
||||
<int key="interfaceOrientation">1</int>
|
||||
</object>
|
||||
<bool key="IBUIWantsFullScreenLayout">YES</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBUIHorizontal">NO</bool>
|
||||
</object>
|
||||
<object class="IBUIWindow" id="380026005">
|
||||
<nil key="NSNextResponder"/>
|
||||
<int key="NSvFlags">1316</int>
|
||||
<object class="NSPSMatrix" key="NSFrameMatrix"/>
|
||||
<string key="NSFrameSize">{320, 460}</string>
|
||||
<object class="NSColor" key="IBUIBackgroundColor">
|
||||
<int key="NSColorSpace">1</int>
|
||||
<bytes key="NSRGB">MSAxIDEAA</bytes>
|
||||
</object>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBUIVisibleAtLaunch">YES</bool>
|
||||
<bool key="IBUIResizesToFullScreen">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="841351856"/>
|
||||
<reference key="destination" ref="664661524"/>
|
||||
</object>
|
||||
<int key="connectionID">4</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">window</string>
|
||||
<reference key="source" ref="664661524"/>
|
||||
<reference key="destination" ref="380026005"/>
|
||||
</object>
|
||||
<int key="connectionID">5</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">viewController</string>
|
||||
<reference key="source" ref="664661524"/>
|
||||
<reference key="destination" ref="692423605"/>
|
||||
</object>
|
||||
<int key="connectionID">11</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<reference key="object" ref="0"/>
|
||||
<reference key="children" ref="1000"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">2</int>
|
||||
<reference key="object" ref="380026005"/>
|
||||
<object class="NSMutableArray" key="children">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="841351856"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">3</int>
|
||||
<reference key="object" ref="664661524"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="191355593"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">10</int>
|
||||
<reference key="object" ref="692423605"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>-1.CustomClassName</string>
|
||||
<string>-2.CustomClassName</string>
|
||||
<string>10.CustomClassName</string>
|
||||
<string>10.IBEditorWindowLastContentRect</string>
|
||||
<string>10.IBPluginDependency</string>
|
||||
<string>2.IBAttributePlaceholdersKey</string>
|
||||
<string>2.IBEditorWindowLastContentRect</string>
|
||||
<string>2.IBPluginDependency</string>
|
||||
<string>3.CustomClassName</string>
|
||||
<string>3.IBPluginDependency</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>UIApplication</string>
|
||||
<string>UIResponder</string>
|
||||
<string>BenchmarksViewController</string>
|
||||
<string>{{415, 586}, {320, 480}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<object class="NSMutableDictionary">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<string>{{228, 376}, {320, 480}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string>BenchmarksAppDelegate</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">11</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes"/>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3100" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<string key="IBDocument.LastKnownRelativeProjectPath">OpenGLES_iPhone.xcodeproj</string>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">106</string>
|
||||
</data>
|
||||
</archive>
|
17
iphone/Benchmarks/Benchmarks/main.m
Normal file
17
iphone/Benchmarks/Benchmarks/main.m
Normal file
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// main.m
|
||||
// Benchmarks
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/11/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
int retVal = UIApplicationMain(argc, argv, nil, nil);
|
||||
[pool release];
|
||||
return retVal;
|
||||
}
|
17
iphone/QuartzBenchmark/Draw2D.h
Normal file
17
iphone/QuartzBenchmark/Draw2D.h
Normal file
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// Draw2D.h
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
|
||||
@interface Draw2D : UIView {
|
||||
int m_frameCount;
|
||||
double m_totalTime;
|
||||
}
|
||||
|
||||
@end
|
137
iphone/QuartzBenchmark/Draw2D.mm
Normal file
137
iphone/QuartzBenchmark/Draw2D.mm
Normal file
|
@ -0,0 +1,137 @@
|
|||
//
|
||||
// Draw2D.mm
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import "Draw2D.h"
|
||||
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
struct PointD
|
||||
{
|
||||
double x;
|
||||
double y;
|
||||
PointD() {}
|
||||
PointD(double _x, double _y) : x(_x), y(_y)
|
||||
{}
|
||||
};
|
||||
|
||||
@implementation Draw2D
|
||||
|
||||
- (id)initWithFrame:(CGRect)frame
|
||||
{
|
||||
self = [super initWithFrame:frame];
|
||||
if (self) {
|
||||
// Initialization code
|
||||
m_frameCount = 0;
|
||||
m_totalTime = 0;
|
||||
}
|
||||
return self;
|
||||
}
|
||||
|
||||
void makeStar(unsigned segCount, PointD const & c, unsigned r, vector<PointD> & v)
|
||||
{
|
||||
for (unsigned i = 0; i < segCount; ++i)
|
||||
{
|
||||
double a = (rand() % 360) / 360.0 * 2 * 3.14;
|
||||
|
||||
v[i].x = c.x + cos(a) * r;
|
||||
v[i].y = c.y + sin(a) * r;
|
||||
}
|
||||
}
|
||||
|
||||
// Only override drawRect: if you perform custom drawing.
|
||||
// An empty implementation adversely affects performance during animation.
|
||||
- (void)drawRect:(CGRect)rect
|
||||
{
|
||||
CGContextRef context = UIGraphicsGetCurrentContext();
|
||||
|
||||
CGAffineTransform t0 = CGContextGetCTM(context);
|
||||
t0 = CGAffineTransformInvert(t0);
|
||||
CGContextConcatCTM(context, t0);
|
||||
|
||||
CGFloat scale = [UIScreen mainScreen].scale;
|
||||
CGContextScaleCTM(context, scale, scale);
|
||||
|
||||
if (m_frameCount == 0)
|
||||
NSLog(@"Scale : %g", scale);
|
||||
|
||||
int segCount = 10;
|
||||
vector<PointD> v(segCount);
|
||||
int starCount = 10000;
|
||||
|
||||
CGFloat pat[4] = {5, 10, 4, 2};
|
||||
|
||||
CGContextSetLineDash(context, 0, pat, 4);
|
||||
|
||||
NSDate * start = [[NSDate alloc] init];
|
||||
|
||||
CGColorSpaceRef colorspace = CGColorSpaceCreateDeviceRGB();
|
||||
|
||||
int w = (int)CGRectGetWidth(self.frame);
|
||||
int h = (int)CGRectGetHeight(self.frame);
|
||||
|
||||
if (m_frameCount == 0)
|
||||
NSLog(@"frameSize %d, %d", w, h);
|
||||
|
||||
CGContextSetLineJoin(context, kCGLineJoinBevel);
|
||||
|
||||
for (unsigned i = 0; i < starCount; ++i)
|
||||
{
|
||||
double r = rand() % 10 + 10;
|
||||
|
||||
PointD c(rand() % w - 2 * r + r,
|
||||
rand() % h - 2 * r + r);
|
||||
|
||||
makeStar(segCount, c, r, v);
|
||||
|
||||
CGContextSetLineWidth(context, rand() % 10 + 3);
|
||||
CGFloat components[] = {rand() % 255 / 255.0f, rand() % 255 / 255.0f, rand() % 255 / 255.0f, 1.0f};
|
||||
CGColorRef color = CGColorCreate(colorspace, components);
|
||||
CGContextSetStrokeColorWithColor(context, color);
|
||||
|
||||
CGContextMoveToPoint(context, v[0].x, v[0].y);
|
||||
|
||||
for (unsigned i = 1; i < v.size(); ++i)
|
||||
CGContextAddLineToPoint(context, v[i].x, v[i].y);
|
||||
|
||||
CGContextStrokePath(context);
|
||||
CGColorRelease(color);
|
||||
}
|
||||
|
||||
CGColorSpaceRelease(colorspace);
|
||||
|
||||
NSDate * end = [[NSDate alloc] init];
|
||||
|
||||
float len = [end timeIntervalSinceDate:start];
|
||||
|
||||
m_frameCount += 1;
|
||||
m_totalTime += len;
|
||||
|
||||
NSLog(@"last frame takes %g sec, average %g sec per frame", len, m_totalTime / m_frameCount);
|
||||
|
||||
if (m_frameCount > 5)
|
||||
return;
|
||||
|
||||
[self drawRect:rect];
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
{
|
||||
CGFloat scaleFactor = 1.0;
|
||||
if ([self respondsToSelector:@selector(contentScaleFactor)])
|
||||
self.contentScaleFactor = scaleFactor;
|
||||
}
|
||||
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
292
iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj
Normal file
292
iphone/QuartzBenchmark/QuartzBenchmark.xcodeproj/project.pbxproj
Normal file
|
@ -0,0 +1,292 @@
|
|||
// !$*UTF8*$!
|
||||
{
|
||||
archiveVersion = 1;
|
||||
classes = {
|
||||
};
|
||||
objectVersion = 46;
|
||||
objects = {
|
||||
|
||||
/* Begin PBXBuildFile section */
|
||||
EEDD1D1E13549F20007A130C /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEDD1D1D13549F20007A130C /* UIKit.framework */; };
|
||||
EEDD1D2013549F20007A130C /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEDD1D1F13549F20007A130C /* Foundation.framework */; };
|
||||
EEDD1D2213549F20007A130C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = EEDD1D2113549F20007A130C /* CoreGraphics.framework */; };
|
||||
EEDD1D2813549F20007A130C /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = EEDD1D2613549F20007A130C /* InfoPlist.strings */; };
|
||||
EEDD1D2B13549F20007A130C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = EEDD1D2A13549F20007A130C /* main.m */; };
|
||||
EEDD1D2E13549F20007A130C /* QuartzBenchmarkAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = EEDD1D2D13549F20007A130C /* QuartzBenchmarkAppDelegate.m */; };
|
||||
EEDD1D3113549F20007A130C /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = EEDD1D2F13549F20007A130C /* MainWindow.xib */; };
|
||||
EEDD1D3413549F20007A130C /* QuartzBenchmarkViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = EEDD1D3313549F20007A130C /* QuartzBenchmarkViewController.m */; };
|
||||
EEDD1D3713549F20007A130C /* QuartzBenchmarkViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = EEDD1D3513549F20007A130C /* QuartzBenchmarkViewController.xib */; };
|
||||
EEDD1D3F13549FE0007A130C /* Draw2D.mm in Sources */ = {isa = PBXBuildFile; fileRef = EEDD1D3E13549FE0007A130C /* Draw2D.mm */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
/* Begin PBXFileReference section */
|
||||
EEDD1D1913549F20007A130C /* QuartzBenchmark.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuartzBenchmark.app; sourceTree = BUILT_PRODUCTS_DIR; };
|
||||
EEDD1D1D13549F20007A130C /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
|
||||
EEDD1D1F13549F20007A130C /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
|
||||
EEDD1D2113549F20007A130C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
|
||||
EEDD1D2513549F20007A130C /* QuartzBenchmark-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "QuartzBenchmark-Info.plist"; sourceTree = "<group>"; };
|
||||
EEDD1D2713549F20007A130C /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
|
||||
EEDD1D2913549F20007A130C /* QuartzBenchmark-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "QuartzBenchmark-Prefix.pch"; sourceTree = "<group>"; };
|
||||
EEDD1D2A13549F20007A130C /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
|
||||
EEDD1D2C13549F20007A130C /* QuartzBenchmarkAppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuartzBenchmarkAppDelegate.h; sourceTree = "<group>"; };
|
||||
EEDD1D2D13549F20007A130C /* QuartzBenchmarkAppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuartzBenchmarkAppDelegate.m; sourceTree = "<group>"; };
|
||||
EEDD1D3013549F20007A130C /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainWindow.xib; sourceTree = "<group>"; };
|
||||
EEDD1D3213549F20007A130C /* QuartzBenchmarkViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuartzBenchmarkViewController.h; sourceTree = "<group>"; };
|
||||
EEDD1D3313549F20007A130C /* QuartzBenchmarkViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = QuartzBenchmarkViewController.m; sourceTree = "<group>"; };
|
||||
EEDD1D3613549F20007A130C /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/QuartzBenchmarkViewController.xib; sourceTree = "<group>"; };
|
||||
EEDD1D3D13549FE0007A130C /* Draw2D.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Draw2D.h; sourceTree = "<group>"; };
|
||||
EEDD1D3E13549FE0007A130C /* Draw2D.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Draw2D.mm; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
/* Begin PBXFrameworksBuildPhase section */
|
||||
EEDD1D1613549F20007A130C /* Frameworks */ = {
|
||||
isa = PBXFrameworksBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EEDD1D1E13549F20007A130C /* UIKit.framework in Frameworks */,
|
||||
EEDD1D2013549F20007A130C /* Foundation.framework in Frameworks */,
|
||||
EEDD1D2213549F20007A130C /* CoreGraphics.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXFrameworksBuildPhase section */
|
||||
|
||||
/* Begin PBXGroup section */
|
||||
EEDD1D0E13549F1F007A130C = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EEDD1D3D13549FE0007A130C /* Draw2D.h */,
|
||||
EEDD1D3E13549FE0007A130C /* Draw2D.mm */,
|
||||
EEDD1D2313549F20007A130C /* QuartzBenchmark */,
|
||||
EEDD1D1C13549F20007A130C /* Frameworks */,
|
||||
EEDD1D1A13549F20007A130C /* Products */,
|
||||
);
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D1A13549F20007A130C /* Products */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EEDD1D1913549F20007A130C /* QuartzBenchmark.app */,
|
||||
);
|
||||
name = Products;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D1C13549F20007A130C /* Frameworks */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EEDD1D1D13549F20007A130C /* UIKit.framework */,
|
||||
EEDD1D1F13549F20007A130C /* Foundation.framework */,
|
||||
EEDD1D2113549F20007A130C /* CoreGraphics.framework */,
|
||||
);
|
||||
name = Frameworks;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D2313549F20007A130C /* QuartzBenchmark */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EEDD1D2C13549F20007A130C /* QuartzBenchmarkAppDelegate.h */,
|
||||
EEDD1D2D13549F20007A130C /* QuartzBenchmarkAppDelegate.m */,
|
||||
EEDD1D2F13549F20007A130C /* MainWindow.xib */,
|
||||
EEDD1D3213549F20007A130C /* QuartzBenchmarkViewController.h */,
|
||||
EEDD1D3313549F20007A130C /* QuartzBenchmarkViewController.m */,
|
||||
EEDD1D3513549F20007A130C /* QuartzBenchmarkViewController.xib */,
|
||||
EEDD1D2413549F20007A130C /* Supporting Files */,
|
||||
);
|
||||
path = QuartzBenchmark;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D2413549F20007A130C /* Supporting Files */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
EEDD1D2513549F20007A130C /* QuartzBenchmark-Info.plist */,
|
||||
EEDD1D2613549F20007A130C /* InfoPlist.strings */,
|
||||
EEDD1D2913549F20007A130C /* QuartzBenchmark-Prefix.pch */,
|
||||
EEDD1D2A13549F20007A130C /* main.m */,
|
||||
);
|
||||
name = "Supporting Files";
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
EEDD1D1813549F20007A130C /* QuartzBenchmark */ = {
|
||||
isa = PBXNativeTarget;
|
||||
buildConfigurationList = EEDD1D3A13549F20007A130C /* Build configuration list for PBXNativeTarget "QuartzBenchmark" */;
|
||||
buildPhases = (
|
||||
EEDD1D1513549F20007A130C /* Sources */,
|
||||
EEDD1D1613549F20007A130C /* Frameworks */,
|
||||
EEDD1D1713549F20007A130C /* Resources */,
|
||||
);
|
||||
buildRules = (
|
||||
);
|
||||
dependencies = (
|
||||
);
|
||||
name = QuartzBenchmark;
|
||||
productName = QuartzBenchmark;
|
||||
productReference = EEDD1D1913549F20007A130C /* QuartzBenchmark.app */;
|
||||
productType = "com.apple.product-type.application";
|
||||
};
|
||||
/* End PBXNativeTarget section */
|
||||
|
||||
/* Begin PBXProject section */
|
||||
EEDD1D1013549F1F007A130C /* Project object */ = {
|
||||
isa = PBXProject;
|
||||
attributes = {
|
||||
ORGANIZATIONNAME = "Credo-Dialogue";
|
||||
};
|
||||
buildConfigurationList = EEDD1D1313549F1F007A130C /* Build configuration list for PBXProject "QuartzBenchmark" */;
|
||||
compatibilityVersion = "Xcode 3.2";
|
||||
developmentRegion = English;
|
||||
hasScannedForEncodings = 0;
|
||||
knownRegions = (
|
||||
en,
|
||||
);
|
||||
mainGroup = EEDD1D0E13549F1F007A130C;
|
||||
productRefGroup = EEDD1D1A13549F20007A130C /* Products */;
|
||||
projectDirPath = "";
|
||||
projectRoot = "";
|
||||
targets = (
|
||||
EEDD1D1813549F20007A130C /* QuartzBenchmark */,
|
||||
);
|
||||
};
|
||||
/* End PBXProject section */
|
||||
|
||||
/* Begin PBXResourcesBuildPhase section */
|
||||
EEDD1D1713549F20007A130C /* Resources */ = {
|
||||
isa = PBXResourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EEDD1D2813549F20007A130C /* InfoPlist.strings in Resources */,
|
||||
EEDD1D3113549F20007A130C /* MainWindow.xib in Resources */,
|
||||
EEDD1D3713549F20007A130C /* QuartzBenchmarkViewController.xib in Resources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXResourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXSourcesBuildPhase section */
|
||||
EEDD1D1513549F20007A130C /* Sources */ = {
|
||||
isa = PBXSourcesBuildPhase;
|
||||
buildActionMask = 2147483647;
|
||||
files = (
|
||||
EEDD1D2B13549F20007A130C /* main.m in Sources */,
|
||||
EEDD1D2E13549F20007A130C /* QuartzBenchmarkAppDelegate.m in Sources */,
|
||||
EEDD1D3413549F20007A130C /* QuartzBenchmarkViewController.m in Sources */,
|
||||
EEDD1D3F13549FE0007A130C /* Draw2D.mm in Sources */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
};
|
||||
/* End PBXSourcesBuildPhase section */
|
||||
|
||||
/* Begin PBXVariantGroup section */
|
||||
EEDD1D2613549F20007A130C /* InfoPlist.strings */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EEDD1D2713549F20007A130C /* en */,
|
||||
);
|
||||
name = InfoPlist.strings;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D2F13549F20007A130C /* MainWindow.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EEDD1D3013549F20007A130C /* en */,
|
||||
);
|
||||
name = MainWindow.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
EEDD1D3513549F20007A130C /* QuartzBenchmarkViewController.xib */ = {
|
||||
isa = PBXVariantGroup;
|
||||
children = (
|
||||
EEDD1D3613549F20007A130C /* en */,
|
||||
);
|
||||
name = QuartzBenchmarkViewController.xib;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXVariantGroup section */
|
||||
|
||||
/* Begin XCBuildConfiguration section */
|
||||
EEDD1D3813549F20007A130C /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
|
||||
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
||||
GCC_VERSION = com.apple.compilers.llvmgcc42;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
EEDD1D3913549F20007A130C /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
|
||||
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
|
||||
GCC_C_LANGUAGE_STANDARD = gnu99;
|
||||
GCC_VERSION = com.apple.compilers.llvmgcc42;
|
||||
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
||||
GCC_WARN_UNUSED_VARIABLE = YES;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
|
||||
OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
|
||||
SDKROOT = iphoneos;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
EEDD1D3B13549F20007A130C /* Debug */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
GCC_DYNAMIC_NO_PIC = NO;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "QuartzBenchmark/QuartzBenchmark-Prefix.pch";
|
||||
INFOPLIST_FILE = "QuartzBenchmark/QuartzBenchmark-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
EEDD1D3C13549F20007A130C /* Release */ = {
|
||||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
ALWAYS_SEARCH_USER_PATHS = NO;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
GCC_PRECOMPILE_PREFIX_HEADER = YES;
|
||||
GCC_PREFIX_HEADER = "QuartzBenchmark/QuartzBenchmark-Prefix.pch";
|
||||
INFOPLIST_FILE = "QuartzBenchmark/QuartzBenchmark-Info.plist";
|
||||
PRODUCT_NAME = "$(TARGET_NAME)";
|
||||
VALIDATE_PRODUCT = YES;
|
||||
WRAPPER_EXTENSION = app;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
/* End XCBuildConfiguration section */
|
||||
|
||||
/* Begin XCConfigurationList section */
|
||||
EEDD1D1313549F1F007A130C /* Build configuration list for PBXProject "QuartzBenchmark" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EEDD1D3813549F20007A130C /* Debug */,
|
||||
EEDD1D3913549F20007A130C /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
defaultConfigurationName = Release;
|
||||
};
|
||||
EEDD1D3A13549F20007A130C /* Build configuration list for PBXNativeTarget "QuartzBenchmark" */ = {
|
||||
isa = XCConfigurationList;
|
||||
buildConfigurations = (
|
||||
EEDD1D3B13549F20007A130C /* Debug */,
|
||||
EEDD1D3C13549F20007A130C /* Release */,
|
||||
);
|
||||
defaultConfigurationIsVisible = 0;
|
||||
};
|
||||
/* End XCConfigurationList section */
|
||||
};
|
||||
rootObject = EEDD1D1013549F1F007A130C /* Project object */;
|
||||
}
|
|
@ -0,0 +1,38 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
<string>en</string>
|
||||
<key>CFBundleDisplayName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
<string>${EXECUTABLE_NAME}</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string></string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
<string>com.mapswithme.${PRODUCT_NAME:rfc1034identifier}</string>
|
||||
<key>CFBundleInfoDictionaryVersion</key>
|
||||
<string>6.0</string>
|
||||
<key>CFBundleName</key>
|
||||
<string>${PRODUCT_NAME}</string>
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.0</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>1.0</string>
|
||||
<key>LSRequiresIPhoneOS</key>
|
||||
<true/>
|
||||
<key>NSMainNibFile</key>
|
||||
<string>MainWindow</string>
|
||||
<key>UISupportedInterfaceOrientations</key>
|
||||
<array>
|
||||
<string>UIInterfaceOrientationPortrait</string>
|
||||
<string>UIInterfaceOrientationLandscapeLeft</string>
|
||||
<string>UIInterfaceOrientationLandscapeRight</string>
|
||||
</array>
|
||||
</dict>
|
||||
</plist>
|
|
@ -0,0 +1,14 @@
|
|||
//
|
||||
// Prefix header for all source files of the 'QuartzBenchmark' target in the 'QuartzBenchmark' project
|
||||
//
|
||||
|
||||
#import <Availability.h>
|
||||
|
||||
#ifndef __IPHONE_3_0
|
||||
#warning "This project uses features only available in iPhone SDK 3.0 and later."
|
||||
#endif
|
||||
|
||||
#ifdef __OBJC__
|
||||
#import <UIKit/UIKit.h>
|
||||
#import <Foundation/Foundation.h>
|
||||
#endif
|
|
@ -0,0 +1,21 @@
|
|||
//
|
||||
// QuartzBenchmarkAppDelegate.h
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@class QuartzBenchmarkViewController;
|
||||
|
||||
@interface QuartzBenchmarkAppDelegate : NSObject <UIApplicationDelegate> {
|
||||
|
||||
}
|
||||
|
||||
@property (nonatomic, retain) IBOutlet UIWindow *window;
|
||||
|
||||
@property (nonatomic, retain) IBOutlet QuartzBenchmarkViewController *viewController;
|
||||
|
||||
@end
|
|
@ -0,0 +1,75 @@
|
|||
//
|
||||
// QuartzBenchmarkAppDelegate.m
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import "QuartzBenchmarkAppDelegate.h"
|
||||
|
||||
#import "QuartzBenchmarkViewController.h"
|
||||
|
||||
@implementation QuartzBenchmarkAppDelegate
|
||||
|
||||
|
||||
@synthesize window=_window;
|
||||
|
||||
@synthesize viewController=_viewController;
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
// Override point for customization after application launch.
|
||||
|
||||
self.window.rootViewController = self.viewController;
|
||||
[self.window makeKeyAndVisible];
|
||||
return YES;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
|
||||
Use this method to pause ongoing tasks, disable timers, and throttle down OpenGL ES frame rates. Games should use this method to pause the game.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationDidEnterBackground:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
|
||||
If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationWillEnterForeground:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Called as part of the transition from the background to the inactive state; here you can undo many of the changes made on entering the background.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationDidBecomeActive:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)applicationWillTerminate:(UIApplication *)application
|
||||
{
|
||||
/*
|
||||
Called when the application is about to terminate.
|
||||
Save data if appropriate.
|
||||
See also applicationDidEnterBackground:.
|
||||
*/
|
||||
}
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[_window release];
|
||||
[_viewController release];
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
@end
|
|
@ -0,0 +1,15 @@
|
|||
//
|
||||
// QuartzBenchmarkViewController.h
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
@interface QuartzBenchmarkViewController : UIViewController {
|
||||
|
||||
}
|
||||
|
||||
@end
|
|
@ -0,0 +1,49 @@
|
|||
//
|
||||
// QuartzBenchmarkViewController.m
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import "QuartzBenchmarkViewController.h"
|
||||
|
||||
@implementation QuartzBenchmarkViewController
|
||||
|
||||
- (void)dealloc
|
||||
{
|
||||
[super dealloc];
|
||||
}
|
||||
|
||||
- (void)didReceiveMemoryWarning
|
||||
{
|
||||
// Releases the view if it doesn't have a superview.
|
||||
[super didReceiveMemoryWarning];
|
||||
|
||||
// Release any cached data, images, etc that aren't in use.
|
||||
}
|
||||
|
||||
#pragma mark - View lifecycle
|
||||
|
||||
/*
|
||||
// Implement viewDidLoad to do additional setup after loading the view, typically from a nib.
|
||||
- (void)viewDidLoad
|
||||
{
|
||||
[super viewDidLoad];
|
||||
}
|
||||
*/
|
||||
|
||||
- (void)viewDidUnload
|
||||
{
|
||||
[super viewDidUnload];
|
||||
// Release any retained subviews of the main view.
|
||||
// e.g. self.myOutlet = nil;
|
||||
}
|
||||
|
||||
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
|
||||
{
|
||||
// Return YES for supported orientations
|
||||
return (interfaceOrientation == UIInterfaceOrientationPortrait);
|
||||
}
|
||||
|
||||
@end
|
|
@ -0,0 +1,2 @@
|
|||
/* Localized versions of Info.plist keys */
|
||||
|
444
iphone/QuartzBenchmark/QuartzBenchmark/en.lproj/MainWindow.xib
Normal file
444
iphone/QuartzBenchmark/QuartzBenchmark/en.lproj/MainWindow.xib
Normal file
|
@ -0,0 +1,444 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1024</int>
|
||||
<string key="IBDocument.SystemVersion">10D571</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">786</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.29</string>
|
||||
<string key="IBDocument.HIToolboxVersion">460.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">112</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.EditedObjectIDs">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<integer value="10"/>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBProxyObject" id="841351856">
|
||||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBProxyObject" id="427554174">
|
||||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUICustomObject" id="664661524">
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUIViewController" id="943309135">
|
||||
<string key="IBUINibName">QuartzBenchmarkViewController</string>
|
||||
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||
<object class="IBUISimulatedOrientationMetrics" key="IBUISimulatedOrientationMetrics">
|
||||
<int key="interfaceOrientation">1</int>
|
||||
</object>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBUIHorizontal">NO</bool>
|
||||
</object>
|
||||
<object class="IBUIWindow" id="117978783">
|
||||
<nil key="NSNextResponder"/>
|
||||
<int key="NSvFlags">292</int>
|
||||
<string key="NSFrameSize">{320, 480}</string>
|
||||
<object class="NSColor" key="IBUIBackgroundColor">
|
||||
<int key="NSColorSpace">1</int>
|
||||
<bytes key="NSRGB">MSAxIDEAA</bytes>
|
||||
</object>
|
||||
<bool key="IBUIOpaque">NO</bool>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<bool key="IBUIResizesToFullScreen">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">delegate</string>
|
||||
<reference key="source" ref="841351856"/>
|
||||
<reference key="destination" ref="664661524"/>
|
||||
</object>
|
||||
<int key="connectionID">4</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">viewController</string>
|
||||
<reference key="source" ref="664661524"/>
|
||||
<reference key="destination" ref="943309135"/>
|
||||
</object>
|
||||
<int key="connectionID">11</int>
|
||||
</object>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">window</string>
|
||||
<reference key="source" ref="664661524"/>
|
||||
<reference key="destination" ref="117978783"/>
|
||||
</object>
|
||||
<int key="connectionID">14</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<reference key="object" ref="0"/>
|
||||
<reference key="children" ref="1000"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="841351856"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">3</int>
|
||||
<reference key="object" ref="664661524"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">QuartzBenchmark App Delegate</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="427554174"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">10</int>
|
||||
<reference key="object" ref="943309135"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">12</int>
|
||||
<reference key="object" ref="117978783"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>-1.CustomClassName</string>
|
||||
<string>-2.CustomClassName</string>
|
||||
<string>10.CustomClassName</string>
|
||||
<string>10.IBEditorWindowLastContentRect</string>
|
||||
<string>10.IBPluginDependency</string>
|
||||
<string>12.IBEditorWindowLastContentRect</string>
|
||||
<string>12.IBPluginDependency</string>
|
||||
<string>3.CustomClassName</string>
|
||||
<string>3.IBPluginDependency</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>UIApplication</string>
|
||||
<string>UIResponder</string>
|
||||
<string>QuartzBenchmarkViewController</string>
|
||||
<string>{{234, 376}, {320, 480}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string>{{525, 346}, {320, 480}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string>QuartzBenchmarkAppDelegate</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">15</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes">
|
||||
<object class="NSMutableArray" key="referencedPartialClassDescriptions">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIWindow</string>
|
||||
<string key="superclassName">UIView</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">QuartzBenchmarkAppDelegate</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="NSMutableDictionary" key="outlets">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>viewController</string>
|
||||
<string>window</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>QuartzBenchmarkViewController</string>
|
||||
<string>UIWindow</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="toOneOutletInfosByName">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>viewController</string>
|
||||
<string>window</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBToOneOutletInfo">
|
||||
<string key="name">viewController</string>
|
||||
<string key="candidateClassName">QuartzBenchmarkViewController</string>
|
||||
</object>
|
||||
<object class="IBToOneOutletInfo">
|
||||
<string key="name">window</string>
|
||||
<string key="candidateClassName">UIWindow</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">QuartzBenchmarkAppDelegate.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">QuartzBenchmarkAppDelegate</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBUserSource</string>
|
||||
<string key="minorKey"/>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">QuartzBenchmarkViewController</string>
|
||||
<string key="superclassName">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBProjectSource</string>
|
||||
<string key="minorKey">QuartzBenchmarkViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="referencedPartialClassDescriptionsV3.2+">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSError.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSFileManager.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSKeyValueCoding.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSKeyValueObserving.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSKeyedArchiver.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSObject.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSRunLoop.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSThread.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSURL.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">Foundation.framework/Headers/NSURLConnection.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIAccessibility.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UINibLoading.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier" id="356479594">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIResponder.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIApplication</string>
|
||||
<string key="superclassName">UIResponder</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIApplication.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIResponder</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<reference key="sourceIdentifier" ref="356479594"/>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UISearchBar</string>
|
||||
<string key="superclassName">UIView</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UISearchBar.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UISearchDisplayController</string>
|
||||
<string key="superclassName">NSObject</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UISearchDisplayController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIView</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UITextField.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIView</string>
|
||||
<string key="superclassName">UIResponder</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIView.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UINavigationController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIPopoverController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UISplitViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIViewController</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UITabBarController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIViewController</string>
|
||||
<string key="superclassName">UIResponder</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIViewController.h</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBPartialClassDescription">
|
||||
<string key="className">UIWindow</string>
|
||||
<string key="superclassName">UIView</string>
|
||||
<object class="IBClassDescriptionSource" key="sourceIdentifier">
|
||||
<string key="majorKey">IBFrameworkSource</string>
|
||||
<string key="minorKey">UIKit.framework/Headers/UIWindow.h</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDependencyDefaults">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.iPhoneOS</string>
|
||||
<integer value="1024" key="NS.object.0"/>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3100" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<string key="IBDocument.LastKnownRelativeProjectPath">QuartzBenchmark.xcodeproj</string>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">112</string>
|
||||
</data>
|
||||
</archive>
|
|
@ -0,0 +1,141 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<archive type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="7.10">
|
||||
<data>
|
||||
<int key="IBDocument.SystemTarget">1056</int>
|
||||
<string key="IBDocument.SystemVersion">10J567</string>
|
||||
<string key="IBDocument.InterfaceBuilderVersion">1306</string>
|
||||
<string key="IBDocument.AppKitVersion">1038.35</string>
|
||||
<string key="IBDocument.HIToolboxVersion">462.00</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginVersions">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
<string key="NS.object.0">301</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.IntegratedClassDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>IBProxyObject</string>
|
||||
<string>IBUIView</string>
|
||||
</object>
|
||||
<object class="NSArray" key="IBDocument.PluginDependencies">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="IBDocument.Metadata">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys" id="0">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
</object>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="IBDocument.RootObjects" id="1000">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBProxyObject" id="372490531">
|
||||
<string key="IBProxiedObjectIdentifier">IBFilesOwner</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBProxyObject" id="843779117">
|
||||
<string key="IBProxiedObjectIdentifier">IBFirstResponder</string>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
<object class="IBUIView" id="774585933">
|
||||
<reference key="NSNextResponder"/>
|
||||
<int key="NSvFlags">274</int>
|
||||
<string key="NSFrame">{{0, 20}, {320, 460}}</string>
|
||||
<reference key="NSSuperview"/>
|
||||
<reference key="NSNextKeyView"/>
|
||||
<object class="NSColor" key="IBUIBackgroundColor">
|
||||
<int key="NSColorSpace">3</int>
|
||||
<bytes key="NSWhite">MC43NQA</bytes>
|
||||
<object class="NSColorSpace" key="NSCustomColorSpace">
|
||||
<int key="NSID">2</int>
|
||||
</object>
|
||||
</object>
|
||||
<bool key="IBUIClearsContextBeforeDrawing">NO</bool>
|
||||
<object class="IBUISimulatedStatusBarMetrics" key="IBUISimulatedStatusBarMetrics"/>
|
||||
<string key="targetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBObjectContainer" key="IBDocument.Objects">
|
||||
<object class="NSMutableArray" key="connectionRecords">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBConnectionRecord">
|
||||
<object class="IBCocoaTouchOutletConnection" key="connection">
|
||||
<string key="label">view</string>
|
||||
<reference key="source" ref="372490531"/>
|
||||
<reference key="destination" ref="774585933"/>
|
||||
</object>
|
||||
<int key="connectionID">7</int>
|
||||
</object>
|
||||
</object>
|
||||
<object class="IBMutableOrderedSet" key="objectRecords">
|
||||
<object class="NSArray" key="orderedObjects">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">0</int>
|
||||
<reference key="object" ref="0"/>
|
||||
<reference key="children" ref="1000"/>
|
||||
<nil key="parent"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-1</int>
|
||||
<reference key="object" ref="372490531"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">File's Owner</string>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">-2</int>
|
||||
<reference key="object" ref="843779117"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
</object>
|
||||
<object class="IBObjectRecord">
|
||||
<int key="objectID">6</int>
|
||||
<reference key="object" ref="774585933"/>
|
||||
<reference key="parent" ref="0"/>
|
||||
<string key="objectName">View</string>
|
||||
</object>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="flattenedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<object class="NSArray" key="dict.sortedKeys">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>-1.CustomClassName</string>
|
||||
<string>-2.CustomClassName</string>
|
||||
<string>6.CustomClassName</string>
|
||||
<string>6.IBEditorWindowLastContentRect</string>
|
||||
<string>6.IBPluginDependency</string>
|
||||
</object>
|
||||
<object class="NSMutableArray" key="dict.values">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<string>QuartzBenchmarkViewController</string>
|
||||
<string>UIResponder</string>
|
||||
<string>Draw2D</string>
|
||||
<string>{{239, 654}, {320, 480}}</string>
|
||||
<string>com.apple.InterfaceBuilder.IBCocoaTouchPlugin</string>
|
||||
</object>
|
||||
</object>
|
||||
<object class="NSMutableDictionary" key="unlocalizedProperties">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="activeLocalization"/>
|
||||
<object class="NSMutableDictionary" key="localizations">
|
||||
<bool key="EncodedWithXMLCoder">YES</bool>
|
||||
<reference key="dict.sortedKeys" ref="0"/>
|
||||
<reference key="dict.values" ref="0"/>
|
||||
</object>
|
||||
<nil key="sourceID"/>
|
||||
<int key="maxID">7</int>
|
||||
</object>
|
||||
<object class="IBClassDescriber" key="IBDocument.Classes"/>
|
||||
<int key="IBDocument.localizationMode">0</int>
|
||||
<string key="IBDocument.TargetRuntimeIdentifier">IBCocoaTouchFramework</string>
|
||||
<object class="NSMutableDictionary" key="IBDocument.PluginDeclaredDevelopmentDependencies">
|
||||
<string key="NS.key.0">com.apple.InterfaceBuilder.CocoaTouchPlugin.InterfaceBuilder3</string>
|
||||
<integer value="3100" key="NS.object.0"/>
|
||||
</object>
|
||||
<bool key="IBDocument.PluginDeclaredDependenciesTrackSystemTargetVersion">YES</bool>
|
||||
<int key="IBDocument.defaultPropertyAccessControl">3</int>
|
||||
<string key="IBCocoaTouchPluginVersion">301</string>
|
||||
</data>
|
||||
</archive>
|
17
iphone/QuartzBenchmark/QuartzBenchmark/main.m
Normal file
17
iphone/QuartzBenchmark/QuartzBenchmark/main.m
Normal file
|
@ -0,0 +1,17 @@
|
|||
//
|
||||
// main.m
|
||||
// QuartzBenchmark
|
||||
//
|
||||
// Created by Siarhei Rachytski on 4/12/11.
|
||||
// Copyright 2011 Credo-Dialogue. All rights reserved.
|
||||
//
|
||||
|
||||
#import <UIKit/UIKit.h>
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
|
||||
int retVal = UIApplicationMain(argc, argv, nil, nil);
|
||||
[pool release];
|
||||
return retVal;
|
||||
}
|
Loading…
Add table
Reference in a new issue