Home
last modified time | relevance | path

Searched refs:RsSamplerValue (Results 1 – 9 of 9) 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.h73 …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 …static sp<Sampler> create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS,…
4252 RsSamplerValue getMinification();
4256 RsSamplerValue getMagnification();
4260 RsSamplerValue getWrapS();
[all …]
/frameworks/rs/
DrsSampler.h43 RsSamplerValue magFilter;
44 RsSamplerValue minFilter;
45 RsSamplerValue wrapS;
46 RsSamplerValue wrapT;
47 RsSamplerValue wrapR;
57 RsSamplerValue magFilter,
58 RsSamplerValue minFilter,
59 RsSamplerValue wrapS,
60 RsSamplerValue wrapT,
61 RsSamplerValue wrapR,
[all …]
DrsSampler.cpp31 RsSamplerValue magFilter, in Sampler()
32 RsSamplerValue minFilter, in Sampler()
33 RsSamplerValue wrapS, in Sampler()
34 RsSamplerValue wrapT, in Sampler()
35 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 …]
Drs.spec359 param RsSamplerValue magFilter
360 param RsSamplerValue minFilter
361 param RsSamplerValue wrapS
362 param RsSamplerValue wrapT
363 param RsSamplerValue wrapR
DrsDefines.h186 enum RsSamplerValue { enum
/frameworks/support/v8/renderscript/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.cpp2620 (RsSamplerValue)magFilter, in nSamplerCreate()
2621 (RsSamplerValue)minFilter, in nSamplerCreate()
2622 (RsSamplerValue)wrapS, in nSamplerCreate()
2623 (RsSamplerValue)wrapT, in nSamplerCreate()
2624 (RsSamplerValue)wrapR, in nSamplerCreate()