Searched refs:mapped_name (Results 1 – 2 of 2) sorted by relevance
59 scoped_ptr<char[]> mapped_name(new char[mapped_name_len]); in GetVariableInfo() local72 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()
518 const std::string* mapped_name = GetAttribMappedName(it->first); in ExecuteBindAttribLocationCalls() local519 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() local724 if (mapped_name) in GetAttribMappedName()725 return mapped_name; in GetAttribMappedName()