Home
last modified time | relevance | path

Searched refs:rsSamplerGetMagnification (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dsampler.rscript12 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST);
18 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
24 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST);
30 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST);
36 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
H A Dapitest.rscript1278 rsv = rsSamplerGetMagnification(samplerNonNull);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A Dsampler.rscript28 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST);
34 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
40 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST);
46 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST);
52 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A Dsampler.rscript30 _RS_ASSERT(rsSamplerGetMagnification(minification) == RS_SAMPLER_NEAREST);
36 _RS_ASSERT(rsSamplerGetMagnification(magnification) == RS_SAMPLER_LINEAR);
42 _RS_ASSERT(rsSamplerGetMagnification(wrapS) == RS_SAMPLER_NEAREST);
48 _RS_ASSERT(rsSamplerGetMagnification(wrapT) == RS_SAMPLER_NEAREST);
54 _RS_ASSERT(rsSamplerGetMagnification(anisotropy) == RS_SAMPLER_NEAREST);
H A Dapitest.rscript1295 rsv = rsSamplerGetMagnification(samplerNonNull);
/aosp12/frameworks/rs/driver/runtime/
H A Drs_sampler.c17 rsSamplerGetMagnification(rs_sampler s) { in rsSamplerGetMagnification() function
/aosp12/frameworks/rs/script_api/include/
H A Drs_object_info.rsh396 * rsSamplerGetMagnification: Sampler magnification value
404 rsSamplerGetMagnification(rs_sampler s);
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibonlysrc/com/android/rs/unittest/
H A Dapitest.rscript1293 rsv = rsSamplerGetMagnification(samplerNonNull);
/aosp12/frameworks/compile/slang/tests/P_all_api_16/
H A Dall16.rscript3314 *(rs_sampler_value*)buf2163 = rsSamplerGetMagnification(*(rs_sampler*)buf2164);
/aosp12/frameworks/compile/slang/tests/P_all_api_17/
H A Dall17.rscript3474 *(rs_sampler_value*)buf2271 = rsSamplerGetMagnification(*(rs_sampler*)buf2272);
/aosp12/frameworks/compile/slang/tests/P_all_api_18/
H A Dall18.rscript4064 *(rs_sampler_value*)buf2343 = rsSamplerGetMagnification(*(rs_sampler*)buf2344);
/aosp12/frameworks/compile/slang/tests/P_all_api_19/
H A Dall19.rscript4344 *(rs_sampler_value*)buf2567 = rsSamplerGetMagnification(*(rs_sampler*)buf2568);
/aosp12/frameworks/compile/slang/tests/P_all_api_20/
H A Dall20.rscript4370 *(rs_sampler_value*)buf2586 = rsSamplerGetMagnification(*(rs_sampler*)buf2587);
/aosp12/frameworks/compile/slang/tests/P_all_api_21/
H A Dall21.rscript5313 *(rs_sampler_value*)buf3221 = rsSamplerGetMagnification(*(rs_sampler*)buf3222);
/aosp12/frameworks/compile/slang/tests/P_all_api_22/
H A Dall22.rscript6213 *(rs_sampler_value*)buf3941 = rsSamplerGetMagnification(*(rs_sampler*)buf3942);
/aosp12/frameworks/compile/slang/tests/P_all_api_23/
H A Dall23.rscript6157 *(rs_sampler_value*)buf3992 = rsSamplerGetMagnification(*(rs_sampler*)buf3993);
/aosp12/frameworks/compile/slang/tests/P_all_api_24/
H A Dall24.rscript8566 *(rs_sampler_value*)buf5624 = rsSamplerGetMagnification(*(rs_sampler*)buf5625);