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

  /frameworks/rs/cpp/
Sampler.cpp 68 RS_SAMPLER_WRAP, anisotropy);
82 CREATE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
83 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
84 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP);
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
sampler.rs 42 _RS_ASSERT(rsSamplerGetWrapS(wrapS) == RS_SAMPLER_WRAP);
49 _RS_ASSERT(rsSamplerGetWrapT(wrapT) == RS_SAMPLER_WRAP);
  /frameworks/rs/script_api/include/
rs_object_types.rsh 224 RS_SAMPLER_WRAP = 3,
  /prebuilts/sdk/renderscript/include/
rs_object_types.rsh 224 RS_SAMPLER_WRAP = 3,
  /cts/tests/tests/rscpp/librscpptest/
rs_jni_object.cpp 135 RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, 1.0f);
  /frameworks/rs/
rsDefines.h 190 RS_SAMPLER_WRAP,
  /frameworks/rs/script_api/
rs_object_types.spec 206 value: RS_SAMPLER_WRAP = 3
  /frameworks/rs/driver/runtime/
rs_sample.c 299 if (wrap == RS_SAMPLER_WRAP) {

Completed in 135 milliseconds