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

1 2

  /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 */));
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 */));
  /external/deqp/modules/gles3/performance/
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 */));
  /frameworks/base/libs/hwui/
SkiaShader.h 55 GLenum wrapT;
  /frameworks/rs/
rsSampler.h 48 RsSamplerValue wrapT;
62 RsSamplerValue wrapT,
84 RsSamplerValue wrapT,
  /frameworks/rs/tests/java_api/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/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_sampler.java 27 Sampler wrapT;
59 wrapT = b.create();
68 s.set_wrapT(wrapT);
114 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
115 wrapT.getMagnification() == Sampler.Value.NEAREST);
116 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
117 wrapT.getMinification() == Sampler.Value.NEAREST);
118 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
119 wrapT.getWrapS() == Sampler.Value.CLAMP);
120 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP"
    [all...]
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_sampler.java 29 Sampler wrapT;
61 wrapT = b.create();
70 s.set_wrapT(wrapT);
116 _RS_ASSERT("wrapT.getMagnification() == Sampler.Value.NEAREST",
117 wrapT.getMagnification() == Sampler.Value.NEAREST);
118 _RS_ASSERT("wrapT.getMinification() == Sampler.Value.NEAREST",
119 wrapT.getMinification() == Sampler.Value.NEAREST);
120 _RS_ASSERT("wrapT.getWrapS() == Sampler.Value.CLAMP",
121 wrapT.getWrapS() == Sampler.Value.CLAMP);
122 _RS_ASSERT("wrapT.getWrapT() == Sampler.Value.WRAP"
    [all...]
  /external/deqp/modules/glshared/
glsSamplerObjectTest.hpp 47 GLenum wrapT;
105 GLenum wrapT;
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 150 const deUint32 wrapT = GL_CLAMP_TO_EDGE;
164 << "\n WRAP_T = " << getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT)
181 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
es2fTextureSizeTests.cpp 130 deUint32 wrapT = GL_CLAMP_TO_EDGE;
150 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
160 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
278 deUint32 wrapT = GL_CLAMP_TO_EDGE;
298 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT);
307 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
es2fTextureMipmapTests.cpp 86 deUint32 wrapT,
125 deUint32 wrapT,
136 , m_wrapT (wrapT)
440 deUint32 wrapT,
477 deUint32 wrapT,
487 , m_wrapT (wrapT)
817 const deUint32 wrapT = GL_CLAMP_TO_EDGE;
834 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
953 const deUint32 wrapT = GL_CLAMP_TO_EDGE;
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 131 deUint32 wrapT = GL_CLAMP_TO_EDGE;
151 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
161 sampleTexture(tcu::SurfaceAccess(referenceFrame, m_renderCtx.getRenderTarget().getPixelFormat()), m_texture->getRefTexture(), &texCoord[0], ReferenceParams(TEXTURETYPE_2D, mapGLSampler(wrapS, wrapT, minFilter, magFilter)));
279 deUint32 wrapT = GL_CLAMP_TO_EDGE;
299 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT);
308 Sampler sampler = mapGLSampler(wrapS, wrapT, minFilter, magFilter);
es3fTextureFormatTests.cpp 187 const deUint32 wrapT = GL_CLAMP_TO_EDGE;
201 << "\n WRAP_T = " << glu::getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT)
218 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
    [all...]
es3fTextureFilteringTests.cpp 83 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);
84 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);
136 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)
143 , m_wrapT (wrapT)
152 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)
159 , m_wrapT (wrapT)
361 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);
362 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);
415 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)
422 , m_wrapT (wrapT)
    [all...]
es3fTextureShadowTests.cpp 157 Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc);
207 Texture2DShadowCase::Texture2DShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, deUint32 compareFunc)
212 , m_wrapT (wrapT)
407 TextureCubeShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int size, deUint32 compareFunc);
459 TextureCubeShadowCase::TextureCubeShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int size, deUint32 compareFunc)
464 , m_wrapT (wrapT)
698 Texture2DArrayShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc);
752 Texture2DArrayShadowCase::Texture2DArrayShadowCase (Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, int width, int height, int numLayers, deUint32 compareFunc)
757 , m_wrapT (wrapT)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 109 deUint32 wrapT,
172 deUint32 wrapT,
181 , m_wrapT (wrapT)
523 const deUint32 wrapT = GL_REPEAT;
530 wrapS, wrapT,
552 const deUint32 wrapT = GL_REPEAT;
560 wrapS, wrapT,
584 const deUint32 wrapT = wrapModes[wrapTNdx].mode;
592 wrapS, wrapT,
  /external/swiftshader/tests/unittests/
unittests.cpp 668 GLint wrapT = 0;
669 glGetTexParameteriv(GL_TEXTURE_RECTANGLE_ARB, GL_TEXTURE_WRAP_T, &wrapT);
670 EXPECT_GLENUM_EQ(GL_CLAMP_TO_EDGE, wrapT);
    [all...]
  /frameworks/rs/driver/runtime/
rs_sample.c 467 rs_sampler_value wrapT,
501 int ny = wrapI(wrapT, iPixelV + 1, sourceH);
503 int ly = wrapI(wrapT, iPixelV, sourceH);
513 rs_sampler_value wrapT,
525 location.y = wrapI(wrapT, iPixel.y, sourceH);
593 rs_sampler_value wrapT = prog->mHal.state.wrapT;
601 return sample_LOD_NearestPixel(alloc, dk, dt, wrapS, wrapT, uv, 0);
603 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, 0);
610 return sample_LOD_LinearPixel(alloc, dk, dt, wrapS, wrapT, uv, nearestLOD)
    [all...]
rs_structs.h 178 rs_sampler_value wrapT;
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureMipmapTests.cpp 281 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, magFilter);
514 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, m_testParameters.magFilter);
575 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, m_testParameters.magFilter);
791 refParams.sampler = util::createSampler(m_testParameters.wrapS, m_testParameters.wrapT, m_testParameters.minFilter, magFilter);
    [all...]
vktTextureTestUtil.hpp 292 tcu::Sampler::WrapMode wrapT;

Completed in 791 milliseconds

1 2