Home
last modified time | relevance | path

Searched refs:mapped_name (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
Dshader_translator.cc59 scoped_ptr<char[]> mapped_name(new char[mapped_name_len]); in GetVariableInfo() local
72 name.get(), mapped_name.get()); in GetVariableInfo()
79 mapped_name.get()[mapped_name_len - 1] = '\0'; in GetVariableInfo()
83 (*var_map)[mapped_name.get()] = info; in GetVariableInfo()
Dprogram_manager.cc518 const std::string* mapped_name = GetAttribMappedName(it->first); in ExecuteBindAttribLocationCalls() local
519 if (mapped_name && *mapped_name != it->first) in ExecuteBindAttribLocationCalls()
520 glBindAttribLocation(service_id_, it->second, mapped_name->c_str()); in ExecuteBindAttribLocationCalls()
722 const std::string* mapped_name = in GetAttribMappedName() local
724 if (mapped_name) in GetAttribMappedName()
725 return mapped_name; in GetAttribMappedName()