Searched refs:rs_sampler (Results 1 - 22 of 22) sorted by relevance

/frameworks/rs/scriptc/
H A Drs_sampler.rsh17 /** @file rs_sampler.rsh
36 rsSamplerGetMinification(rs_sampler s);
45 rsSamplerGetMagnification(rs_sampler s);
54 rsSamplerGetWrapS(rs_sampler s);
63 rsSamplerGetWrapT(rs_sampler s);
72 rsSamplerGetAnisotropy(rs_sampler s);
H A Drs_object.rsh49 rsSetObject(rs_sampler *dst, rs_sampler src);
115 rsClearObject(rs_sampler *dst);
184 rsIsObject(rs_sampler);
H A Drs_allocation.rsh250 rsSample(rs_allocation a, rs_sampler s, float location);
261 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
270 rsSample(rs_allocation a, rs_sampler s, float2 location);
282 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
H A Drs_graphics.rsh116 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
H A Drs_types.rsh156 RS_BASE_OBJ rs_sampler;
/frameworks/rs/driver/runtime/
H A Drs_sampler.c8 rsSamplerGetMinification(rs_sampler s) {
17 rsSamplerGetMagnification(rs_sampler s) {
26 rsSamplerGetWrapS(rs_sampler s) {
35 rsSamplerGetWrapT(rs_sampler s) {
44 rsSamplerGetAnisotropy(rs_sampler s) {
H A DAndroid.mk29 rs_sampler.c \
H A Drs_sample.c534 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) {
580 rsSample(rs_allocation a, rs_sampler s, float location) {
586 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) {
633 rsSample(rs_allocation a, rs_sampler s, float2 uv) {
/frameworks/rs/driver/
H A DrsdSampler.h31 android::renderscript::rs_sampler *obj);
H A DrsdSampler.cpp46 rs_sampler *obj)
H A DrsdRuntimeStubs.cpp82 OPAQUETYPE(rs_sampler)
1451 IS_CLEAR_SET_OBJ(::rs_sampler)
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A Dsample.rs23 static rs_sampler allocSampler;
25 void setSampleData(rs_allocation dest, rs_allocation source, rs_sampler sampler) {
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
H A Dfisheye_approx.rsh18 rs_sampler sampler;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
H A Dfisheye_approx.rsh18 rs_sampler sampler;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A Dfisheye.rsh18 rs_sampler sampler;
H A Dfisheye_approx.rsh18 rs_sampler sampler;
/frameworks/rs/tests/cppbasic/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/rs/tests/cppbasic-shared/
H A Dmono.rs48 rs_sampler sampler;
/frameworks/rs/
H A Drs_hal.h69 RS_BASE_OBJ(Sampler) rs_sampler; member in namespace:android::renderscript
293 void (*updateCachedObject)(const Context *rsc, const Sampler *s, rs_sampler *obj);
/frameworks/compile/slang/
H A Dslang_rs.cpp65 RS_HEADER_ENTRY(rs_sampler) \

Completed in 810 milliseconds