Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8)

Side by Side Diff: ppapi/native_client/tests/ppapi_simple_tests/graphics2d.stdout

Issue 7740013: Cloning a bunch of stuff from the native_client repository at r6528 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
(Empty)
1
2 "*** REPLAY PROLOG"
3
4 "*** REGISTER REPLAY METHODS"
5
6 "*** CREATE UPCALL SERVICE"
7
8 "*** INIT MODULE"
9 rpc call intiated PPP_InitializeModule:iihs:ii
10 input 0: i(0)
11 input 1: i(4444)
12 input 2: h(pepper_desc)
13 input 3: @LENGTHY_SERVICE_STRING
14 replaying PPB_GetInterface:s:i:
15 input 0: s("PPB_Core;1.0")
16 output 0: i(1)
17 rpc call complete PPP_InitializeModule:iihs:ii
18
19
20 "*** INIT INSTANCE"
21 rpc call intiated PPP_GetInterface:s:i
22 input 0: s("PPP_Instance;1.0")
23 rpc call complete PPP_GetInterface:s:i
24 output 0: i(1)
25
26 rpc call intiated PPP_Instance_DidCreate:iiCC:i
27 input 0: i(5555)
28 input 1: i(1)
29 input 2: C(6,color\x00)
30 input 3: C(5,0xaa\x00)
31 rpc call complete PPP_Instance_DidCreate:iiCC:i
32 output 0: i(1)
33
34
35 "*** SETTTING UP VIDEO MEMORY"
36 CHECKSUM: 0x00000000
37
38 "*** TRIGGER REPAINT"
39 rpc call intiated PPP_Instance_DidChangeView:iII:
40 input 0: i(5555)
41 input 1: I(4,8,79,400,400)
42 input 2: I(4,0,0,400,400)
43 replaying PPB_GetInterface:s:i:
44 input 0: s("PPB_Graphics2D;1.0")
45 output 0: i(1)
46 replaying PPB_Graphics2D_Create:iCi:i:
47 input 0: i(5555)
48 input 1: C(8,\x90\x01\x00\x00\x90\x01\x00\x00)
49 input 2: i(0)
50 output 0: i(8)
51 replaying PPB_GetInterface:s:i:
52 input 0: s("PPB_Instance;1.0")
53 output 0: i(1)
54 replaying PPB_Instance_BindGraphics:ii:i:
55 input 0: i(5555)
56 input 1: i(8)
57 output 0: i(1)
58 replaying PPB_GetInterface:s:i:
59 input 0: s("PPB_ImageData;1.0")
60 output 0: i(1)
61 replaying PPB_ImageData_Create:iiCi:i:
62 input 0: i(5555)
63 input 1: i(0)
64 input 2: C(8,\x90\x01\x00\x00\x90\x01\x00\x00)
65 input 3: i(1)
66 output 0: i(7)
67 replaying PPB_ImageData_Describe:i:Chii:
68 input 0: i(7)
69 output 0: C(16,\x00\x00\x00\x00\x90\x01\x00\x00\x90\x01\x00\x00@\x06\x00\x00)
70 output 1: h(video_handle)
71 output 2: i(640000)
72 output 3: i(1)
73 replaying PPB_Graphics2D_ReplaceContents:ii::
74 input 0: i(8)
75 input 1: i(7)
76 replaying ReleaseResourceMultipleTimes:ii::
77 input 0: i(7)
78 input 1: i(1)
79 replaying PPB_Graphics2D_Flush:ii:i:
80 input 0: i(8)
81 input 1: i(1)
82 output 0: i(-1)
83 rpc call complete PPP_Instance_DidChangeView:iII:
84
85
86 "*** CHECKING MEMORY"
87 CHECKSUM: 0xe1913cee
88 rpc call intiated PPP_ShutdownModule::
89 rpc call complete PPP_ShutdownModule::
90
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_simple_tests/graphics2d.stdin ('k') | ppapi/native_client/tests/ppapi_simple_tests/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698