Home
last modified time | relevance | path

Searched refs:rs_sampler (Results 1 – 25 of 59) sorted by relevance

123

/frameworks/rs/driver/runtime/
Drs_sampler.c8 rsSamplerGetMinification(rs_sampler s) { in rsSamplerGetMinification()
17 rsSamplerGetMagnification(rs_sampler s) { in rsSamplerGetMagnification()
26 rsSamplerGetWrapS(rs_sampler s) { in rsSamplerGetWrapS()
35 rsSamplerGetWrapT(rs_sampler s) { in rsSamplerGetWrapT()
44 rsSamplerGetAnisotropy(rs_sampler s) { in rsSamplerGetAnisotropy()
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dsampler.rs3 rs_sampler minification;
4 rs_sampler magnification;
5 rs_sampler wrapS;
6 rs_sampler wrapT;
7 rs_sampler anisotropy;
Drstypes.rs7 rs_sampler samplerTest;
33 rs_sampler samplerTestLocal;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsampler.rs21 rs_sampler minification;
22 rs_sampler magnification;
23 rs_sampler wrapS;
24 rs_sampler wrapT;
25 rs_sampler anisotropy;
Drstypes.rs25 rs_sampler samplerTest;
51 rs_sampler samplerTestLocal;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
Dsampler.rs19 rs_sampler minification;
20 rs_sampler magnification;
21 rs_sampler wrapS;
22 rs_sampler wrapT;
23 rs_sampler anisotropy;
Drstypes.rs23 rs_sampler samplerTest;
49 rs_sampler samplerTestLocal;
/frameworks/rs/rsov/driver/
DrsovSampler.cpp23 using android::renderscript::rs_sampler;
30 rs_sampler *obj) { in rsovSamplerUpdateCachedObject()
DrsovSampler.h31 android::renderscript::rs_sampler *obj);
/frameworks/rs/driver/
DrsdSampler.cpp34 using android::renderscript::rs_sampler;
46 rs_sampler *obj) in rsdSamplerUpdateCachedObject()
DrsdSampler.h31 android::renderscript::rs_sampler *obj);
/frameworks/rs/tests/java_api/SampleTest/src/com/android/rs/sample/
Dsample.rs23 static rs_sampler allocSampler; constant
25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
/frameworks/rs/script_api/
Drs_object_info.spec313 arg: rs_sampler s
337 arg: rs_sampler s
361 arg: rs_sampler s
/frameworks/rs/tests/java_api/RsTest_14/src/com/android/rs/test/
Drstypes.rs7 rs_sampler samplerTest;
39 rs_sampler samplerTestLocal;
/frameworks/rs/tests/java_api/RsTest_11/src/com/android/rs/test/
Drstypes.rs7 rs_sampler samplerTest;
39 rs_sampler samplerTestLocal;
/frameworks/rs/tests/java_api/RsTest_16/src/com/android/rs/test/
Drstypes.rs7 rs_sampler samplerTest;
39 rs_sampler samplerTestLocal;
/frameworks/rs/script_api/include/
Drs_object_info.rsh169 rsClearObject(rs_sampler* dst);
195 rsIsObject(rs_sampler v);
392 rsSamplerGetAnisotropy(rs_sampler s);
404 rsSamplerGetMagnification(rs_sampler s);
416 rsSamplerGetMinification(rs_sampler s);
428 rsSamplerGetWrapS(rs_sampler s);
440 rsSamplerGetWrapT(rs_sampler s);
457 rsSetObject(rs_sampler* dst, rs_sampler src);
Drs_object_types.rsh75 * rs_sampler: Handle to a Sampler
81 typedef struct rs_sampler _RS_OBJECT_DECL rs_sampler;
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
Dfisheye_approx_f.rsh18 static rs_sampler sampler;
24 rs_sampler sam) {
/frameworks/compile/slang/tests/P_kernel_cpp/
Dkernel_cpp.rs17 rs_sampler sampler;
/frameworks/compile/slang/tests/P_export_types_v20/
Dexport_types.rs24 rs_sampler sampler;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs25 rs_sampler sampler;
/frameworks/rs/tests/cpp_api/cppbasic/
Dmono.rs48 rs_sampler sampler;
/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dmono.rs48 rs_sampler sampler;
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
Dfisheye_approx.rsh18 rs_sampler sampler;

123