| /xsrc/external/mit/xorg-cf-files/dist/ |
| meson_options.txt | 24 option('with-fontrootdir', type : 'string', 26 option('with-encodingsdir', type : 'string', 29 option('with-config-dir', type : 'string',
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| program_parse_extra.c | 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) 62 if (strcmp(option, "ARB_position_invariant") == 0) { 63 state->option.PositionInvariant = 1; 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) 81 if (strncmp(option, "ARB_", 4) == 0) { 84 option += 4; 86 if (strncmp(option, "fog_", 4) == 0) { 87 option += 4; 89 if (strcmp(option, "exp") == 0) { 91 } else if (strcmp(option, "exp2") == 0) [all...] |
| program_parser.h | 218 } option; member in struct:asm_parser_state 262 * Parses and processes an option string to an ARB vertex program 268 const char *option); 271 * Parses and processes an option string to an ARB fragment program 277 const char *option);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| program_parse_extra.c | 60 _mesa_ARBvp_parse_option(struct asm_parser_state *state, const char *option) 62 if (strcmp(option, "ARB_position_invariant") == 0) { 63 state->option.PositionInvariant = 1; 72 _mesa_ARBfp_parse_option(struct asm_parser_state *state, const char *option) 81 if (strncmp(option, "ARB_", 4) == 0) { 84 option += 4; 86 if (strncmp(option, "fog_", 4) == 0) { 87 option += 4; 89 if (strcmp(option, "exp") == 0) { 91 } else if (strcmp(option, "exp2") == 0) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_driconf.c | 30 #define query_option_impl(option, type) \ 31 options->option = driQueryOption##type(optionCache, #option) 32 #define query_bool_option(option) query_option_impl(option, b) 33 #define query_int_option(option) query_option_impl(option, i) 34 #define query_string_option(option) \ 36 char *option = driQueryOptionstr(optionCache, #option); \ [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| 00-mesa-defaults.conf | 35 <!ELEMENT application (option+)> 38 <!ELEMENT option EMPTY> 39 <!ATTLIST option name CDATA #REQUIRED 48 <option name="force_glsl_extensions_warn" value="true" /> 49 <option name="disable_blend_func_extended" value="true" /> 53 <option name="force_glsl_extensions_warn" value="true" /> 54 <option name="disable_blend_func_extended" value="true" /> 58 <option name="allow_glsl_extension_directive_midshader" value="true" /> 60 <option name="dual_color_blend_by_location" value="true" /> 64 <option name="allow_glsl_extension_directive_midshader" value="true" / [all...] |
| /xsrc/external/mit/MesaLib/dist/src/getopt/ |
| getopt.h | 47 struct option { struct 48 /* name of long option */ 52 * whether option takes an argument 55 /* if not NULL, set *flag to val when option found */ 62 const struct option *, int *); 64 const struct option *, int *);
|
| /xsrc/external/mit/MesaLib.old/dist/src/getopt/ |
| getopt.h | 47 struct option { struct 48 /* name of long option */ 52 * whether option takes an argument 55 /* if not NULL, set *flag to val when option found */ 62 const struct option *, int *); 64 const struct option *, int *);
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/drirc_configdir/ |
| 00-test.conf | 6 <!ELEMENT application (option+)> 12 <!ELEMENT engine (option+)> 21 <!ELEMENT option EMPTY> 22 <!ATTLIST option name CDATA #REQUIRED 29 <option name="mesa_drirc_option" value="1" /> 33 <option name="mesa_drirc_option" value="2" /> 37 <option name="mesa_drirc_option" value="3" /> 41 <option name="mesa_drirc_option" value="4" /> 45 <option name="mesa_drirc_option" value="5" /> 48 <option name="mesa_drirc_option" value="6" / [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| objectpurge.h | 32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option); 35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
|
| objectpurge.c | 45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 67 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option); 74 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 96 retval = ctx->Driver.RenderObjectPurgeable(ctx, bufObj, option); 103 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 125 retval = ctx->Driver.TextureObjectPurgeable(ctx, bufObj, option); 132 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) 145 switch (option) { 152 "glObjectPurgeable(name = 0x%x) invalid option: %d", 153 name, option); [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| objectpurge.h | 32 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option); 35 _mesa_ObjectUnpurgeableAPPLE(GLenum objectType, GLuint name, GLenum option);
|
| objectpurge.c | 45 buffer_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 71 retval = ctx->Driver.BufferObjectPurgeable(ctx, bufObj, option); 78 renderbuffer_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 100 retval = ctx->Driver.RenderObjectPurgeable(ctx, bufObj, option); 107 texture_object_purgeable(struct gl_context *ctx, GLuint name, GLenum option) 129 retval = ctx->Driver.TextureObjectPurgeable(ctx, bufObj, option); 136 _mesa_ObjectPurgeableAPPLE(GLenum objectType, GLuint name, GLenum option) 149 switch (option) { 156 "glObjectPurgeable(name = 0x%x) invalid option: %d", 157 name, option); [all...] |
| /xsrc/external/mit/freetype/dist/ |
| meson_options.txt | 15 option('zlib', 21 option('bzip2', 26 option('png', 32 option('harfbuzz', 39 option('brotli', 44 option('mmap',
|
| /xsrc/external/mit/xstdcmap/dist/ |
| xstdcmap.c | 122 char option[512]; local 133 snprintf(option, sizeof(option), "%s%s", program_name, ".all"); 134 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 137 snprintf(option, sizeof(option), "%s%s", program_name, ".best"); 138 if (XrmGetResource(database, option, (char *) NULL, &type, &value)) 141 snprintf(option, sizeof(option), "%s%s", program_name, ".blue"); 142 if (XrmGetResource(database, option, (char *) NULL, &type, &value) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| brw_object_purgeable.c | 53 GLenum option) 60 if (option == GL_RELEASED_APPLE) { 71 GLenum option) 76 (void) option; 88 GLenum option) 93 (void) option; 117 GLenum option) 126 if (option == GL_UNDEFINED_APPLE || !brw_bo_unpurgeable(intel->buffer)) { 138 GLenum option) 148 if (option == GL_UNDEFINED_APPLE || !brw_bo_unpurgeable(intel->mt->bo)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| brw_object_purgeable.c | 54 GLenum option) 61 if (option == GL_RELEASED_APPLE) { 72 GLenum option) 77 (void) option; 89 GLenum option) 94 (void) option; 118 GLenum option) 127 if (option == GL_UNDEFINED_APPLE || !intel_bo_unpurgeable(intel->buffer)) { 139 GLenum option) 149 if (option == GL_UNDEFINED_APPLE || !intel_bo_unpurgeable(intel->mt->bo)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| 00-mesa-defaults.conf | 36 <!ELEMENT application (option+)> 42 <!ELEMENT engine (option+)> 51 <!ELEMENT option EMPTY> 52 <!ATTLIST option name CDATA #REQUIRED 61 <option name="force_glsl_extensions_warn" value="true" /> 62 <option name="disable_blend_func_extended" value="true" /> 63 <option name="disable_arb_gpu_shader5" value="true" /> 67 <option name="force_glsl_extensions_warn" value="true" /> 68 <option name="disable_blend_func_extended" value="true" /> 69 <option name="disable_arb_gpu_shader5" value="true" / [all...] |
| driconf_static.py | 38 class Option(object): 40 self.cname = cname('option') 55 for option in xml.findall('option'): 56 self.options.append(Option(option)) 65 for option in xml.findall('option'): 66 self.options.append(Option(option)) [all...] |
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| build_options.cmake | 10 option(USE_XPM "Enable XPM support" ON ) 11 option(USE_JPEG "Enable libjpeg support" ON ) 12 option(USE_M4 "Enable m4 support" ON ) 13 option(USE_RPLAY "Enable librplay sound support" OFF) 14 option(USE_SREGEX "Use regex from libc" ON ) 15 option(USE_EWMH "Support some Extended Window Manager Hints" ON ) 16 option(USE_XRANDR "Enable Xrandr support" ON ) 19 option(USE_CAPTIVE "Enable captive CTWM support" OFF ) 20 option(USE_VSCREEN "Enable VirtualScreens support" OFF ) 21 option(USE_WINBOX "Enable WindowBox support" OFF [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xwin/ |
| winprefslex.l | 58 %option yylineno 59 %option nounput 60 %option noinput 61 %option never-interactive
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kinfo.c | 137 InputOption *option, *prev = NULL; local 142 for (option = pi->options; option; option = option->next) { 144 free(option->key); 145 free(option->value); 146 prev = option;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/parser/ |
| Flags.c | 75 {OPTION, "option"}, 153 case OPTION: 302 * this function searches the given option list for the named option and 303 * returns a pointer to the option rec if found. If not found, it returns 319 * this function searches the given option list for the named option. If 320 * found and the option has a parameter, a pointer to the parameter is 321 * returned. If the option does not have a parameter an empty string i 427 XF86OptionPtr option, cnew, old; local [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/parser/ |
| Flags.c | 80 {OPTION, "option"}, 157 case OPTION: 308 * this function searches the given option list for the named option and 309 * returns a pointer to the option rec if found. If not found, it returns 326 * this function searches the given option list for the named option. If 327 * found and the option has a parameter, a pointer to the parameter is 328 * returned. If the option does not have a parameter an empty string i 437 XF86OptionPtr option, cnew, old; local [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| ParseCmd.c | 53 Allows any un-ambiguous abbreviation for an option name, but requires 69 arg->option, arg->specifier, msg); 121 strcmp(options[i].option, options[i-1].option) < 0) { 124 for (argP = *argv, optP = options[i].option; 139 /* may be an abbreviation for this option */ 147 strcmp(options[i].option, options[i-1].option) < 0) {
|