OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_BINS
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/cc/resources/
prioritized_tile_set.h
54
std::vector<Tile*> tiles_[
NUM_BINS
];
55
bool bin_sorted_[
NUM_BINS
];
prioritized_tile_set.cc
73
for (int bin = 0; bin <
NUM_BINS
; ++bin)
85
for (int bin = 0; bin <
NUM_BINS
; ++bin) {
92
for (int bin = 0; bin <
NUM_BINS
; ++bin)
managed_tile_state.h
31
NUM_BINS
= 8
managed_tile_state.cc
33
case
NUM_BINS
:
35
return "Invalid Bin (
NUM_BINS
)";
tile_manager.cc
228
const ManagedTileBin kBinPolicyMap[NUM_TILE_MEMORY_LIMIT_POLICIES][
NUM_BINS
] = {
271
const ManagedTileBin kBinReadyToDrawMap[2][
NUM_BINS
] = {
294
const ManagedTileBin kBinIsActiveMap[2][
NUM_BINS
] = {
[
all
...]
Completed in 184 milliseconds