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.h72 …er (*SamplerCreateFnPtr) (RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValu…
DrsCppStructs.h1989 Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
1990 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy);
1991 RsSamplerValue mMin;
1992 RsSamplerValue mMag;
1993 RsSamplerValue mWrapS;
1994 RsSamplerValue mWrapT;
2007 …static sp<Sampler> create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS,…
2012 RsSamplerValue getMinification();
2016 RsSamplerValue getMagnification();
2020 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.spec347 param RsSamplerValue magFilter
348 param RsSamplerValue minFilter
349 param RsSamplerValue wrapS
350 param RsSamplerValue wrapT
351 param RsSamplerValue wrapR
DrsDefines.h180 enum RsSamplerValue { enum
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp1819 (RsSamplerValue)magFilter, in nSamplerCreate()
1820 (RsSamplerValue)minFilter, in nSamplerCreate()
1821 (RsSamplerValue)wrapS, in nSamplerCreate()
1822 (RsSamplerValue)wrapT, in nSamplerCreate()
1823 (RsSamplerValue)wrapR, in nSamplerCreate()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2323 (RsSamplerValue)magFilter, in nSamplerCreate()
2324 (RsSamplerValue)minFilter, in nSamplerCreate()
2325 (RsSamplerValue)wrapS, in nSamplerCreate()
2326 (RsSamplerValue)wrapT, in nSamplerCreate()
2327 (RsSamplerValue)wrapR, in nSamplerCreate()