Searched refs:wrapT (Results 26 - 45 of 45) sorted by relevance

12

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.cpp59 deUint32 wrapT,
68 , m_wrapT (wrapT)
54 Texture2DRenderCase(Context& context, const char* name, const char* description, deUint32 internalFormat, deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter, const tcu::Mat3& coordTransform, int numTextures, bool powerOfTwo) argument
/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 Des31fTextureBorderClampTests.cpp793 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(samplerParams.sampler.wrapT));
832 gl.samplerParameteri(**sampler, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(samplerParams.sampler.wrapT));
2165 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(samplerParams.sampler.wrapT));
/external/deqp/modules/gles2/accuracy/
H A Des2aTextureMipmapTests.cpp84 deUint32 wrapT,
123 deUint32 wrapT,
134 , m_wrapT (wrapT)
385 deUint32 wrapT,
422 deUint32 wrapT,
432 , m_wrapT (wrapT)
115 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
414 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
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureMipmapTests.cpp81 deUint32 wrapT,
120 deUint32 wrapT,
131 , m_wrapT (wrapT)
378 deUint32 wrapT,
415 deUint32 wrapT,
425 , m_wrapT (wrapT)
112 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
407 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
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp85 deUint32 wrapT,
124 deUint32 wrapT,
135 , m_wrapT (wrapT)
439 deUint32 wrapT,
476 deUint32 wrapT,
486 , m_wrapT (wrapT)
816 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
833 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
952 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
983 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT);
116 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
468 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
[all...]
H A Des2fTextureCompletenessTests.cpp426 Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
438 Incomplete2DWrapModeCase::Incomplete2DWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
440 , m_wrapT (wrapT)
783 IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo);
795 IncompleteCubeWrapModeCase::IncompleteCubeWrapModeCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, IVec2 size, deUint32 wrapT, deUint32 wrapS, const glu::ContextInfo& ctxInfo) argument
797 , m_wrapT (wrapT)
H A Des2fVertexTextureTests.cpp388 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
415 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
420 , m_wrapT (wrapT)
691 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
718 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
723 , m_wrapT (wrapT)
H A Des2fTextureFormatTests.cpp148 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
162 << "\n WRAP_T = " << getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT)
179 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp134 deUint32 wrapT,
173 deUint32 wrapT,
184 , m_wrapT (wrapT)
483 deUint32 wrapT,
520 deUint32 wrapT,
530 , m_wrapT (wrapT)
855 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
872 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
990 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
1021 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, wrapT);
165 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
512 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
1116 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
1494 const deUint32 wrapT = GL_REPEAT; local
1806 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
2119 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
[all...]
H A Des3fVertexTextureTests.cpp486 Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
513 Vertex2DTextureCase::Vertex2DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
518 , m_wrapT (wrapT)
792 VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
819 VertexCubeTextureCase::VertexCubeTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
824 , m_wrapT (wrapT)
1130 Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT);
1157 Vertex2DArrayTextureCase::Vertex2DArrayTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT) argument
1162 , m_wrapT (wrapT)
1468 Vertex3DTextureCase (Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint3
1496 Vertex3DTextureCase(Context& testCtx, const char* name, const char* desc, deUint32 minFilter, deUint32 magFilter, deUint32 wrapS, deUint32 wrapT, deUint32 wrapR) argument
[all...]
H A Des3fTextureFormatTests.cpp165 const deUint32 wrapT = GL_CLAMP_TO_EDGE; local
179 << "\n WRAP_T = " << glu::getTextureParameterValueStr(GL_TEXTURE_WRAP_T, wrapT)
196 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, wrapT);
/external/deqp/framework/common/
H A DtcuTexLookupVerifier.cpp43 isWrapModeSupported(sampler.wrapT) &&
540 const int y = wrap(sampler.wrapT, j, level.getHeight());
579 const int y = wrap(sampler.wrapT, j, level.getHeight());
659 const int y0 = wrap(sampler.wrapT, j , h);
660 const int y1 = wrap(sampler.wrapT, j+1, h);
720 const int y0 = wrap(sampler.wrapT, j , h);
721 const int y1 = wrap(sampler.wrapT, j+1, h);
822 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
823 const Vec4 c1 = lookup<float>(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
883 const Vec4 c0 = lookup<float>(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j
[all...]
H A DtcuTexture.cpp1313 (sampler.wrapT == Sampler::CLAMP_TO_BORDER && !deInBounds32(y, 0, height)))
1317 int j = wrap(sampler.wrapT, y, height);
1334 (sampler.wrapT == Sampler::CLAMP_TO_BORDER && !deInBounds32(y, 0, height)) ||
1339 int j = wrap(sampler.wrapT, y, height);
1380 int j0 = wrap(sampler.wrapT, y0, h);
1381 int j1 = wrap(sampler.wrapT, y1, h);
1388 bool j0UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j0, 0, h);
1389 bool j1UseBorder = sampler.wrapT == Sampler::CLAMP_TO_BORDER && !de::inBounds(j1, 0, h);
1443 int j0 = wrap(sampler.wrapT, y0, h);
1444 int j1 = wrap(sampler.wrapT, y
[all...]
H A DtcuTexCompareVerifier.cpp42 isWrapModeSupported(sampler.wrapT) &&
561 const int y = wrap(sampler.wrapT, j, level.getHeight());
603 const int y0 = wrap(sampler.wrapT, j , h);
604 const int y1 = wrap(sampler.wrapT, j+1, h);
676 const float depth0 = lookupDepth(level0, sampler, wrap(sampler.wrapS, i0, w0), wrap(sampler.wrapT, j0, h0), coordZ);
682 const float depth1 = lookupDepth(level1, sampler, wrap(sampler.wrapS, i1, w1), wrap(sampler.wrapT, j1, h1), coordZ);
742 const int y0 = wrap(sampler.wrapT, j0 , h0);
743 const int y1 = wrap(sampler.wrapT, j0+1, h0);
764 const int y0 = wrap(sampler.wrapT, j1 , h1);
765 const int y1 = wrap(sampler.wrapT, j
[all...]
H A DtcuTexture.hpp210 WrapMode wrapT; member in class:tcu::Sampler
251 , wrapT (wrapT_)
267 , wrapT (WRAPMODE_LAST)
/external/deqp/framework/opengl/
H A DgluTextureUtil.cpp677 * \param wrapT T-component wrap mode
682 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 minFilter, deUint32 magFilter)
684 return mapGLSampler(wrapS, wrapT, wrapS, minFilter, magFilter);
693 * \param wrapT T-component wrap mode
699 tcu::Sampler mapGLSampler (deUint32 wrapS, deUint32 wrapT, deUint32 wrapR, deUint32 minFilter, deUint32 magFilter)
701 return tcu::Sampler(mapGLWrapMode(wrapS), mapGLWrapMode(wrapT), mapGLWrapMode(wrapR),
/external/deqp/modules/glshared/
H A DglsSamplerObjectTest.cpp91 gl.texParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT);
92 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT)");
109 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_T, state.wrapT);
110 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_T, state.wrapT)");
603 gl.texParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT);
604 GLU_EXPECT_NO_ERROR(gl.getError(), "glTexParameteri(target, GL_TEXTURE_WRAP_T, state.wrapT)");
621 gl.samplerParameteri(sampler, GL_TEXTURE_WRAP_T, state.wrapT);
622 GLU_EXPECT_NO_ERROR(gl.getError(), "glSamplerParameteri(sampler, GL_TEXTURE_WRAP_T, state.wrapT)");
H A DglsShaderRenderCase.cpp539 gl.texParameteri(texTarget, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(sampler.wrapT));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp390 m_emptyTex1D.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
398 m_emptyTex2D.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
406 m_emptyTexCube.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
417 m_emptyTex2DArray.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
425 m_emptyTex3D.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
434 m_emptyTexCubeArray.getSampler().wrapT = tcu::Sampler::CLAMP_TO_EDGE;
1846 tcu::Sampler::WrapMode wrapT = mapGLWrapMode(value);
1847 RC_IF_ERROR(wrapT == tcu::Sampler::WRAPMODE_LAST, GL_INVALID_VALUE, RC_RET_VOID);
1848 texture->getSampler().wrapT = wrapT;
[all...]

Completed in 168 milliseconds

12