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

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dsymbol_table.c59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
260 if ((iter->name_space == -1)
261 || (iter->curr->name_space
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, int name_space, const char *name) argument
281 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, int name_space, const char *name) argument
303 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, int name_space, const char *name) argument
326 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
381 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
[all...]
/external/mesa3d/src/mesa/program/
H A Dsymbol_table.c59 int name_space; member in struct:symbol
119 int name_space; member in struct:_mesa_symbol_table_iterator
206 int name_space, const char *name)
211 iter->name_space = name_space;
219 if ((name_space == -1) || (sym->name_space == name_space)) {
260 if ((iter->name_space == -1)
261 || (iter->curr->name_space
205 _mesa_symbol_table_iterator_ctor(struct _mesa_symbol_table *table, int name_space, const char *name) argument
281 _mesa_symbol_table_symbol_scope(struct _mesa_symbol_table *table, int name_space, const char *name) argument
303 _mesa_symbol_table_find_symbol(struct _mesa_symbol_table *table, int name_space, const char *name) argument
326 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
381 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table *table, int name_space, const char *name, void *declaration) argument
[all...]
/external/chromium_org/extensions/common/
H A Duser_script.h133 const std::string& name_space() const { return name_space_; } function in class:extensions::UserScript
134 void set_name_space(const std::string& name_space) { argument
135 name_space_ = name_space;

Completed in 107 milliseconds