OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_BINS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/cc/resources/
prioritized_tile_set.h
53
std::vector<Tile*> tiles_[
NUM_BINS
];
54
bool bin_sorted_[
NUM_BINS
];
managed_tile_state.h
29
NUM_BINS
= 8
prioritized_tile_set.cc
69
for (int bin = 0; bin <
NUM_BINS
; ++bin)
81
for (int bin = 0; bin <
NUM_BINS
; ++bin) {
managed_tile_state.cc
39
case
NUM_BINS
:
42
base::Value::CreateStringValue("Invalid Bin (
NUM_BINS
)"));
tile_manager_perftest.cc
128
int count_per_bin = count /
NUM_BINS
;
tile_manager.cc
27
const ManagedTileBin kBinPolicyMap[NUM_TILE_MEMORY_LIMIT_POLICIES][
NUM_BINS
] = {
68
const ManagedTileBin kBinReadyToDrawMap[2][
NUM_BINS
] = {
91
const ManagedTileBin kBinIsActiveMap[2][
NUM_BINS
] = {
[
all
...]
Completed in 43 milliseconds