Searched refs:RS_SAMPLER_CLAMP (Results 1 – 8 of 8) sorted by relevance
/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | sampler.rscript | 14 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP); 15 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP); 20 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP); 21 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP); 27 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP); 32 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP); 38 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP); 39 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | sampler.rscript | 30 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP); 31 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP); 36 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP); 37 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP); 43 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP); 48 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP); 54 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP); 55 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | sampler.rscript | 32 _RS_ASSERT(rsSamplerGetWrapS(minification) == RS_SAMPLER_CLAMP); 33 _RS_ASSERT(rsSamplerGetWrapT(minification) == RS_SAMPLER_CLAMP); 38 _RS_ASSERT(rsSamplerGetWrapS(magnification) == RS_SAMPLER_CLAMP); 39 _RS_ASSERT(rsSamplerGetWrapT(magnification) == RS_SAMPLER_CLAMP); 45 _RS_ASSERT(rsSamplerGetWrapT(wrapS) == RS_SAMPLER_CLAMP); 50 _RS_ASSERT(rsSamplerGetWrapS(wrapT) == RS_SAMPLER_CLAMP); 56 _RS_ASSERT(rsSamplerGetWrapS(anisotropy) == RS_SAMPLER_CLAMP); 57 _RS_ASSERT(rsSamplerGetWrapT(anisotropy) == RS_SAMPLER_CLAMP);
|
/frameworks/rs/cpp/ |
D | Sampler.cpp | 79 …SAMPLER(CLAMP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP); 80 …TE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP); 81 …R_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP);
|
/frameworks/rs/ |
D | rsDefines.h | 191 RS_SAMPLER_CLAMP, enumerator
|
D | rsFont.cpp | 532 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, in initRenderState() 533 RS_SAMPLER_CLAMP).get()); in initRenderState()
|
/frameworks/rs/script_api/ |
D | rs_object_types.spec | 207 value: RS_SAMPLER_CLAMP = 4
|
/frameworks/rs/script_api/include/ |
D | rs_object_types.rsh | 225 RS_SAMPLER_CLAMP = 4,
|