OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_entry_id
(Results
1 - 7
of
7
) sorted by null
/external/chromium/chrome/browser/
gpu_data_manager.cc
190
uint32
max_entry_id
= gpu_blacklist->
max_entry_id
();
local
193
0,
max_entry_id
+ 1);
207
flag_entries[i],
max_entry_id
+ 1);
219
if (gpu_blacklist_.get() != NULL && gpu_blacklist_->
max_entry_id
() == 0)
/external/chromium_org/content/browser/gpu/
gpu_data_manager_impl_private.cc
110
uint32
max_entry_id
= blacklist->
max_entry_id
();
local
111
if (
max_entry_id
== 0) {
124
0,
max_entry_id
+ 1);
132
flag_entries[i],
max_entry_id
+ 1);
143
flag_disabled_entries[i],
max_entry_id
+ 1);
[
all
...]
/external/chromium_org/gpu/config/
gpu_control_list.h
76
uint32
max_entry_id
() const;
gpu_control_list_unittest.cc
145
EXPECT_EQ(5u, control_list->
max_entry_id
());
gpu_control_list.cc
1332
uint32 GpuControlList::
max_entry_id
() const {
function in class:gpu::GpuControlList
[
all
...]
/external/chromium_org/v8/src/
deoptimizer.h
301
int
max_entry_id
);
deoptimizer.cc
[
all
...]
Completed in 66 milliseconds