Home
last modified time | relevance | path

Searched refs:SamplerState (Results 1 – 6 of 6) sorted by relevance

/frameworks/rs/
DrsSampler.h28 class SamplerState; variable
61 void bindToContext(SamplerState *, uint32_t slot);
62 void unbindFromContext(SamplerState *);
86 class SamplerState {
DrsSampler.cpp60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) { in bindToContext()
65 void Sampler::unbindFromContext(SamplerState *ss) { in unbindFromContext()
DrsContext.h96 SamplerState mStateSampler;
/frameworks/support/renderscript/v8/rs_support/
DrsSampler.h28 class SamplerState; variable
61 void bindToContext(SamplerState *, uint32_t slot);
62 void unbindFromContext(SamplerState *);
86 class SamplerState {
DrsSampler.cpp60 void Sampler::bindToContext(SamplerState *ss, uint32_t slot) { in bindToContext()
65 void Sampler::unbindFromContext(SamplerState *ss) { in unbindFromContext()
DrsContext.h84 SamplerState mStateSampler;