HomeSort by: relevance | last modified time | path
    Searched refs:Key (Results 1 - 25 of 369) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/mesa-demos/dist/src/trivial/
tri-z-clip.c 25 Key(unsigned char key, int x, int y)
27 if (key == 'z') {
32 else if (key == 27) {
73 glutKeyboardFunc(Key);
clear-color.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
124 glutKeyboardFunc(Key);
clear-random.c 57 static void Key(unsigned char key, int x, int y)
60 switch (key) {
129 glutKeyboardFunc(Key);
clear-repeat.c 57 static void Key(unsigned char key, int x, int y)
59 switch (key) {
126 glutKeyboardFunc(Key);
createwin.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
117 glutKeyboardFunc(Key);
line-clip.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
137 glutKeyboardFunc(Key);
line-cull.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
133 glutKeyboardFunc(Key);
line-xor.c 33 Key(unsigned char key, int x, int y)
35 if (key == 'x') {
39 else if (key == 27)
113 glutKeyboardFunc(Key);
lineloop-clip.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
133 glutKeyboardFunc(Key);
lineloop.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
133 glutKeyboardFunc(Key);
linestrip-clip.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
138 glutKeyboardFunc(Key);
linestrip.c 58 static void Key(unsigned char key, int x, int y)
61 switch (key) {
135 glutKeyboardFunc(Key);
pgon-mode.c 79 Key(unsigned char key, int x, int y)
84 switch (key) {
131 glutKeyboardFunc(Key);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
multiwindow.c 112 static void Key( unsigned char key, int x, int y )
117 switch (key) {
151 glutKeyboardFunc( Key );
162 glutKeyboardFunc( Key );
arbvptest3.c 60 static void Key( unsigned char key, int x, int y )
64 switch (key) {
123 glutKeyboardFunc( Key );
bug_3101.c 88 static void Key( unsigned char key, int x, int y )
92 switch (key) {
125 glutKeyboardFunc( Key );
vptest3.c 62 static void Key( unsigned char key, int x, int y )
66 switch (key) {
121 glutKeyboardFunc( Key );
zbitmap.c 94 Key(unsigned char key, int x, int y)
96 if (key == 27) {
122 glutKeyboardFunc(Key);
  /xsrc/external/mit/mesa-demos/dist/src/fp/
point-position.c 51 static void Key(unsigned char key, int x, int y)
54 switch (key) {
116 glutKeyboardFunc(Key);
tri-depth.c 53 static void Key(unsigned char key, int x, int y)
56 switch (key) {
106 glutKeyboardFunc(Key);
tri-depth2.c 55 static void Key(unsigned char key, int x, int y)
58 switch (key) {
113 glutKeyboardFunc(Key);
tri-depthwrite.c 51 static void Key(unsigned char key, int x, int y)
54 switch (key) {
105 glutKeyboardFunc(Key);
tri-depthwrite2.c 51 static void Key(unsigned char key, int x, int y)
54 switch (key) {
105 glutKeyboardFunc(Key);
tri-param.c 50 static void Key(unsigned char key, int x, int y)
53 switch (key) {
112 glutKeyboardFunc(Key);
  /xsrc/external/mit/mesa-demos/dist/src/glsl/
identity.c 60 Key(unsigned char key, int x, int y)
62 if (key == 27) {
116 glutKeyboardFunc(Key);

Completed in 16 milliseconds

1 2 3 4 5 6 7 8 91011>>