Home | History | Annotate | Download | only in renderscript

Lines Matching refs:Sampler

247     native void rsnContextBindSampler(int con, int sampler, int slot);
248 synchronized void nContextBindSampler(int sampler, int slot) {
250 rsnContextBindSampler(mContext, sampler, slot);
935 Sampler mSampler_CLAMP_NEAREST;
936 Sampler mSampler_CLAMP_LINEAR;
937 Sampler mSampler_CLAMP_LINEAR_MIP_LINEAR;
938 Sampler mSampler_WRAP_NEAREST;
939 Sampler mSampler_WRAP_LINEAR;
940 Sampler mSampler_WRAP_LINEAR_MIP_LINEAR;
941 Sampler mSampler_MIRRORED_REPEAT_NEAREST;
942 Sampler mSampler_MIRRORED_REPEAT_LINEAR;
943 Sampler mSampler_MIRRORED_REPEAT_LINEAR_MIP_LINEAR;