HomeSort by relevance Sort by last modified time
    Searched refs:wrapT (Results 1 - 25 of 67) sorted by null

1 2 3

  /frameworks/rs/
rsSampler.cpp 34 RsSamplerValue wrapT,
40 mHal.state.wrapT = wrapT;
82 RsSamplerValue wrapT,
92 if (existing->mHal.state.wrapT != wrapT) continue;
107 Sampler *s = new (allocMem) Sampler(rsc, magFilter, minFilter, wrapS, wrapT, wrapR, aniso);
139 RsSamplerValue wrapT,
143 wrapS, wrapT, wrapR, aniso);
rsSampler.h 46 RsSamplerValue wrapT;
60 RsSamplerValue wrapT,
82 RsSamplerValue wrapT,
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_sampler.java 29 Sampler wrapT;
62 wrapT = b.create();
71 s.set_wrapT(wrapT);
118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
119 wrapT.getMagnification() == Sampler.Value.NEAREST);
120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
121 wrapT.getMinification() == Sampler.Value.NEAREST);
122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
123 wrapT.getWrapS() == Sampler.Value.CLAMP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP"
    [all...]
  /frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
UT_sampler.java 29 Sampler wrapT;
62 wrapT = b.create();
71 s.set_wrapT(wrapT);
118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
119 wrapT.getMagnification() == Sampler.Value.NEAREST);
120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
121 wrapT.getMinification() == Sampler.Value.NEAREST);
122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
123 wrapT.getWrapS() == Sampler.Value.CLAMP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP"
    [all...]
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_sampler.java 29 Sampler wrapT;
62 wrapT = b.create();
71 s.set_wrapT(wrapT);
118 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
119 wrapT.getMagnification() == Sampler.Value.NEAREST);
120 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
121 wrapT.getMinification() == Sampler.Value.NEAREST);
122 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
123 wrapT.getWrapS() == Sampler.Value.CLAMP);
124 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP"
    [all...]
  /frameworks/rs/cpp/
Sampler.cpp 34 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy):
40 RsSamplerValue mWrapT = wrapT;
65 RsSamplerValue wrapS, RsSamplerValue wrapT, float anisotropy) {
67 void* id = RS::dispatch->SamplerCreate(rs->getContext(), min, mag, wrapS, wrapT,
69 return new Sampler(rs, id, min, mag, wrapS, wrapT, anisotropy);
72 #define CREATE_SAMPLER(N, MIN, MAG, WRAPS, WRAPT) sp<const Sampler> Sampler::N(sp<RS> rs) { \
74 rs->mSamplers.N = (create(rs, MIN, MAG, WRAPS, WRAPT, 0.f)); \
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 85 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
86 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
87 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
129 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height)
137 , m_wrapT (wrapT)
148 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames)
156 , m_wrapT (wrapT)
168 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, CompressedTexFormat compressedFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height)
176 , m_wrapT (wrapT)
414 FOR_EACH(wrapT, wrapModes
    [all...]
es3fTextureFilteringTests.cpp 66 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height);
67 Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames);
119 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height)
126 , m_wrapT (wrapT)
135 Texture2DFilteringCase::Texture2DFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, const std::vector<std::string>& filenames)
142 , m_wrapT (wrapT)
342 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height);
343 TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, const std::vector<std::string>& filenames);
396 TextureCubeFilteringCase::TextureCubeFilteringCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, bool onlySampleFaceInterior, deUint32 internalFormat, int width, int height)
403 , m_wrapT (wrapT)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pTextureCases.hpp 47 deUint32 wrapT,
es3pTextureCountTests.cpp 74 deUint32 wrapT = GL_CLAMP_TO_EDGE;
81 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es3pTextureFormatTests.cpp 112 deUint32 wrapT = GL_CLAMP_TO_EDGE;
118 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es3pTextureFilteringTests.cpp 89 deUint32 wrapT = GL_REPEAT;
94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */));
  /external/deqp/modules/gles2/performance/
es2pTextureCountTests.cpp 73 deUint32 wrapT = GL_CLAMP_TO_EDGE;
80 addChild(new Texture2DRenderCase(m_context, name.c_str(), description.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es2pTextureFormatTests.cpp 73 deUint32 wrapT = GL_CLAMP_TO_EDGE;
79 addChild(new Texture2DRenderCase(m_context, nameBase.c_str(), descriptionBase.c_str(), format, dataType, wrapS, wrapT, minFilter, magFilter, tcu::Mat3(), numTextures, false /* npot */));
es2pTextureCases.hpp 44 deUint32 wrapS, deUint32 wrapT,
es2pTextureFilteringTests.cpp 89 deUint32 wrapT = GL_REPEAT;
94 addChild(new Texture2DRenderCase(m_context, name.c_str(), "", format, dataType, wrapS, wrapT, minFilter, magFilter, minify ? minTransform : magTransform, numTextures, true /* pot */));
  /frameworks/base/libs/hwui/
SkiaShader.h 58 GLenum wrapT;
81 GLenum wrapT;
ProgramCache.h 55 void generateTextureWrap(String8& shader, GLenum wrapS, GLenum wrapT);
AssetAtlas.cpp 82 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
84 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
Texture.cpp 47 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force,
50 if (force || wrapS != mWrapS || wrapT != mWrapT) {
52 mWrapT = wrapT;
59 glTexParameteri(renderTarget, GL_TEXTURE_WRAP_T, wrapT);
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 59 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height);
60 TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames);
89 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 format, deUint32 dataType, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, int width, int height)
96 , m_wrapT (wrapT)
106 TextureWrapCase::TextureWrapCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& ctxInfo, const char* name, const char* description, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const std::vector<std::string>& filenames)
113 , m_wrapT (wrapT)
286 FOR_EACH(wrapT, wrapModes,
291 bool is_clamp_clamp = (wrapModes[wrapS].mode == GL_CLAMP_TO_EDGE && wrapModes[wrapT].mode == GL_CLAMP_TO_EDGE);
292 bool is_repeat_mirror = (wrapModes[wrapS].mode == GL_REPEAT && wrapModes[wrapT].mode == GL_MIRRORED_REPEAT);
300 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + sizes[size].name + "_" + formats[format].name
    [all...]
  /external/deqp/framework/opengl/
gluTextureUtil.hpp 65 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter);
66 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter);
  /frameworks/rs/driver/runtime/
rs_sample.c 469 rs_sampler_value wrapT,
505 int ny = wrapI(wrapT, iPixelV + 1, sourceH);
507 int ly = wrapI(wrapT, iPixelV, sourceH);
517 rs_sampler_value wrapT,
529 location.y = wrapI(wrapT, iPixel.y, sourceH);
597 rs_sampler_value wrapT = prog->mHal.state.wrapT;
605 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0);
607 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, 0);
614 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, nearestLOD)
    [all...]
rs_sampler.c 40 return prog->mHal.state.wrapT;
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 108 deUint32 wrapT,
171 deUint32 wrapT,
180 , m_wrapT (wrapT)
516 const deUint32 wrapT = GL_REPEAT;
523 wrapS, wrapT,
545 const deUint32 wrapT = GL_REPEAT;
553 wrapS, wrapT,
577 const deUint32 wrapT = wrapModes[wrapTNdx].mode;
585 wrapS, wrapT,

Completed in 369 milliseconds

1 2 3