| /xsrc/external/mit/ctwm/dist/tests/menu_twmkeys/ |
| mk_twmkeys_entry.c | 16 FuncKey key; local 19 memset(&key, 0, sizeof(key)); 20 key.name = "KEY"; 21 key.action = "ACT"; 24 const char *ret = mk_twmkeys_entry(&key); \ 33 key.mods = ShiftMask; 34 TST("[S+KEY] ACT"); 36 key.mods = ControlMask [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| hello.c | 79 key(unsigned char k, int x, int y) function 107 glutKeyboardFunc(key);
|
| anti.c | 97 key(unsigned char k, int x, int y) function 121 glutKeyboardFunc(key);
|
| depthcue.c | 90 key(unsigned char k, int x, int y) function 112 glutKeyboardFunc(key);
|
| fogindex.c | 124 key(unsigned char k, int x, int y) function 149 glutKeyboardFunc(key);
|
| polys.c | 112 key(unsigned char k, int x, int y) function 138 glutKeyboardFunc(key);
|
| sccolorlight.c | 113 key(unsigned char k, int x, int y) function 138 glutKeyboardFunc(key);
|
| scene.c | 113 key(unsigned char k, int x, int y) function 138 glutKeyboardFunc(key);
|
| scenebamb.c | 112 key(unsigned char k, int x, int y) function 137 glutKeyboardFunc(key);
|
| sceneflat.c | 112 key(unsigned char k, int x, int y) function 137 glutKeyboardFunc(key);
|
| /xsrc/external/mit/xdm/dist/xdm/ |
| rpcauth.c | 57 char key[MAXNETNAMELEN+1]; local 69 getnetname (key); 70 Debug ("System netname %s\n", key); 71 new->data_length = strlen(key); 87 memcpy(new->data, key, new->data_length);
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_vs.h | 36 const struct brw_vs_prog_key *key, 54 const struct brw_vs_prog_key *const key; member in class:brw::vec4_vs_visitor
|
| brw_vec4_tcs.h | 44 const struct brw_tcs_prog_key *key, 77 const struct brw_tcs_prog_key *key; member in class:brw::vec4_tcs_visitor
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_vec4_vs.h | 36 const struct brw_vs_prog_key *key, 55 const struct brw_vs_prog_key *const key; member in class:brw::vec4_vs_visitor
|
| brw_vec4_tcs.h | 44 const struct brw_tcs_prog_key *key, 79 const struct brw_tcs_prog_key *key; member in class:brw::vec4_tcs_visitor
|
| /xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/ |
| searchTree.h | 37 void *key; member in struct:treeNode 43 treeNode* TreeNodeMake(void *key); 53 treeNode* TreeNodeFind(treeNode* tree, void* key,
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86Extensions.c | 106 const char *key = input_option_get_key(opt); local 107 if (strncasecmp(key, "omit", 4) != 0 || strlen(key) < 5) 109 if (EnableDisableExtension(key + 4, FALSE))
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_sf.c | 50 compile_sf_prog(struct brw_context *brw, struct brw_sf_prog_key *key) 59 program = brw_compile_sf(brw->screen->compiler, mem_ctx, key, &prog_data, 63 key, sizeof(*key), 76 struct brw_sf_prog_key key; local 95 memset(&key, 0, sizeof(key)); 97 /* Populate the key, noting state dependencies: 100 key.attrs = brw->vue_map_geom_out.slots_valid; 110 if (key.attrs & BITFIELD64_BIT(VARYING_SLOT_EDGE) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/ |
| ir3_cache.h | 33 * An in-memory cache for mapping shader state objects plus shader key to 38 /* key into program state cache */ 41 struct ir3_shader_key key; // 7 dwords member in struct:ir3_cache_key 45 * state object, mainly because we need a copy of the key that is not 49 struct ir3_cache_key key; member in struct:ir3_program_state 57 const struct ir3_shader_key *key); 71 const struct ir3_cache_key *key,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_sf.c | 50 struct brw_sf_prog_key *key ) 59 program = brw_compile_sf(brw->screen->compiler, mem_ctx, key, &prog_data, 63 key, sizeof(*key), 76 struct brw_sf_prog_key key; local 95 memset(&key, 0, sizeof(key)); 97 /* Populate the key, noting state dependencies: 100 key.attrs = brw->vue_map_geom_out.slots_valid; 110 if (key.attrs & BITFIELD64_BIT(VARYING_SLOT_EDGE) [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| lineclip.c | 138 static void key( unsigned char key, int x, int y ) function 143 switch (key) { 170 glutKeyboardFunc(key);
|
| persp_hint.c | 109 key(unsigned char k, int x, int y) function 140 glutKeyboardFunc(key);
|
| unfilledclip.c | 170 static void key( unsigned char key, int x, int y ) function 175 switch (key) { 202 glutKeyboardFunc(key);
|
| vpeval.c | 211 key(unsigned char k, int x, int y) function 234 glutKeyboardFunc(key);
|
| /xsrc/external/mit/mkfontscale/dist/ |
| hash.h | 27 char *key; member in struct:_HashBucket 37 char *getHash(HashTablePtr table, const char *key); 38 int putHash(HashTablePtr table, char *key, char *value, int prio);
|