annotate TaskManager/Test/test_render/Func.h @ 406:25f44290b8a9

add task/SendKey
author game@henri.cr.ie.u-ryukyu.ac.jp
date Wed, 23 Sep 2009 13:00:03 +0900
parents a4f690f44842
children edfde944672a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
1 enum {
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
2 INIT,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
3 SDL_INIT,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
4 FINISH,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
5 VIEWER_RUN_INIT,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
6 VIEWER_RUN_LOOP,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
7 VIEWER_RUN_DRAW,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
8 VIEWER_RUN_FINISH,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
9
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
10 TASK_INIT_TEXTURE,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
11 TASK_CREATE_SGP,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
12 TASK_UPDATE_SGP,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
13 TASK_CREATE_PP,
137
6cf991f28c6c SceneGraphPack の代わりに、今は SceneGraph をそのまま使う様に設定。
gongo@gendarme.cr.ie.u-ryukyu.ac.jp
parents: 109
diff changeset
14 TASK_CREATE_PP2,
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
15 TASK_CREATE_SPAN,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
16 TASK_CS_START,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
17 TASK_CS_RUN,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
18 TASK_DRAW_SPAN,
387
5e2d30bfbf23 no compile error but not worked.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 356
diff changeset
19 // TASK_DRAW_SPAN2,
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
20 TASK_DRAW_BACK,
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
21 TASK_SET_TEXTURE,
397
a4f690f44842 delete manager (in kernel/ppe/TaskManager.h)
game@henri.cr.ie.u-ryukyu.ac.jp
parents: 395
diff changeset
22 TASK_MOVE,
a4f690f44842 delete manager (in kernel/ppe/TaskManager.h)
game@henri.cr.ie.u-ryukyu.ac.jp
parents: 395
diff changeset
23 TASK_DRAW,
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
24 TASK_DUMMY,
328
aaa
parents: 326 327
diff changeset
25
395
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
26 CHAINCAL_TASK,
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
27 CHAININIT_TASK,
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
28 RUN_FINISH,
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
29
327
7c6d4b101956 add test_render/show_time.{cpp,h} {spe,task}/ShowTime.{cpp,h} but incomplete
aaa
parents: 184
diff changeset
30 SHOW_TIME,
406
25f44290b8a9 add task/SendKey
game@henri.cr.ie.u-ryukyu.ac.jp
parents: 397
diff changeset
31 SEND_KEY,
109
5c194c71eca8 Cerium cvs version
gongo@gendarme.local
parents:
diff changeset
32 };
395
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
33
8c5fa57128cb chain on SPE
game@localhost.localdomain
parents: 387
diff changeset
34 #define DATA_ID 0