Searched defs:wrapT (Results 26 - 44 of 44) sorted by relevance

12

/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp67 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);
68 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);
120 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) argument
127 , m_wrapT (wrapT)
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, const std::vector<std::string>& filenames) argument
143 , m_wrapT (wrapT)
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, deUint32 internalFormat, int width, int height);
344 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);
397 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) argument
404 , m_wrapT (wrapT)
414 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) argument
710 Texture2DArrayFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 internalFormat, int width, int height, int numLayers) argument
974 Texture3DFilteringCase(Context& context, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 internalFormat, int width, int height, int depth) argument
1300 deUint32 wrapT = GL_REPEAT; local
1327 deUint32 wrapT = GL_REPEAT; local
1350 deUint32 wrapT = GL_REPEAT; local
1379 deUint32 wrapT = wrapModes[wrapTNdx].mode; local
1416 deUint32 wrapT = GL_REPEAT; local
1448 deUint32 wrapT = GL_REPEAT; local
1472 deUint32 wrapT = GL_REPEAT; local
1502 deUint32 wrapT = wrapModes[wrapTNdx].mode; local
1558 deUint32 wrapT = GL_REPEAT; local
1585 deUint32 wrapT = GL_REPEAT; local
1615 deUint32 wrapT = wrapModes[wrapTNdx].mode; local
1653 deUint32 wrapT = GL_REPEAT; local
1681 deUint32 wrapT = GL_REPEAT; local
1714 deUint32 wrapT = wrapModes[wrapTNdx].mode; local
[all...]
H A Des3fTextureShadowTests.cpp157 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) argument
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) argument
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) argument
757 , m_wrapT (wrapT)
1042 const deUint32 wrapT local
1072 const deUint32 wrapT = GL_REPEAT; local
1101 const deUint32 wrapT = GL_REPEAT; local
[all...]
H A Des3fTextureMipmapTests.cpp135 deUint32 wrapT,
174 deUint32 wrapT,
185 , m_wrapT (wrapT)
484 deUint32 wrapT,
521 deUint32 wrapT,
531 , m_wrapT (wrapT)
856 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
873 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
991 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
1022 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT);
166 Texture2DMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int width, int height) argument
513 TextureCubeMipmapCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 format, deUint32 dataType, int size) argument
1117 Texture3DMipmapCase(Context& context, const char* name, const char* desc, CoordType coordType, deUint32 minFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 format, int width, int height, int depth) argument
1495 const deUint32 wrapT = GL_REPEAT; local
1807 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
2120 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
[all...]
H A Des3fVertexTextureTests.cpp488 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
515 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
520 , m_wrapT (wrapT)
794 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
821 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
826 , m_wrapT (wrapT)
1132 Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
1159 Vertex2DArrayTextureCase::Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
1164 , m_wrapT (wrapT)
1470 Vertex3DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint3
1498 Vertex3DTextureCase(Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktTextureMipmapTests.cpp281 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);
984 const tcu::Sampler::WrapMode wrapT = Sampler::REPEAT_GL; local
992 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter);
1249 const tcu::Sampler::WrapMode wrapT = Sampler::CLAMP_TO_EDGE; local
1256 tcu::Sampler sampler = util::createSampler(wrapS, wrapT, m_minFilter, magFilter);
1295 refParams.sampler = util::createSampler(wrapS, wrapT, m_testParameters.minFilter, magFilter);
1502 const tcu::Sampler::WrapMode wrapT local
[all...]
/external/deqp/framework/common/
H A DtcuTexture.hpp230 WrapMode wrapT; member in class:tcu::Sampler
271 , wrapT (wrapT_)
287 , wrapT (WRAPMODE_LAST)
/external/deqp/modules/gles2/functional/
H A Des2fVertexTextureTests.cpp391 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
418 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
423 , m_wrapT (wrapT)
694 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
721 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
726 , m_wrapT (wrapT)
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp952 tcu::Sampler::WrapMode wrapT,
1028 tcu::Sampler::WrapMode wrapT,
1040 , m_wrapT (wrapT)
1491 sampler.wrapT = m_wrapT;
1627 tcu::Sampler::WrapMode wrapT,
1634 : TextureGatherCase (context, name, description, TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1717 tcu::Sampler::WrapMode wrapT,
1724 : TextureGatherCase (context, name, description, TEXTURETYPE_2D_ARRAY, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzle, minFilter, magFilter, baseLevel, flags)
1849 tcu::Sampler::WrapMode wrapT,
1856 : TextureGatherCase (context, name, description, TEXTURETYPE_CUBE, GATHERTYPE_BASIC, OFFSETSIZE_NONE, textureFormat, shadowCompareMode, wrapS, wrapT, texSwizzl
1019 TextureGatherCase(Context& context, const char* name, const char* description, TextureType textureType, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags) argument
1619 TextureGather2DCase(Context& context, const char* name, const char* description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, deUint32 flags, const IVec2& textureSize) argument
[all...]
H A Des31fSRGBDecodeTests.cpp305 const tcu::Sampler::WrapMode wrapT,
335 const tcu::Sampler::WrapMode wrapT,
341 , m_wrapT (wrapT)
421 const tcu::Sampler::WrapMode wrapT,
463 const tcu::Sampler::WrapMode wrapT,
475 , m_wrapT (wrapT)
920 const tcu::Sampler::WrapMode wrapT,
925 const tcu::Sampler::WrapMode wrapT,
1139 const tcu::Sampler::WrapMode wrapT,
1144 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilte
333 SRGBTestSampler(Context& context, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const SRGBDecode decoding) argument
456 SRGBTestTexture(Context& context, const glu::TextureTestUtil::TextureType targetType, const tcu::TextureFormat internalFormat, const int width, const int height, const tcu::Vec4 color, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, SRGBDecode decoding) argument
1134 addTexture( const glu::TextureTestUtil::TextureType targetType, const int width, const int height, const tcu::Vec4 color, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const SRGBDecode decoding) argument
1148 addSampler( const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const SRGBDecode decoding) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp997 tcu::Sampler::WrapMode wrapT; member in struct:vkt::sr::__anon3918::GatherCaseBaseParams
1024 , wrapT (wrapT_)
1040 , wrapT (tcu::Sampler::WRAPMODE_LAST)
1212 << vk::mapWrapMode(m_baseParams.wrapT) << ", respectively" << TestLog::EndMessage
1358 sampler.wrapT = m_baseParams.wrapT;
1710 const tcu::Sampler sampler (m_baseParams.wrapS, m_baseParams.wrapT, tcu::Sampler::REPEAT_GL,
1752 const tcu::Sampler::WrapMode wrapT,
1778 const tcu::Sampler::WrapMode wrapT,
1787 , m_baseParams (TEXTURETYPE_2D, gatherType, offsetSize, textureFormat, shadowCompareMode, wrapS, wrapT, textureSwizzl
1770 TextureGather2DCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec2& textureSize, const ImageBackingMode sparseCase) argument
1982 TextureGather2DArrayCase(tcu::TestContext& testCtx, const string& name, const string& description, const GatherType gatherType, const OffsetSize offsetSize, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const IVec3& textureSize, const ImageBackingMode sparseCase) argument
2200 TextureGatherCubeCase(tcu::TestContext& testCtx, const string& name, const string& description, const tcu::TextureFormat textureFormat, const tcu::Sampler::CompareMode shadowCompareMode, const tcu::Sampler::WrapMode wrapS, const tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& textureSwizzle, const tcu::Sampler::FilterMode minFilter, const tcu::Sampler::FilterMode magFilter, const int baseLevel, const deUint32 flags, const int textureSize, const ImageBackingMode sparseCase) argument
2263 makeTextureGatherCase(TextureType textureType, tcu::TestContext& testCtx, const string& name, const string& description, GatherType gatherType, OffsetSize offsetSize, tcu::TextureFormat textureFormat, tcu::Sampler::CompareMode shadowCompareMode, tcu::Sampler::WrapMode wrapS, tcu::Sampler::WrapMode wrapT, const MaybeTextureSwizzle& texSwizzle, tcu::Sampler::FilterMode minFilter, tcu::Sampler::FilterMode magFilter, int baseLevel, const IVec3& textureSize, deUint32 flags = 0, const ImageBackingMode sparseCase = ShaderRenderCaseInstance::IMAGE_BACKING_MODE_REGULAR) argument
2450 const tcu::Sampler::WrapMode wrapT = wrapModes[wrapTNdx].mode; local
[all...]
/external/swiftshader/src/OpenGL/libGL/
H A DContext.cpp2037 GLenum wrapT = texture->getWrapT(); local
2043 device->setAddressingModeV(samplerType, samplerIndex, es2sw::ConvertTextureWrap(wrapT));
/external/swiftshader/src/OpenGL/libGLES_CM/
H A DContext.cpp2061 GLenum wrapT = texture->getWrapT(); local
2067 device->setAddressingModeV(sw::SAMPLER_PIXEL, unit, es2sw::ConvertTextureWrap(wrapT));
/external/swiftshader/src/OpenGL/libGLESv2/
H A DContext.cpp3042 GLenum wrapS, wrapT, wrapR, minFilter, magFilter; local
3048 wrapT = samplerObject->getWrapT();
3056 wrapT = texture->getWrapT();
3069 device->setAddressingModeV(samplerType, samplerIndex, es2sw::ConvertTextureWrap(wrapT));
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 359 milliseconds

12