rdpms.h
2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
/**************************************************************************
* *
* Copyright (C) 1994, Silicon Graphics, Inc. *
* *
* These coded instructions, statements, and computer programs contain *
* unpublished proprietary information of Silicon Graphics, Inc., and *
* are protected by Federal copyright law. They may not be disclosed *
* to third parties or copied or duplicated in any form, in whole or *
* in part, without the prior written consent of Silicon Graphics, Inc. *
* *
*************************************************************************/
/*
* File: rdpverif.h
* Creator: hsa@sgi.com
* Create Date: Fri Oct 14 11:55:15 PDT 1994
*
*/
#ifdef _LANGUAGE_C
/* ADD VARIABLES */
extern LookAt lookat1;
/* ADD TEST CASE: test frame display lists: */
extern Gfx rdpms_placebo_dl[];
extern Gfx rdpms_simplefill[];
extern Gfx rdpms_firsttri[];
extern Gfx rdpms_righttri[];
extern Gfx rdpms_ztriangles[];
extern Gfx rdpms_fogtriangles[];
extern Gfx rdpms_bltriangles[];
extern Gfx rdpms_aaztriangles[];
extern Gfx rdpms_bltri[];
extern Gfx rdpms_filldl[];
extern Gfx rdpms_copyloaddl[];
extern Gfx rdpms_copyload8b[];
extern Gfx rdpms_filldl2[];
extern Gfx rdpms_loadrend[];
extern Gfx rdpms_rmode1cyc[];
extern Gfx rdpms_rmode2cyc[];
extern Gfx rdpms_txalign[];
extern Gfx rdpms_cliptri[];
extern Gfx rdpms_txalign32[];
extern Gfx rdpms_ditherColor[];
extern Gfx rdpms_ditherAlpha[];
extern Gfx rdpms_exhFill[];
extern Gfx rdpms_msdiag1[];
extern Gfx rdpms_msdiag2[];
extern Gfx rdpms_msdiag3[];
extern Gfx rdpms_msdiag4[];
extern Gfx rdpms_light1[];
extern Gfx rdpms_light2[];
extern Gfx rdpms_light3[];
extern Gfx rdpms_light4[];
extern Gfx rdpms_light5[];
extern Gfx rdpms_light6a[];
extern Gfx rdpms_light6b[];
extern Gfx rdpms_light7a[];
extern Gfx rdpms_light7b[];
extern Gfx rdpms_light7c[];
extern Gfx rdpms_light7d[];
extern Gfx rdpms_light8a[];
extern Gfx rdpms_light8b[];
extern Gfx rdpms_light8c[];
extern Gfx rdpms_light8d[];
extern Gfx rdpms_light9[];
extern Gfx rdpms_light10[];
#endif /* _LANGUAGE_C */