Searched refs:rs_sampler (Results 1 – 24 of 24) sorted by relevance
/frameworks/compile/libbcc/lib/ScriptCRT/ |
D | rs_sampler.c | 9 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()
|
D | rs_sample.c | 262 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()
|
D | Android.mk | 28 rs_sampler.c \
|
/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/ |
D | sampler.rs | 3 rs_sampler minification; 4 rs_sampler magnification; 5 rs_sampler wrapS; 6 rs_sampler wrapT; 7 rs_sampler anisotropy;
|
D | rstypes.rs | 7 rs_sampler samplerTest; 36 rs_sampler samplerTestLocal;
|
/frameworks/rs/scriptc/ |
D | rs_sampler.rsh | 17 /** @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);
|
D | rs_object.rsh | 49 rsSetObject(rs_sampler *dst, rs_sampler src); 112 rsClearObject(rs_sampler *dst); 178 rsIsObject(rs_sampler);
|
D | rs_allocation.rsh | 179 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);
|
D | rs_core.rsh | 64 #include "rs_sampler.rsh"
|
D | rs_graphics.rsh | 112 rsgBindSampler(rs_program_fragment, uint slot, rs_sampler);
|
D | rs_types.rsh | 127 typedef struct { const int* const p; } __attribute__((packed, aligned(4))) rs_sampler;
|
/frameworks/base/tests/RenderScriptTests/SampleTest/src/com/android/rs/sample/ |
D | sample.rs | 23 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/ |
D | rstypes.rs | 7 rs_sampler samplerTest; 36 rs_sampler samplerTestLocal;
|
/frameworks/base/tests/RenderScriptTests/tests_v11/src/com/android/rs/test/ |
D | rstypes.rs | 7 rs_sampler samplerTest; 36 rs_sampler samplerTestLocal;
|
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/ |
D | rsrenderstates.rs | 52 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/ |
D | fill_test.rs | 35 rs_sampler gLinearClamp; 36 rs_sampler gLinearWrap;
|
D | mesh_test.rs | 34 rs_sampler gLinearClamp;
|
D | rsbench.rs | 35 rs_sampler gLinearClamp;
|
D | torus_test.rs | 43 rs_sampler gLinearClamp;
|
D | ui_test.rs | 86 rs_sampler gLinearClamp;
|
/frameworks/compile/slang/tests/P_export_types/ |
D | export_types.rs | 21 rs_sampler sampler;
|
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/ |
D | shaderstest.rs | 35 rs_sampler gLinear; 36 rs_sampler gNearest;
|
/frameworks/compile/slang/ |
D | slang_rs.cpp | 60 RS_HEADER_ENTRY(rs_sampler) \
|
/frameworks/ex/carousel/java/com/android/ex/carousel/ |
D | carousel.rs | 223 rs_sampler linearClamp;
|