Home
last modified time | relevance | path

Searched refs:bindToContext (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsSampler.h65 void bindToContext(SamplerState *, uint32_t slot);
H A DrsSampler.cpp60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) { in bindToContext() function in android::renderscript::Sampler
H A DrsContext.cpp769 s->bindToContext(&rsc->mStateSampler, slot); in rsi_ContextBindSampler()