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
338
mToDirtyList
.push(p);
342
for (size_t ct=0; ct <
mToDirtyList
.size(); ct++) {
343
if (
mToDirtyList
[ct] == p) {
344
mToDirtyList
.removeAt(ct);
514
for (size_t ct=0; ct <
mToDirtyList
.size(); ct++) {
515
mToDirtyList
[ct]->forceDirty();
[
all
...]
rsAllocation.h
216
Vector<const Program *>
mToDirtyList
;
Completed in 576 milliseconds