OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllSamplers
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsSampler.cpp
52
for (uint32_t ct = 0; ct < mRSC->mStateSampler.
mAllSamplers
.size(); ct++) {
53
if (mRSC->mStateSampler.
mAllSamplers
[ct] == this) {
54
mRSC->mStateSampler.
mAllSamplers
.removeAt(ct);
87
for (uint32_t ct = 0; ct < rsc->mStateSampler.
mAllSamplers
.size(); ct++) {
88
Sampler *existing = rsc->mStateSampler.
mAllSamplers
[ct];
111
rsc->mStateSampler.
mAllSamplers
.push(s);
rsSampler.h
99
Vector<Sampler *>
mAllSamplers
;
Completed in 87 milliseconds