OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mStateSampler
(Results
1 - 3
of
3
) 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);
rsContext.h
117
SamplerState
mStateSampler
;
rsContext.cpp
375
rsc->
mStateSampler
.init(rsc);
474
mStateSampler
.deinit(this);
807
s->bindToContext(&rsc->
mStateSampler
, slot);
Completed in 9409 milliseconds