| /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/ |
| glut_key.c | 17 keyboardFunc != NULL || __glutCurrentWindow->special != NULL); 26 __glutCurrentWindow->special = specialFunc;
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| eglut_x11.c | 116 int special; local 120 special = EGLUT_KEY_F1; 123 special = EGLUT_KEY_F2; 126 special = EGLUT_KEY_F3; 129 special = EGLUT_KEY_F4; 132 special = EGLUT_KEY_F5; 135 special = EGLUT_KEY_F6; 138 special = EGLUT_KEY_F7; 141 special = EGLUT_KEY_F8; 144 special = EGLUT_KEY_F9 [all...] |
| /xsrc/external/mit/bdftopcf/dist/ |
| bdfutils.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 247 * check for known special property values 280 const char **special; local 284 for (special = SpecialAtoms; *special; special++) 285 if (!strcmp(name, *special)) 288 switch (special - SpecialAtoms) {
|
| /xsrc/external/mit/libXfont/dist/src/bitmap/ |
| bdfutils.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 250 * check for known special property values 283 const char **special; local 287 for (special = SpecialAtoms; *special; special++) 288 if (!strcmp(name, *special)) 291 switch (special - SpecialAtoms) {
|
| /xsrc/external/mit/libXfont2/dist/src/bitmap/ |
| bdfutils.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 251 * check for known special property values 284 const char **special; local 288 for (special = SpecialAtoms; *special; special++) 289 if (!strcmp(name, *special)) 292 switch (special - SpecialAtoms) {
|
| /xsrc/external/mit/xditview/dist/ |
| DviChar.h | 31 int special; member in struct:_dviCharNameMap
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengl/ |
| egltri.c | 103 special_key(int special) 105 switch (special) {
|
| /xsrc/external/mit/mesa-demos/dist/src/egl/opengles1/ |
| tri.c | 173 special_key(int special) 175 switch (special) {
|
| /xsrc/external/mit/x11perf/dist/ |
| do_lines.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 49 size = p->special; 177 size = p->special; 224 size = p->special; 261 size = p->special;
|
| do_arcs.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 46 size = p->special; 132 size = p->special; 185 size = p->special; 222 size = p->special; 251 size = p->special; 348 size = p->special; 402 size = p->special; 439 size = p->special;
|
| do_blt.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 80 size = p->special; 194 InitCopyLocations(p->special, 1, 1, reps, &segsa, &segsb); 274 size = p->special; 321 size = p->special; 361 size = p->special; 506 size = p->special; 526 size = p->special; 611 InitCopyLocations(p->special, 1, 1, reps, &segsa, &segsb); 637 size = p->special; [all...] |
| do_segs.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 49 size = p->special; 223 size = p->special; 268 int size = p->special; 292 size = p->special; 337 int size = p->special;
|
| do_rects.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 33 int size = p->special;
|
| do_complex.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 49 size = p->special; 133 size = p->special;
|
| do_movewin.c | 16 DIGITAL BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR 58 if (p->special) 116 if (p->special)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/ |
| disasm.c | 62 print_reg(ppir_codegen_vec4_reg reg, const char *special, FILE *fp) 64 if (special) { 65 fprintf(fp, "%s", special); 89 print_vector_source(ppir_codegen_vec4_reg reg, const char *special, 97 print_reg(reg, special, fp); 105 print_source_scalar(unsigned reg, const char *special, bool abs, bool neg, FILE *fp) 112 print_reg(reg >> 2, special, fp); 113 if (!special)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/ |
| disasm.c | 62 print_reg(ppir_codegen_vec4_reg reg, const char *special) 64 if (special) { 65 printf("%s", special); 89 print_vector_source(ppir_codegen_vec4_reg reg, const char *special, 97 print_reg(reg, special); 105 print_source_scalar(unsigned reg, const char *special, bool abs, bool neg) 112 print_reg(reg >> 2, special); 113 if (!special)
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutCallback.cpp | 43 gState.currentWindow->special = specialFunc;
|
| glutWindow.h | 67 GLUTspecialCB special; /* special key */ member in class:GlutWindow 79 bool specialEvent; // call special 91 int specialKey; // for special key callback 92 int specialX, specialY; // for special callback
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/ |
| mir_promote_uniforms.c | 233 /* Bitset of indices that will be used as a special register -- inputs to a 244 /* Look for special instructions */ 252 /* Anything read by a special instruction is itself special */ 283 /* First, figure out special indices a priori so we don't recompute a lot */ 284 BITSET_WORD *special = mir_special_indices(ctx); local 322 * we're being fed into a special class */ 327 needs_move |= BITSET_TEST(special, ins->dest); 345 free(special);
|
| /xsrc/external/mit/libxcb/dist/src/ |
| xcb_in.c | 147 /* Special events are always XGE events */ 489 static void insert_special(special_list **prev_special, special_list *special, xcb_special_event_t *se) 491 special->se = se; 492 special->next = *prev_special; 493 *prev_special = special; 496 static void remove_special(special_list **prev_special, special_list *special) 500 if(*prev_special == special) 795 special_list special; local 802 insert_special(&c->in.special_waiters, &special, se); 809 remove_special(&c->in.special_waiters, &special); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_context.h | 63 enum etna_varying_special special; member in struct:etna_shader_varying
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_context.h | 64 enum etna_varying_special special; member in struct:etna_shader_varying
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| v1krisc.c | 388 vu8 special=0; local 391 special=index; /* keep track of special register */ 407 if (special) { 408 /* move data to special register */ 409 risc_forcestep(io_base, INT_INSTR(ADD_OP, special, 0, RISC_SP));
|
| /xsrc/external/mit/mesa-demos/dist/src/trivial/ |
| tri-viewport.c | 18 * ANY SPECIAL, INCIDENTAL, INDIRECT OR CONSEQUENTIAL DAMAGES OF ANY KIND, 276 special(int k, int x, int y) function 323 glutSpecialFunc(special);
|