Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/ScriptCRT/
Drs_sampler.c9 rsSamplerGetMinification(rs_sampler s) { in rsSamplerGetMinification()
18 rsSamplerGetMagnification(rs_sampler s) { in rsSamplerGetMagnification()
27 rsSamplerGetWrapS(rs_sampler s) { in rsSamplerGetWrapS()
36 rsSamplerGetWrapT(rs_sampler s) { in rsSamplerGetWrapT()
45 rsSamplerGetAnisotropy(rs_sampler s) { in rsSamplerGetAnisotropy()
Drs_sample.c262 rs_sampler s, in sample_LOD_LinearPixel()
292 rs_sampler s, in sample_LOD_NearestPixel()
305 rs_sampler s, in sample_LOD_LinearPixel()
354 rs_sampler s, in sample_LOD_NearestPixel()
374 rsSample(rs_allocation a, rs_sampler s, float location) { in rsSample()
379 rsSample(rs_allocation a, rs_sampler s, float uv, float lod) { in rsSample()
384 rsSample(rs_allocation a, rs_sampler s, float2 location) { in rsSample()
389 rsSample(rs_allocation a, rs_sampler s, float2 uv, float lod) { in rsSample()
DAndroid.mk28 rs_sampler.c \
/frameworks/base/tests/RenderScriptTests/tests/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;
36 rs_sampler samplerTestLocal;
/frameworks/rs/scriptc/
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);
Drs_object.rsh49 rsSetObject(rs_sampler *dst, rs_sampler src);
112 rsClearObject(rs_sampler *dst);
178 rsIsObject(rs_sampler);
Drs_allocation.rsh179 rsSample(rs_allocation a, rs_sampler s, float location);
190 rsSample(rs_allocation a, rs_sampler s, float location, float lod);
199 rsSample(rs_allocation a, rs_sampler s, float2 location);
211 rsSample(rs_allocation a, rs_sampler s, float2 location, float lod);
Drs_core.rsh64 #include "rs_sampler.rsh"
Drs_graphics.rsh112 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
Drs_types.rsh127 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_sampler;
/frameworks/base/tests/RenderScriptTests/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/base/tests/RenderScriptTests/tests_v14/src/com/android/rs/test/
Drstypes.rs7 rs_sampler samplerTest;
36 rs_sampler samplerTestLocal;
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/
Drstypes.rs7 rs_sampler samplerTest;
36 rs_sampler samplerTestLocal;
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
Drsrenderstates.rs52 rs_sampler gLinearClamp;
53 rs_sampler gLinearWrap;
54 rs_sampler gMipLinearWrap;
55 rs_sampler gMipLinearAniso8;
56 rs_sampler gMipLinearAniso15;
57 rs_sampler gNearestClamp;
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
Dfill_test.rs35 rs_sampler gLinearClamp;
36 rs_sampler gLinearWrap;
Dmesh_test.rs34 rs_sampler gLinearClamp;
Drsbench.rs35 rs_sampler gLinearClamp;
Dtorus_test.rs43 rs_sampler gLinearClamp;
Dui_test.rs86 rs_sampler gLinearClamp;
/frameworks/compile/slang/tests/P_export_types/
Dexport_types.rs21 rs_sampler sampler;
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
Dshaderstest.rs35 rs_sampler gLinear;
36 rs_sampler gNearest;
/frameworks/compile/slang/
Dslang_rs.cpp60 RS_HEADER_ENTRY(rs_sampler) \
/frameworks/ex/carousel/java/com/android/ex/carousel/
Dcarousel.rs223 rs_sampler linearClamp;