Searched defs:wrapT (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_sampler.java31 Sampler wrapT; field in class:UT_sampler
64 wrapT = b.create();
73 s.set_wrapT(wrapT);
120 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
121 wrapT.getMagnification() == Sampler.Value.NEAREST);
122 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
123 wrapT.getMinification() == Sampler.Value.NEAREST);
124 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
125 wrapT.getWrapS() == Sampler.Value.CLAMP);
126 _RS_ASSERT("wrapT
[all...]
/frameworks/rs/
H A DrsSampler.cpp34 RsSamplerValue wrapT,
40 mHal.state.wrapT = wrapT;
82 RsSamplerValue wrapT,
92 if (existing->mHal.state.wrapT != wrapT) continue;
101 Sampler *s = new Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
120 RsSamplerValue wrapT,
124 wrapS, wrapT, wrapR, aniso);
30 Sampler(Context *rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
78 getSampler(Context *rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
116 rsi_SamplerCreate(Context * rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
H A DrsSampler.h46 RsSamplerValue wrapT; member in struct:android::renderscript::Sampler::Hal::State
58 RsSamplerValue wrapT,
80 RsSamplerValue wrapT,
/frameworks/support/renderscript/v8/rs_support/
H A DrsSampler.cpp34 RsSamplerValue wrapT,
40 mHal.state.wrapT = wrapT;
82 RsSamplerValue wrapT,
92 if (existing->mHal.state.wrapT != wrapT) continue;
101 Sampler *s = new Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
120 RsSamplerValue wrapT,
124 wrapS, wrapT, wrapR, aniso);
30 Sampler(Context *rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
78 getSampler(Context *rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
116 rsi_SamplerCreate(Context * rsc, RsSamplerValue magFilter, RsSamplerValue minFilter, RsSamplerValue wrapS, RsSamplerValue wrapT, RsSamplerValue wrapR, float aniso) argument
H A DrsSampler.h46 RsSamplerValue wrapT; member in struct:android::renderscript::Sampler::Hal::State
58 RsSamplerValue wrapT,
80 RsSamplerValue wrapT,
/frameworks/base/libs/hwui/
H A DTexture.h34 wrapT = GL_CLAMP_TO_EDGE;
52 void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false, argument
55 if (firstWrap || force || wrapS != this->wrapS || wrapT != this->wrapT) {
59 this->wrapT = wrapT;
66 glTexParameteri(renderTarget, GL_TEXTURE_WRAP_T, wrapT);
133 GLenum wrapT; member in struct:android::uirenderer::Texture
H A DSkiaShader.cpp89 void SkiaShader::bindTexture(Texture* texture, GLenum wrapS, GLenum wrapT) { argument
91 texture->setWrapST(wrapS, wrapT);
H A DProgramCache.cpp792 void ProgramCache::generateTextureWrap(String8& shader, GLenum wrapS, GLenum wrapT) { argument
798 if (wrapT == GL_MIRRORED_REPEAT) {
815 switch (wrapT) {
/frameworks/compile/libbcc/lib/Renderscript/runtime/
H A Drs_sample.c308 rs_sampler_value wrapT = rsSamplerGetWrapT(s); local
343 next.y = wrapI(wrapT, iPixel.y + 1, sourceH);
346 location.y = wrapI(wrapT, iPixel.y, sourceH);
357 rs_sampler_value wrapT = rsSamplerGetWrapT(s); local
369 location.y = wrapI(wrapT, iPixel.y, sourceH);
H A Drs_structs.h141 rs_sampler_value wrapT; member in struct:Sampler::__anon1211::__anon1212
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp779 jint wrapS, jint wrapT, jint wrapR, jfloat aniso)
786 (RsSamplerValue)wrapT,
778 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java465 int wrapS, int wrapT, int wrapR, float aniso);
467 int wrapS, int wrapT, int wrapR, float aniso) {
469 return rsnSamplerCreate(mContext, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
464 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
466 nSamplerCreate(int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java607 int wrapS, int wrapT, int wrapR, float aniso);
609 int wrapS, int wrapT, int wrapR, float aniso) {
611 return rsnSamplerCreate(mContext, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
606 rsnSamplerCreate(int con, int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
608 nSamplerCreate(int magFilter, int minFilter, int wrapS, int wrapT, int wrapR, float aniso) argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1291 jint wrapS, jint wrapT, jint wrapR, jfloat aniso)
1298 (RsSamplerValue)wrapT,
1290 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument

Completed in 192 milliseconds