Home
last modified time | relevance | path

Searched refs:RsSamplerValue (Results 1 – 13 of 13) sorted by relevance

/frameworks/rs/cpp/
DSampler.cpp26 RsSamplerValue mMin = RS_SAMPLER_INVALID; in Sampler()
27 RsSamplerValue mMag = RS_SAMPLER_INVALID; in Sampler()
28 RsSamplerValue mWrapS = RS_SAMPLER_INVALID; in Sampler()
29 RsSamplerValue mWrapT = RS_SAMPLER_INVALID; in Sampler()
33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag, in Sampler()
34 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy): in Sampler()
37 RsSamplerValue mMin = min; in Sampler()
38 RsSamplerValue mMag = mag; in Sampler()
39 RsSamplerValue mWrapS = wrapS; in Sampler()
40 RsSamplerValue mWrapT = wrapT; in Sampler()
[all …]
DrsDispatch.h76 …er (*SamplerCreateFnPtr) (RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValu…
DrsCppStructs.h4229 Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
4230 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
4231 RsSamplerValue mMin;
4232 RsSamplerValue mMag;
4233 RsSamplerValue mWrapS;
4234 RsSamplerValue mWrapT;
4247 … sp<Sampler> create(const sp<RS>& rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS…
4252 RsSamplerValue getMinification();
4256 RsSamplerValue getMagnification();
4260 RsSamplerValue getWrapS();
[all …]
/frameworks/rs/
DrsSampler.h45 RsSamplerValue magFilter;
46 RsSamplerValue minFilter;
47 RsSamplerValue wrapS;
48 RsSamplerValue wrapT;
49 RsSamplerValue wrapR;
59 RsSamplerValue magFilter,
60 RsSamplerValue minFilter,
61 RsSamplerValue wrapS,
62 RsSamplerValue wrapT,
63 RsSamplerValue wrapR,
[all …]
DrsSampler.cpp30 RsSamplerValue magFilter, in Sampler()
31 RsSamplerValue minFilter, in Sampler()
32 RsSamplerValue wrapS, in Sampler()
33 RsSamplerValue wrapT, in Sampler()
34 RsSamplerValue wrapR, in Sampler()
79 RsSamplerValue magFilter, in getSampler()
80 RsSamplerValue minFilter, in getSampler()
81 RsSamplerValue wrapS, in getSampler()
82 RsSamplerValue wrapT, in getSampler()
83 RsSamplerValue wrapR, in getSampler()
[all …]
DrsHidlAdaptation.h138 …c RsSampler SamplerCreate(RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValu…
Drs.spec359 param RsSamplerValue magFilter
360 param RsSamplerValue minFilter
361 param RsSamplerValue wrapS
362 param RsSamplerValue wrapT
363 param RsSamplerValue wrapR
DrsApiStubs.h104 …eate (RsContext rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsS…
DrsApiStubs.cpp603 …rn "C" RsSampler rsSamplerCreate (RsContext ctxWrapper, RsSamplerValue magFilter, RsSamplerValue m… in rsSamplerCreate()
604RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, in rsSamplerCreate()
DrsDefines.h186 enum RsSamplerValue { enum
DrsHidlAdaptation.cpp705 RsSamplerValue magFilter, in SamplerCreate()
706 RsSamplerValue minFilter, in SamplerCreate()
707 RsSamplerValue wrapS, in SamplerCreate()
708 RsSamplerValue wrapT, in SamplerCreate()
709 RsSamplerValue wrapR, in SamplerCreate()
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp2083 (RsSamplerValue)magFilter, in nSamplerCreate()
2084 (RsSamplerValue)minFilter, in nSamplerCreate()
2085 (RsSamplerValue)wrapS, in nSamplerCreate()
2086 (RsSamplerValue)wrapT, in nSamplerCreate()
2087 (RsSamplerValue)wrapR, in nSamplerCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2623 (RsSamplerValue)magFilter, in nSamplerCreate()
2624 (RsSamplerValue)minFilter, in nSamplerCreate()
2625 (RsSamplerValue)wrapS, in nSamplerCreate()
2626 (RsSamplerValue)wrapT, in nSamplerCreate()
2627 (RsSamplerValue)wrapR, in nSamplerCreate()