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

  /frameworks/rs/cpp/
Sampler.cpp 54 void* id = RS::dispatch->SamplerCreate(rs.get(), min, mag, wrapS, wrapT, RS_SAMPLER_WRAP, anisotropy);
68 CREATE_SAMPLER(WRAP_NEAREST, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
69 CREATE_SAMPLER(WRAP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
70 CREATE_SAMPLER(WRAP_LINEAR_MIP_LINEAR, RS_SAMPLER_WRAP, RS_SAMPLER_WRAP, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR);
  /frameworks/rs/scriptc/
rs_types.rsh 618 RS_SAMPLER_WRAP = 3,
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 618 RS_SAMPLER_WRAP = 3,
  /frameworks/rs/
rsDefines.h 202 RS_SAMPLER_WRAP,
  /frameworks/rs/driver/runtime/
rs_sample.c 300 if (wrap == RS_SAMPLER_WRAP) {

Completed in 114 milliseconds