Searched refs:getWrapS (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_sampler.java89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
90 minification.getWrapS() == Sampler.Value.CLAMP);
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
101 magnification.getWrapS() == Sampler.Value.CLAMP);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
123 wrapT.getWrapS() == Sampler.Value.CLAMP);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS()
[all...]
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_sampler.java89 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
90 minification.getWrapS() == Sampler.Value.CLAMP);
100 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
101 magnification.getWrapS() == Sampler.Value.CLAMP);
111 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
112 wrapS.getWrapS() == Sampler.Value.WRAP);
122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
123 wrapT.getWrapS() == Sampler.Value.CLAMP);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS()
[all...]
/frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_sampler.java87 _RS_ASSERT("minification.getWrapS() == Sampler.Value.CLAMP",
88 minification.getWrapS() == Sampler.Value.CLAMP);
98 _RS_ASSERT("magnification.getWrapS() == Sampler.Value.CLAMP",
99 magnification.getWrapS() == Sampler.Value.CLAMP);
109 _RS_ASSERT("wrapS.getWrapS() == Sampler.Value.WRAP",
110 wrapS.getWrapS() == Sampler.Value.WRAP);
120 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
121 wrapT.getWrapS() == Sampler.Value.CLAMP);
131 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
132 anisotropy.getWrapS()
[all...]
/frameworks/rs/cpp/
H A DSampler.cpp52 RsSamplerValue Sampler::getWrapS() { function in class:Sampler
H A DrsCppStructs.h4260 RsSamplerValue getWrapS();
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DSampler.java86 public Value getWrapS() { method in class:Sampler
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java74 public Value getWrapS() { method in class:Sampler

Completed in 480 milliseconds