/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/gles2/functional/ |
D | es2fTextureWrapTests.cpp | 78 deUint32 m_wrapT; member in deqp::gles2::Functional::TextureWrapCase 97 , m_wrapT (wrapT) in TextureWrapCase() 114 , m_wrapT (wrapT) in TextureWrapCase() 147 m_wrapT == GL_REPEAT) in init() 200 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 207 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es2fTextureFilteringTests.cpp | 82 const deUint32 m_wrapT; member in deqp::gles2::Functional::Texture2DFilteringCase 125 , m_wrapT (wrapT) in Texture2DFilteringCase() 142 , m_wrapT (wrapT) in Texture2DFilteringCase() 278 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 345 const deUint32 m_wrapT; member in deqp::gles2::Functional::TextureCubeFilteringCase 388 , m_wrapT (wrapT) in TextureCubeFilteringCase() 405 , m_wrapT (wrapT) in TextureCubeFilteringCase() 551 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 557 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es2fVertexTextureTests.cpp | 412 const deUint32 m_wrapT; member in deqp::gles2::Functional::Vertex2DTextureCase 423 , m_wrapT (wrapT) in Vertex2DTextureCase() 668 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 688 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell() 715 const deUint32 m_wrapT; member in deqp::gles2::Functional::VertexCubeTextureCase 728 , m_wrapT (wrapT) in VertexCubeTextureCase() 1005 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 1026 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in computeReferenceCell()
|
D | es2fTextureMipmapTests.cpp | 107 deUint32 m_wrapT; member in deqp::gles2::Functional::Texture2DMipmapCase 136 , m_wrapT (wrapT) in Texture2DMipmapCase() 281 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 460 deUint32 m_wrapT; member in deqp::gles2::Functional::TextureCubeMipmapCase 487 , m_wrapT (wrapT) in TextureCubeMipmapCase() 611 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 678 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate()
|
D | es2fTextureCompletenessTests.cpp | 434 deUint32 m_wrapT; member in deqp::gles2::Functional::Incomplete2DWrapModeCase 442 , m_wrapT (wrapT) in Incomplete2DWrapModeCase() 459 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in createTexture() 779 deUint32 m_wrapT; member in deqp::gles2::Functional::IncompleteCubeWrapModeCase 787 , m_wrapT (wrapT) in IncompleteCubeWrapModeCase() 804 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in createTexture()
|
/external/deqp/modules/gles3/accuracy/ |
D | es3aTextureFilteringTests.cpp | 71 deUint32 m_wrapT; member in deqp::gles3::Accuracy::Texture2DFilteringCase 90 , m_wrapT (wrapT) in Texture2DFilteringCase() 105 , m_wrapT (wrapT) in Texture2DFilteringCase() 216 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 221 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 256 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 325 deUint32 m_wrapT; member in deqp::gles3::Accuracy::TextureCubeFilteringCase 345 , m_wrapT (wrapT) in TextureCubeFilteringCase() 361 , m_wrapT (wrapT) in TextureCubeFilteringCase() 553 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es3aTextureMipmapTests.cpp | 103 deUint32 m_wrapT; member in deqp::gles3::Accuracy::Texture2DMipmapCase 132 , m_wrapT (wrapT) in Texture2DMipmapCase() 277 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 399 deUint32 m_wrapT; member in deqp::gles3::Accuracy::TextureCubeMipmapCase 426 , m_wrapT (wrapT) in TextureCubeMipmapCase() 527 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 553 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
|
/external/deqp/modules/gles2/accuracy/ |
D | es2aTextureFilteringTests.cpp | 76 deUint32 m_wrapT; member in deqp::gles2::Accuracy::Texture2DFilteringCase 97 , m_wrapT (wrapT) in Texture2DFilteringCase() 113 , m_wrapT (wrapT) in Texture2DFilteringCase() 226 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 231 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 266 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 337 deUint32 m_wrapT; member in deqp::gles2::Accuracy::TextureCubeFilteringCase 358 , m_wrapT (wrapT) in TextureCubeFilteringCase() 374 , m_wrapT (wrapT) in TextureCubeFilteringCase() 544 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es2aTextureMipmapTests.cpp | 107 deUint32 m_wrapT; member in deqp::gles2::Accuracy::Texture2DMipmapCase 136 , m_wrapT (wrapT) in Texture2DMipmapCase() 285 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 300 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 407 deUint32 m_wrapT; member in deqp::gles2::Accuracy::TextureCubeMipmapCase 434 , m_wrapT (wrapT) in TextureCubeMipmapCase() 540 tcu::Sampler sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 565 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/gles3/functional/ |
D | es3fTextureWrapTests.cpp | 115 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureWrapCase 138 , m_wrapT (wrapT) in TextureWrapCase() 157 , m_wrapT (wrapT) in TextureWrapCase() 177 , m_wrapT (wrapT) in TextureWrapCase() 271 m_wrapT == GL_REPEAT) in init() 322 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 329 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate()
|
D | es3fTextureFilteringTests.cpp | 101 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DFilteringCase 143 , m_wrapT (wrapT) in Texture2DFilteringCase() 159 , m_wrapT (wrapT) in Texture2DFilteringCase() 296 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 310 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 379 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeFilteringCase 422 , m_wrapT (wrapT) in TextureCubeFilteringCase() 439 , m_wrapT (wrapT) in TextureCubeFilteringCase() 598 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 693 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DArrayFilteringCase [all …]
|
D | es3fTextureShadowTests.cpp | 171 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DShadowCase 212 , m_wrapT (wrapT) in Texture2DShadowCase() 339 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() 355 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 421 const deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeShadowCase 464 , m_wrapT (wrapT) in TextureCubeShadowCase() 614 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 712 const deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DArrayShadowCase 757 , m_wrapT (wrapT) in Texture2DArrayShadowCase() 905 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in iterate() [all …]
|
D | es3fVertexTextureTests.cpp | 509 const deUint32 m_wrapT; member in deqp::gles3::Functional::Vertex2DTextureCase 520 , m_wrapT (wrapT) in Vertex2DTextureCase() 768 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 788 …computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT,… in computeReferenceCell() 815 const deUint32 m_wrapT; member in deqp::gles3::Functional::VertexCubeTextureCase 826 , m_wrapT (wrapT) in VertexCubeTextureCase() 1103 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in setupShaderInputs() 1124 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); in computeReferenceCell() 1153 const deUint32 m_wrapT; member in deqp::gles3::Functional::Vertex2DArrayTextureCase 1164 , m_wrapT (wrapT) in Vertex2DArrayTextureCase() [all …]
|
D | es3fTextureMipmapTests.cpp | 156 deUint32 m_wrapT; member in deqp::gles3::Functional::Texture2DMipmapCase 185 , m_wrapT (wrapT) in Texture2DMipmapCase() 325 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 336 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 504 deUint32 m_wrapT; member in deqp::gles3::Functional::TextureCubeMipmapCase 531 , m_wrapT (wrapT) in TextureCubeMipmapCase() 648 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT); in iterate() 715 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); in iterate() 1106 deUint32 m_wrapT; member in deqp::gles3::Functional::Texture3DMipmapCase 1122 , m_wrapT (wrapT) in Texture3DMipmapCase() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureFilteringTests.cpp | 128 const deUint32 m_wrapT; member in deqp::gles31::Functional::TextureCubeArrayFilteringCase 181 , m_wrapT (wrapT) in TextureCubeArrayFilteringCase() 362 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_T, m_wrapT); in iterate()
|
D | es31fSRGBDecodeTests.cpp | 323 tcu::Sampler::WrapMode m_wrapT; member in deqp::gles31::Functional::__anon621443d10111::SRGBTestSampler 339 , m_wrapT (wrapT) in SRGBTestSampler() 347 m_gl->samplerParameteri(m_samplerHandle, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT)); in SRGBTestSampler() 436 tcu::Sampler::WrapMode m_wrapT; member in deqp::gles31::Functional::__anon621443d10111::SRGBTestTexture 462 , m_wrapT (wrapT) in SRGBTestTexture() 482 gl.texParameteri(this->getGLTargetType(), GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT)); in setParameters()
|
D | es31fTextureGatherTests.cpp | 1003 const tcu::Sampler::WrapMode m_wrapT; member in deqp::gles31::Functional::__anon1fec988b0111::TextureGatherCase 1057 , m_wrapT (wrapT) in TextureGatherCase() 1302 gl.texParameteri(texTypeGL, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT)); in init() 1337 …<< glu::getTextureWrapModeName(glu::getGLWrapMode(m_wrapT)) << ", respectively" << TestLog::EndMes… in init() 1519 sampler.wrapT = m_wrapT; in verify()
|