Searched defs:name_space (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/program/ |
D | symbol_table.c | 59 int name_space; member 119 int name_space; member 206 int name_space, const char *name) in _mesa_symbol_table_iterator_ctor() 282 int name_space, const char *name) in _mesa_symbol_table_symbol_scope() 304 int name_space, const char *name) in _mesa_symbol_table_find_symbol() 327 int name_space, const char *name, in _mesa_symbol_table_add_symbol() 382 int name_space, const char *name, in _mesa_symbol_table_add_global_symbol()
|
/external/chromium_org/third_party/mesa/src/src/mesa/program/ |
D | symbol_table.c | 59 int name_space; member 119 int name_space; member 206 int name_space, const char *name) in _mesa_symbol_table_iterator_ctor() 282 int name_space, const char *name) in _mesa_symbol_table_symbol_scope() 304 int name_space, const char *name) in _mesa_symbol_table_find_symbol() 327 int name_space, const char *name, in _mesa_symbol_table_add_symbol() 382 int name_space, const char *name, in _mesa_symbol_table_add_global_symbol()
|
/external/chromium_org/extensions/common/ |
D | user_script.h | 113 const std::string& name_space() const { return name_space_; } in name_space() function 114 void set_name_space(const std::string& name_space) { in set_name_space()
|