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

/frameworks/rs/java/tests/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/java/tests/RsTest/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/cpp/
H A DSampler.cpp40 RsSamplerValue Sampler::getWrapS() { function in class:Sampler
H A DrsCppStructs.h1915 RsSamplerValue getWrapS();
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java73 public Value getWrapS() { method in class:Sampler
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java86 public Value getWrapS() { method in class:Sampler

Completed in 230 milliseconds