OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapped_name
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/gpu/command_buffer/service/
shader_translator.cc
59
scoped_ptr<char[]>
mapped_name
(new char[mapped_name_len]);
72
name.get(),
mapped_name
.get());
77
// for
mapped_name
.
79
mapped_name
.get()[mapped_name_len - 1] = '\0';
83
(*var_map)[
mapped_name
.get()] = info;
program_manager.cc
457
const std::string*
mapped_name
= GetAttribMappedName(it->first);
local
458
if (
mapped_name
&& *
mapped_name
!= it->first)
459
glBindAttribLocation(service_id_, it->second,
mapped_name
->c_str());
714
const std::string*
mapped_name
=
local
716
if (
mapped_name
)
717
return
mapped_name
;
[
all
...]
/art/runtime/
runtime.cc
[
all
...]
Completed in 1740 milliseconds