Home
last modified time | relevance | path

Searched defs:name_space (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/program/
Dsymbol_table.c59 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/
Dsymbol_table.c59 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/
Duser_script.h113 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()