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

/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_sampler.java91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
92 minification.getWrapT() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
103 magnification.getWrapT() == Sampler.Value.CLAMP);
113 _RS_ASSERT("wrapS.getWrapT() == Sampler.Value.CLAMP",
114 wrapS.getWrapT() == Sampler.Value.CLAMP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
125 wrapT.getWrapT() == Sampler.Value.WRAP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP",
136 anisotropy.getWrapT()
[all...]
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_sampler.java91 _RS_ASSERT("minification.getWrapT() == Sampler.Value.CLAMP",
92 minification.getWrapT() == Sampler.Value.CLAMP);
102 _RS_ASSERT("magnification.getWrapT() == Sampler.Value.CLAMP",
103 magnification.getWrapT() == Sampler.Value.CLAMP);
113 _RS_ASSERT("wrapS.getWrapT() == Sampler.Value.CLAMP",
114 wrapS.getWrapT() == Sampler.Value.CLAMP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP",
125 wrapT.getWrapT() == Sampler.Value.WRAP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP",
136 anisotropy.getWrapT()
[all...]
/frameworks/rs/cpp/
H A DSampler.cpp44 RsSamplerValue Sampler::getWrapT() { function in class:Sampler
H A DrsCppStructs.h1919 RsSamplerValue getWrapT();
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java80 public Value getWrapT() { method in class:Sampler
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java93 public Value getWrapT() { method in class:Sampler

Completed in 128 milliseconds