HomeSort by relevance Sort by last modified time
    Searched refs:m_wrapS (Results 1 - 21 of 21) sorted by null

  /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 75 deUint32 m_wrapS;
96 , m_wrapS (wrapS)
112 , m_wrapS (wrapS)
225 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
231 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
265 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
336 deUint32 m_wrapS;
357 , m_wrapS (wrapS)
373 , m_wrapS (wrapS)
544 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es2aTextureMipmapTests.cpp 106 deUint32 m_wrapS;
135 , m_wrapS (wrapS)
285 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
299 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
406 deUint32 m_wrapS;
433 , m_wrapS (wrapS)
540 tcu::Sampler sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
564 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 70 deUint32 m_wrapS;
89 , m_wrapS (wrapS)
104 , m_wrapS (wrapS)
215 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
221 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
255 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
324 deUint32 m_wrapS;
344 , m_wrapS (wrapS)
360 , m_wrapS (wrapS)
553 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es3aTextureMipmapTests.cpp 102 deUint32 m_wrapS;
131 , m_wrapS (wrapS)
277 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
398 deUint32 m_wrapS;
425 , m_wrapS (wrapS)
527 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
552 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 77 deUint32 m_wrapS;
96 , m_wrapS (wrapS)
113 , m_wrapS (wrapS)
180 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
188 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
es2fTextureFilteringTests.cpp 81 const deUint32 m_wrapS;
124 , m_wrapS (wrapS)
141 , m_wrapS (wrapS)
278 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
344 const deUint32 m_wrapS;
387 , m_wrapS (wrapS)
404 , m_wrapS (wrapS)
550 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
557 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es2fVertexTextureTests.cpp 411 const deUint32 m_wrapS;
422 , m_wrapS (wrapS)
667 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
688 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
714 const deUint32 m_wrapS;
725 , m_wrapS (wrapS)
    [all...]
es2fTextureCompletenessTests.cpp 435 deUint32 m_wrapS;
443 , m_wrapS (wrapS)
458 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
780 deUint32 m_wrapS;
788 , m_wrapS (wrapS)
803 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
    [all...]
es2fTextureMipmapTests.cpp 106 deUint32 m_wrapS;
135 , m_wrapS (wrapS)
281 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
291 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
459 deUint32 m_wrapS;
486 , m_wrapS (wrapS)
608 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
676 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 114 const deUint32 m_wrapS;
137 , m_wrapS (wrapS)
156 , m_wrapS (wrapS)
176 , m_wrapS (wrapS)
312 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
320 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
es3fTextureFilteringTests.cpp 100 const deUint32 m_wrapS;
142 , m_wrapS (wrapS)
158 , m_wrapS (wrapS)
296 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
309 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
378 const deUint32 m_wrapS;
421 , m_wrapS (wrapS)
438 , m_wrapS (wrapS)
597 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
692 const deUint32 m_wrapS;
    [all...]
es3fVertexTextureTests.cpp 508 const deUint32 m_wrapS;
519 , m_wrapS (wrapS)
767 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
788 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
814 const deUint32 m_wrapS;
825 , m_wrapS (wrapS)
    [all...]
es3fTextureShadowTests.cpp 170 const deUint32 m_wrapS;
211 , m_wrapS (wrapS)
339 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
354 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
420 const deUint32 m_wrapS;
463 , m_wrapS (wrapS)
613 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
711 const deUint32 m_wrapS;
756 , m_wrapS (wrapS)
    [all...]
es3fTextureMipmapTests.cpp 155 deUint32 m_wrapS;
184 , m_wrapS (wrapS)
325 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
335 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
503 deUint32 m_wrapS;
530 , m_wrapS (wrapS)
647 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
715 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 127 const deUint32 m_wrapS;
180 , m_wrapS (wrapS)
352 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_S, m_wrapS);
es31fSRGBDecodeTests.cpp 322 tcu::Sampler::WrapMode m_wrapS;
338 , m_wrapS (wrapS)
346 m_gl->samplerParameteri(m_samplerHandle, GL_TEXTURE_WRAP_S, glu::getGLWrapMode(m_wrapS));
435 tcu::Sampler::WrapMode m_wrapS;
461 , m_wrapS (wrapS)
481 gl.texParameteri(this->getGLTargetType(), GL_TEXTURE_WRAP_S, glu::getGLWrapMode(m_wrapS));
    [all...]
es31fTextureGatherTests.cpp 1001 const tcu::Sampler::WrapMode m_wrapS;
    [all...]

Completed in 285 milliseconds