/external/deqp/modules/gles3/performance/ |
es3pTextureCases.hpp | 63 const deUint32 m_wrapS;
|
es3pTextureCases.cpp | 67 , m_wrapS (wrapS) 118 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)); 133 log << TestLog::Message << "Wrap: " << glu::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndMessage; 248 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
|
/external/deqp/modules/gles2/performance/ |
es2pTextureCases.hpp | 59 deUint32 m_wrapS;
|
es2pTextureCases.cpp | 68 , m_wrapS (wrapS) 110 DE_ASSERT(m_powerOfTwo || (!mipmaps && m_wrapS == GL_CLAMP_TO_EDGE && m_wrapT == GL_CLAMP_TO_EDGE)); 125 log << TestLog::Message << "Wrap: " << glu::getTextureWrapModeStr(m_wrapS) << " / " << glu::getTextureWrapModeStr(m_wrapT) << TestLog::EndMessage; 221 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
|
/external/deqp/modules/gles2/accuracy/ |
es2aTextureFilteringTests.cpp | 73 deUint32 m_wrapS; 94 , m_wrapS (wrapS) 110 , m_wrapS (wrapS) 223 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 229 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 263 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 334 deUint32 m_wrapS; 355 , m_wrapS (wrapS) 371 , m_wrapS (wrapS) 542 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter) [all...] |
es2aTextureMipmapTests.cpp | 104 deUint32 m_wrapS; 133 , m_wrapS (wrapS) 283 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 297 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 404 deUint32 m_wrapS; 431 , m_wrapS (wrapS) 538 tcu::Sampler sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 562 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
|
/external/deqp/modules/gles3/accuracy/ |
es3aTextureFilteringTests.cpp | 69 deUint32 m_wrapS; 88 , m_wrapS (wrapS) 103 , m_wrapS (wrapS) 214 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 220 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 254 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 323 deUint32 m_wrapS; 343 , m_wrapS (wrapS) 359 , m_wrapS (wrapS) 552 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter) [all...] |
es3aTextureMipmapTests.cpp | 101 deUint32 m_wrapS; 130 , m_wrapS (wrapS) 276 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 290 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 397 deUint32 m_wrapS; 424 , m_wrapS (wrapS) 526 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 551 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
|
/external/deqp/modules/gles2/functional/ |
es2fTextureWrapTests.cpp | 76 deUint32 m_wrapS; 95 , m_wrapS (wrapS) 112 , m_wrapS (wrapS) 179 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 187 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
|
es2fTextureFilteringTests.cpp | 80 const deUint32 m_wrapS; 123 , m_wrapS (wrapS) 140 , m_wrapS (wrapS) 277 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 290 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 343 const deUint32 m_wrapS; 386 , m_wrapS (wrapS) 403 , m_wrapS (wrapS) 549 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 556 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter) [all...] |
es2fVertexTextureTests.cpp | 408 const deUint32 m_wrapS; 419 , m_wrapS (wrapS) 664 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 685 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion); 711 const deUint32 m_wrapS; 722 , m_wrapS (wrapS) [all...] |
es2fTextureCompletenessTests.cpp | 433 deUint32 m_wrapS; 441 , m_wrapS (wrapS) 458 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 790 deUint32 m_wrapS; 798 , m_wrapS (wrapS) 815 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); [all...] |
es2fTextureMipmapTests.cpp | 105 deUint32 m_wrapS; 134 , m_wrapS (wrapS) 280 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 290 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 458 deUint32 m_wrapS; 485 , m_wrapS (wrapS) 607 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 675 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); [all...] |
/external/deqp/modules/gles3/functional/ |
es3fTextureWrapTests.cpp | 113 const deUint32 m_wrapS; 136 , m_wrapS (wrapS) 155 , m_wrapS (wrapS) 175 , m_wrapS (wrapS) 311 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 319 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
|
es3fTextureFilteringTests.cpp | 83 const deUint32 m_wrapS; 125 , m_wrapS (wrapS) 141 , m_wrapS (wrapS) 277 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 290 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 359 const deUint32 m_wrapS; 402 , m_wrapS (wrapS) 419 , m_wrapS (wrapS) 576 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 671 const deUint32 m_wrapS; [all...] |
es3fVertexTextureTests.cpp | 506 const deUint32 m_wrapS; 517 , m_wrapS (wrapS) 765 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 786 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion); 812 const deUint32 m_wrapS; 823 , m_wrapS (wrapS) [all...] |
es3fTextureShadowTests.cpp | 168 const deUint32 m_wrapS; 209 , m_wrapS (wrapS) 337 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 352 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 418 const deUint32 m_wrapS; 461 , m_wrapS (wrapS) 611 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 709 const deUint32 m_wrapS; 754 , m_wrapS (wrapS) [all...] |
es3fTextureMipmapTests.cpp | 154 deUint32 m_wrapS; 183 , m_wrapS (wrapS) 324 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); 334 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 502 deUint32 m_wrapS; 529 , m_wrapS (wrapS) 646 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 714 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter); [all...] |
/external/deqp/modules/gles31/functional/ |
es31fTextureFilteringTests.cpp | 126 const deUint32 m_wrapS; 179 , m_wrapS (wrapS) 346 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_S, m_wrapS);
|
es31fTextureGatherTests.cpp | 985 const tcu::Sampler::WrapMode m_wrapS; [all...] |