/external/deqp/modules/gles3/performance/ |
H A D | es3pTextureCases.hpp | 63 const deUint32 m_wrapS; member in class:deqp::gles3::Performance::Texture2DRenderCase
|
H A D | 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/ |
H A D | es2pTextureCases.hpp | 59 deUint32 m_wrapS; member in class:deqp::gles2::Performance::Texture2DRenderCase
|
H A D | 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/ |
H A D | es2aTextureFilteringTests.cpp | 73 deUint32 m_wrapS; member in class:deqp::gles2::Accuracy::Texture2DFilteringCase 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; member in class:deqp::gles2::Accuracy::TextureCubeFilteringCase 355 , m_wrapS (wrapS) 371 , m_wrapS (wrapS) 542 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrap [all...] |
H A D | es2aTextureMipmapTests.cpp | 104 deUint32 m_wrapS; member in class:deqp::gles2::Accuracy::Texture2DMipmapCase 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; member in class:deqp::gles2::Accuracy::TextureCubeMipmapCase 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/ |
H A D | es3aTextureFilteringTests.cpp | 69 deUint32 m_wrapS; member in class:deqp::gles3::Accuracy::Texture2DFilteringCase 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; member in class:deqp::gles3::Accuracy::TextureCubeFilteringCase 343 , m_wrapS (wrapS) 359 , m_wrapS (wrapS) 552 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrap [all...] |
H A D | es3aTextureMipmapTests.cpp | 101 deUint32 m_wrapS; member in class:deqp::gles3::Accuracy::Texture2DMipmapCase 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; member in class:deqp::gles3::Accuracy::TextureCubeMipmapCase 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/ |
H A D | es2fTextureWrapTests.cpp | 76 deUint32 m_wrapS; member in class:deqp::gles2::Functional::TextureWrapCase 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);
|
H A D | es2fTextureFilteringTests.cpp | 80 const deUint32 m_wrapS; member in class:deqp::gles2::Functional::Texture2DFilteringCase 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; member in class:deqp::gles2::Functional::TextureCubeFilteringCase 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_wrap [all...] |
H A D | es2fVertexTextureTests.cpp | 408 const deUint32 m_wrapS; member in class:deqp::gles2::Functional::Vertex2DTextureCase 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; member in class:deqp::gles2::Functional::VertexCubeTextureCase 722 , m_wrapS (wrapS) 996 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 1018 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
|
H A D | es2fTextureCompletenessTests.cpp | 432 deUint32 m_wrapS; member in class:deqp::gles2::Functional::Incomplete2DWrapModeCase 440 , m_wrapS (wrapS) 457 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS); 789 deUint32 m_wrapS; member in class:deqp::gles2::Functional::IncompleteCubeWrapModeCase 797 , m_wrapS (wrapS) 814 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
|
H A D | es2fTextureMipmapTests.cpp | 105 deUint32 m_wrapS; member in class:deqp::gles2::Functional::Texture2DMipmapCase 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; member in class:deqp::gles2::Functional::TextureCubeMipmapCase 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);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTextureWrapTests.cpp | 113 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::TextureWrapCase 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);
|
H A D | es3fTextureFilteringTests.cpp | 83 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture2DFilteringCase 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; member in class:deqp::gles3::Functional::TextureCubeFilteringCase 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; member in class:deqp::gles3::Functional::Texture2DArrayFilteringCase 936 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture3DFilteringCase [all...] |
H A D | es3fVertexTextureTests.cpp | 506 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Vertex2DTextureCase 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; member in class:deqp::gles3::Functional::VertexCubeTextureCase 823 , m_wrapS (wrapS) 1100 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 1122 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter); 1150 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Vertex2DArrayTextureCase 1161 , m_wrapS (wrap 1488 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Vertex3DTextureCase [all...] |
H A D | es3fTextureShadowTests.cpp | 168 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture2DShadowCase 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; member in class:deqp::gles3::Functional::TextureCubeShadowCase 461 , m_wrapS (wrapS) 611 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS); 709 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture2DArrayShadowCase 754 , m_wrapS (wrapS) 903 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrap [all...] |
H A D | es3fTextureMipmapTests.cpp | 154 deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture2DMipmapCase 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; member in class:deqp::gles3::Functional::TextureCubeMipmapCase 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); 1104 deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture3DMipmapCase 1120 , m_wrapS (wrap [all...] |
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureFilteringTests.cpp | 126 const deUint32 m_wrapS; member in class:deqp::gles31::Functional::TextureCubeArrayFilteringCase 179 , m_wrapS (wrapS) 346 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_S, m_wrapS);
|
H A D | es31fTextureGatherTests.cpp | 985 const tcu::Sampler::WrapMode m_wrapS; member in class:deqp::gles31::Functional::__anon4734::TextureGatherCase 1039 , m_wrapS (wrapS) 1276 gl.texParameteri(texTypeGL, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(m_wrapS)); 1311 << glu::getTextureWrapModeName(glu::getGLWrapMode(m_wrapS)) << " and " 1490 sampler.wrapS = m_wrapS;
|