Home
last modified time | relevance | path

Searched refs:rsSamplerGetAnisotropy (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsampler.rs34 _RS_ASSERT(rsSamplerGetAnisotropy(minification) == 1.0f);
40 _RS_ASSERT(rsSamplerGetAnisotropy(magnification) == 1.0f);
46 _RS_ASSERT(rsSamplerGetAnisotropy(wrapS) == 1.0f);
52 _RS_ASSERT(rsSamplerGetAnisotropy(wrapT) == 1.0f);
58 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
Dapitest.rs1298 f = rsSamplerGetAnisotropy(samplerNonNull);
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsampler.rs32 _RS_ASSERT(rsSamplerGetAnisotropy(minification) == 1.0f);
38 _RS_ASSERT(rsSamplerGetAnisotropy(magnification) == 1.0f);
44 _RS_ASSERT(rsSamplerGetAnisotropy(wrapS) == 1.0f);
50 _RS_ASSERT(rsSamplerGetAnisotropy(wrapT) == 1.0f);
56 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rs16 _RS_ASSERT(rsSamplerGetAnisotropy(minification) == 1.0f);
22 _RS_ASSERT(rsSamplerGetAnisotropy(magnification) == 1.0f);
28 _RS_ASSERT(rsSamplerGetAnisotropy(wrapS) == 1.0f);
34 _RS_ASSERT(rsSamplerGetAnisotropy(wrapT) == 1.0f);
40 _RS_ASSERT(rsSamplerGetAnisotropy(anisotropy) == 8.0f);
Dapitest.rs1281 f = rsSamplerGetAnisotropy(samplerNonNull);
/frameworks/rs/driver/runtime/
Drs_sampler.c44 rsSamplerGetAnisotropy(rs_sampler s) { in rsSamplerGetAnisotropy() function
/frameworks/rs/script_api/
Drs_object_info.spec310 function: rsSamplerGetAnisotropy
/frameworks/rs/script_api/include/
Drs_object_info.rsh384 * rsSamplerGetAnisotropy: Anisotropy of the Sampler
392 rsSamplerGetAnisotropy(rs_sampler s);
/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
Dapitest.rs1296 f = rsSamplerGetAnisotropy(samplerNonNull);
/frameworks/compile/slang/tests/P_all_api_16/
Dall16.rs3313 *(float*)buf2161 = rsSamplerGetAnisotropy(*(rs_sampler*)buf2162);
/frameworks/compile/slang/tests/P_all_api_17/
Dall17.rs3473 *(float*)buf2269 = rsSamplerGetAnisotropy(*(rs_sampler*)buf2270);
/frameworks/compile/slang/tests/P_all_api_18/
Dall18.rs4063 *(float*)buf2341 = rsSamplerGetAnisotropy(*(rs_sampler*)buf2342);
/frameworks/compile/slang/tests/P_all_api_19/
Dall19.rs4343 *(float*)buf2565 = rsSamplerGetAnisotropy(*(rs_sampler*)buf2566);
/frameworks/compile/slang/tests/P_all_api_20/
Dall20.rs4369 *(float*)buf2584 = rsSamplerGetAnisotropy(*(rs_sampler*)buf2585);
/frameworks/compile/slang/tests/P_all_api_21/
Dall21.rs5312 *(float*)buf3219 = rsSamplerGetAnisotropy(*(rs_sampler*)buf3220);
/frameworks/compile/slang/tests/P_all_api_23/
Dall23.rs6156 *(float*)buf3990 = rsSamplerGetAnisotropy(*(rs_sampler*)buf3991);
/frameworks/compile/slang/tests/P_all_api_22/
Dall22.rs6212 *(float*)buf3939 = rsSamplerGetAnisotropy(*(rs_sampler*)buf3940);
/frameworks/compile/slang/tests/P_all_api_24/
Dall24.rs8565 *(float*)buf5622 = rsSamplerGetAnisotropy(*(rs_sampler*)buf5623);