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

/external/chromium_org/gpu/command_buffer/service/
H A Dshader_translator.cc56 scoped_ptr<char[]> mapped_name(new char[mapped_name_len]);
68 compiler, i, &len, &size, &type, name.get(), mapped_name.get());
72 compiler, i, &len, &size, &type, name.get(), mapped_name.get());
80 // for mapped_name.
82 mapped_name.get()[mapped_name_len - 1] = '\0';
85 (*var_map)[mapped_name.get()] = info;
H A Dprogram_manager.cc437 const std::string* mapped_name = GetAttribMappedName(it->first); local
438 if (mapped_name && *mapped_name != it->first)
439 glBindAttribLocation(service_id_, it->second, mapped_name->c_str());
672 const std::string* mapped_name = local
674 if (mapped_name)
675 return mapped_name;

Completed in 55 milliseconds