HomeSort by relevance Sort by last modified time
    Searched defs:add_variable (Results 1 - 5 of 5) sorted by null

  /build/tools/atree/
atree.cpp 66 add_variable(const char* arg) { function
131 if (!add_variable(optarg)) {
  /external/chromium_org/third_party/mesa/src/src/glsl/
glsl_symbol_table.cpp 83 bool glsl_symbol_table::add_variable(ir_variable *v) function in class:glsl_symbol_table
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, function
418 symtab->add_variable(var);
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
493 ir_variable *const var = add_variable(instructions, symtab,
692 add_variable(instructions, state->symbols,
752 add_variable(instructions, state->symbols,
845 add_variable(instructions, state->symbols,
    [all...]
  /external/mesa3d/src/glsl/
glsl_symbol_table.cpp 83 bool glsl_symbol_table::add_variable(ir_variable *v) function in class:glsl_symbol_table
builtin_variables.cpp 387 add_variable(exec_list *instructions, glsl_symbol_table *symtab, function
418 symtab->add_variable(var);
427 add_variable(instructions, symtab, name, type, ir_var_uniform, -1);
484 add_variable(instructions, symtab, proto->name, type, proto->mode,
493 ir_variable *const var = add_variable(instructions, symtab,
692 add_variable(instructions, state->symbols,
752 add_variable(instructions, state->symbols,
845 add_variable(instructions, state->symbols,
    [all...]

Completed in 107 milliseconds