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

  /frameworks/rs/cpp/
Sampler.cpp 65 CREATE_SAMPLER(CLAMP_NEAREST, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_NEAREST, RS_SAMPLER_NEAREST);
66 CREATE_SAMPLER(CLAMP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR, RS_SAMPLER_LINEAR);
67 CREATE_SAMPLER(CLAMP_LINEAR_MIP_LINEAR, RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP, RS_SAMPLER_LINEAR_MIP_LINEAR, RS_SAMPLER_LINEAR_MIP_LINEAR);
  /frameworks/rs/scriptc/
rs_types.rsh 619 RS_SAMPLER_CLAMP = 4,
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 619 RS_SAMPLER_CLAMP = 4,
  /frameworks/rs/
rsDefines.h 203 RS_SAMPLER_CLAMP,
rsFont.cpp 534 RS_SAMPLER_CLAMP, RS_SAMPLER_CLAMP,
535 RS_SAMPLER_CLAMP).get());

Completed in 1007 milliseconds