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

  /frameworks/rs/
rsSampler.h 45 RsSamplerValue magFilter;
46 RsSamplerValue minFilter;
47 RsSamplerValue wrapS;
48 RsSamplerValue wrapT;
49 RsSamplerValue wrapR;
59 RsSamplerValue magFilter,
60 RsSamplerValue minFilter,
61 RsSamplerValue wrapS,
62 RsSamplerValue wrapT,
63 RsSamplerValue wrapR
    [all...]
rsSampler.cpp 30 RsSamplerValue magFilter,
31 RsSamplerValue minFilter,
32 RsSamplerValue wrapS,
33 RsSamplerValue wrapT,
34 RsSamplerValue wrapR,
79 RsSamplerValue magFilter,
80 RsSamplerValue minFilter,
81 RsSamplerValue wrapS,
82 RsSamplerValue wrapT,
83 RsSamplerValue wrapR
    [all...]
rsHidlAdaptation.h 138 static RsSampler SamplerCreate(RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, float);
rs.spec 359 param RsSamplerValue magFilter
360 param RsSamplerValue minFilter
361 param RsSamplerValue wrapS
362 param RsSamplerValue wrapT
363 param RsSamplerValue wrapR
rsApiStubs.h 104 extern "C" RsSampler rsSamplerCreate (RsContext rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float mAniso);
rsDefines.h 186 enum RsSamplerValue {
rsApiStubs.cpp 603 extern "C" RsSampler rsSamplerCreate (RsContext ctxWrapper, RsSamplerValue magFilter, RsSamplerValue minFilter,
604 RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR,
    [all...]
rsHidlAdaptation.cpp 705 RsSamplerValue magFilter,
706 RsSamplerValue minFilter,
707 RsSamplerValue wrapS,
708 RsSamplerValue wrapT,
709 RsSamplerValue wrapR,
    [all...]
  /frameworks/rs/cpp/
Sampler.cpp 26 RsSamplerValue mMin = RS_SAMPLER_INVALID;
27 RsSamplerValue mMag = RS_SAMPLER_INVALID;
28 RsSamplerValue mWrapS = RS_SAMPLER_INVALID;
29 RsSamplerValue mWrapT = RS_SAMPLER_INVALID;
33 Sampler::Sampler(sp<RS> rs, void* id, RsSamplerValue min, RsSamplerValue mag,
34 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy):
37 RsSamplerValue mMin = min;
38 RsSamplerValue mMag = mag
    [all...]
rsDispatch.h 76 typedef RsSampler (*SamplerCreateFnPtr) (RsContext, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, RsSamplerValue, float);
rsCppStructs.h     [all...]
  /hardware/interfaces/renderscript/1.0/default/
Context.cpp 608 RsSamplerValue _magFilter = static_cast<RsSamplerValue>(magFilter);
609 RsSamplerValue _minFilter = static_cast<RsSamplerValue>(minFilter);
610 RsSamplerValue _wrapS = static_cast<RsSamplerValue>(wrapS);
611 RsSamplerValue _wrapT = static_cast<RsSamplerValue>(wrapT);
612 RsSamplerValue _wrapR = static_cast<RsSamplerValue>(wrapR)
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/rs/support/jni/
android_renderscript_RenderScript.cpp     [all...]

Completed in 381 milliseconds