HomeSort by relevance Sort by last modified time
    Searched refs:anisotropy (Results 1 - 11 of 11) sorted by null

  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 30 Sampler anisotropy; field in class:UT_sampler
66 anisotropy = b.create();
72 s.set_anisotropy(anisotropy);
129 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
130 anisotropy.getMagnification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
132 anisotropy.getMinification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 30 Sampler anisotropy; field in class:UT_sampler
66 anisotropy = b.create();
72 s.set_anisotropy(anisotropy);
129 _RS_ASSERT("anisotropy.getMagnification() == Sampler.Value.NEAREST",
130 anisotropy.getMagnification() == Sampler.Value.NEAREST);
131 _RS_ASSERT("anisotropy.getMinification() == Sampler.Value.NEAREST",
132 anisotropy.getMinification() == Sampler.Value.NEAREST);
133 _RS_ASSERT("anisotropy.getWrapS() == Sampler.Value.CLAMP",
134 anisotropy.getWrapS() == Sampler.Value.CLAMP);
135 _RS_ASSERT("anisotropy.getWrapT() == Sampler.Value.CLAMP"
    [all...]
  /frameworks/rs/cpp/
Sampler.cpp 52 sp<Sampler> Sampler::create(sp<RS> rs, RsSamplerValue min, RsSamplerValue mag, RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) {
54 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
rsCppStructs.h     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tex.c 218 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); local
227 "%s(tex %p) minf %s, maxf %s, anisotropy %d.\n",
231 anisotropy);
233 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) {
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tex.c 218 GLuint anisotropy = (t->pp_txfilter & R200_MAX_ANISO_MASK); local
227 "%s(tex %p) minf %s, maxf %s, anisotropy %d.\n",
231 anisotropy);
233 if ( anisotropy == R200_MAX_ANISO_1_TO_1 ) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tex.c 171 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); local
195 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) {
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tex.c 171 GLuint anisotropy = (t->pp_txfilter & RADEON_MAX_ANISO_MASK); local
195 else if ( anisotropy == RADEON_MAX_ANISO_1_TO_1 ) {
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/cpp/
rsCppStructs.h     [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/cpp/
rsCppStructs.h     [all...]

Completed in 1254 milliseconds