OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mToDirtyList
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsAllocation.cpp
339
mToDirtyList
.push_back(p);
343
for (size_t ct=0; ct <
mToDirtyList
.size(); ct++) {
344
if (
mToDirtyList
[ct] == p) {
345
mToDirtyList
.erase(
mToDirtyList
.begin() + ct);
514
for (size_t ct=0; ct <
mToDirtyList
.size(); ct++) {
515
mToDirtyList
[ct]->forceDirty();
[
all
...]
rsAllocation.h
212
std::vector<const Program *>
mToDirtyList
;
Completed in 106 milliseconds