/external/deqp/modules/gles2/performance/ |
D | es2pTextureCases.cpp | 69 , m_wrapT (wrapT) in Texture2DRenderCase() 110 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init() 125 …u::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndM… in init() 222 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupRenderState()
|
D | es2pTextureCases.hpp | 60 deUint32 m_wrapT; member in deqp::gles2::Performance::Texture2DRenderCase
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 70 deUint32 m_wrapT; member in deqp::gles3::Accuracy::Texture2DFilteringCase 89 , m_wrapT (wrapT) in Texture2DFilteringCase() 104 , m_wrapT (wrapT) in Texture2DFilteringCase() 215 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 220 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 255 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 324 deUint32 m_wrapT; member in deqp::gles3::Accuracy::TextureCubeFilteringCase 344 , m_wrapT (wrapT) in TextureCubeFilteringCase() 360 , m_wrapT (wrapT) in TextureCubeFilteringCase() 552 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es3aTextureMipmapTests.cpp | 102 deUint32 m_wrapT; member in deqp::gles3::Accuracy::Texture2DMipmapCase 131 , m_wrapT (wrapT) in Texture2DMipmapCase() 276 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 398 deUint32 m_wrapT; member in deqp::gles3::Accuracy::TextureCubeMipmapCase 425 , m_wrapT (wrapT) in TextureCubeMipmapCase() 526 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 552 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 74 deUint32 m_wrapT; member in deqp::gles2::Accuracy::Texture2DFilteringCase 95 , m_wrapT (wrapT) in Texture2DFilteringCase() 111 , m_wrapT (wrapT) in Texture2DFilteringCase() 224 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 229 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 264 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 335 deUint32 m_wrapT; member in deqp::gles2::Accuracy::TextureCubeFilteringCase 356 , m_wrapT (wrapT) in TextureCubeFilteringCase() 372 , m_wrapT (wrapT) in TextureCubeFilteringCase() 542 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es2aTextureMipmapTests.cpp | 105 deUint32 m_wrapT; member in deqp::gles2::Accuracy::Texture2DMipmapCase 134 , m_wrapT (wrapT) in Texture2DMipmapCase() 283 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 298 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 405 deUint32 m_wrapT; member in deqp::gles2::Accuracy::TextureCubeMipmapCase 432 , m_wrapT (wrapT) in TextureCubeMipmapCase() 538 tcu::Sampler sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 563 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
|
/external/deqp/modules/gles3/performance/ |
D | es3pTextureCases.cpp | 68 , m_wrapT (wrapT) in Texture2DRenderCase() 118 …DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)… in init() 133 …u::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndM… in init() 249 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupRenderState()
|
D | es3pTextureCases.hpp | 64 const deUint32 m_wrapT; member in deqp::gles3::Performance::Texture2DRenderCase
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 77 deUint32 m_wrapT; member in deqp::gles2::Functional::TextureWrapCase 96 , m_wrapT (wrapT) in TextureWrapCase() 113 , m_wrapT (wrapT) in TextureWrapCase() 180 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 187 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es2fTextureFilteringTests.cpp | 81 const deUint32 m_wrapT; member in deqp::gles2::Functional::Texture2DFilteringCase 124 , m_wrapT (wrapT) in Texture2DFilteringCase() 141 , m_wrapT (wrapT) in Texture2DFilteringCase() 277 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 344 const deUint32 m_wrapT; member in deqp::gles2::Functional::TextureCubeFilteringCase 387 , m_wrapT (wrapT) in TextureCubeFilteringCase() 404 , m_wrapT (wrapT) in TextureCubeFilteringCase() 550 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 556 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es2fVertexTextureTests.cpp | 409 const deUint32 m_wrapT; member in deqp::gles2::Functional::Vertex2DTextureCase 420 , m_wrapT (wrapT) in Vertex2DTextureCase() 665 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 685 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell() 712 const deUint32 m_wrapT; member in deqp::gles2::Functional::VertexCubeTextureCase 723 , m_wrapT (wrapT) in VertexCubeTextureCase() 997 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 1018 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in computeReferenceCell()
|
D | es2fTextureMipmapTests.cpp | 106 deUint32 m_wrapT; member in deqp::gles2::Functional::Texture2DMipmapCase 135 , m_wrapT (wrapT) in Texture2DMipmapCase() 280 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 459 deUint32 m_wrapT; member in deqp::gles2::Functional::TextureCubeMipmapCase 486 , m_wrapT (wrapT) in TextureCubeMipmapCase() 608 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 675 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate()
|
D | es2fTextureCompletenessTests.cpp | 432 deUint32 m_wrapT; member in deqp::gles2::Functional::Incomplete2DWrapModeCase 440 , m_wrapT (wrapT) in Incomplete2DWrapModeCase() 459 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in createTexture() 789 deUint32 m_wrapT; member in deqp::gles2::Functional::IncompleteCubeWrapModeCase 797 , m_wrapT (wrapT) in IncompleteCubeWrapModeCase() 816 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in createTexture()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 114 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureWrapCase 137 , m_wrapT (wrapT) in TextureWrapCase() 156 , m_wrapT (wrapT) in TextureWrapCase() 176 , m_wrapT (wrapT) in TextureWrapCase() 312 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 319 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es3fTextureFilteringTests.cpp | 84 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DFilteringCase 126 , m_wrapT (wrapT) in Texture2DFilteringCase() 142 , m_wrapT (wrapT) in Texture2DFilteringCase() 277 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 360 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeFilteringCase 403 , m_wrapT (wrapT) in TextureCubeFilteringCase() 420 , m_wrapT (wrapT) in TextureCubeFilteringCase() 577 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 672 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DArrayFilteringCase [all …]
|
D | es3fTextureShadowTests.cpp | 169 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DShadowCase 210 , m_wrapT (wrapT) in Texture2DShadowCase() 337 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 353 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 419 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeShadowCase 462 , m_wrapT (wrapT) in TextureCubeShadowCase() 612 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 710 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DArrayShadowCase 755 , m_wrapT (wrapT) in Texture2DArrayShadowCase() 903 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es3fVertexTextureTests.cpp | 507 const deUint32 m_wrapT; member in deqp::gles3::Functional::Vertex2DTextureCase 518 , m_wrapT (wrapT) in Vertex2DTextureCase() 766 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 786 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell() 813 const deUint32 m_wrapT; member in deqp::gles3::Functional::VertexCubeTextureCase 824 , m_wrapT (wrapT) in VertexCubeTextureCase() 1101 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 1122 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in computeReferenceCell() 1151 const deUint32 m_wrapT; member in deqp::gles3::Functional::Vertex2DArrayTextureCase 1162 , m_wrapT (wrapT) in Vertex2DArrayTextureCase() [all …]
|
D | es3fTextureMipmapTests.cpp | 155 deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DMipmapCase 184 , m_wrapT (wrapT) in Texture2DMipmapCase() 324 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 335 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 503 deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeMipmapCase 530 , m_wrapT (wrapT) in TextureCubeMipmapCase() 647 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 714 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 1105 deUint32 m_wrapT; member in deqp::gles3::Functional::Texture3DMipmapCase 1121 , m_wrapT (wrapT) in Texture3DMipmapCase() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 127 const deUint32 m_wrapT; member in deqp::gles31::Functional::TextureCubeArrayFilteringCase 180 , m_wrapT (wrapT) in TextureCubeArrayFilteringCase() 347 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
|
D | es31fTextureGatherTests.cpp | 986 const tcu::Sampler::WrapMode m_wrapT; member in deqp::gles31::Functional::__anon39ed81040111::TextureGatherCase 1040 , m_wrapT (wrapT) in TextureGatherCase() 1277 gl.texParameteri(texTypeGL, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT)); in init() 1312 …<< glu::getTextureWrapModeName(glu::getGLWrapMode(m_wrapT)) << ", respectively" << TestLog::EndMes… in init() 1491 sampler.wrapT = m_wrapT; in verify()
|