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

  /external/deqp/modules/gles3/performance/
es3pTextureCases.hpp 64 const deUint32 m_wrapT;
es3pTextureCases.cpp 68 , m_wrapT (wrapT)
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;
249 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
  /external/deqp/modules/gles2/performance/
es2pTextureCases.hpp 60 deUint32 m_wrapT;
es2pTextureCases.cpp 69 , m_wrapT (wrapT)
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;
222 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 76 deUint32 m_wrapT;
97 , m_wrapT (wrapT)
113 , m_wrapT (wrapT)
226 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
231 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
266 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
337 deUint32 m_wrapT;
358 , m_wrapT (wrapT)
374 , m_wrapT (wrapT)
544 sampleParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es2aTextureMipmapTests.cpp 107 deUint32 m_wrapT;
136 , m_wrapT (wrapT)
285 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
300 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
407 deUint32 m_wrapT;
434 , m_wrapT (wrapT)
540 tcu::Sampler sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
565 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 71 deUint32 m_wrapT;
90 , m_wrapT (wrapT)
105 , m_wrapT (wrapT)
216 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
221 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
256 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
325 deUint32 m_wrapT;
345 , m_wrapT (wrapT)
361 , m_wrapT (wrapT)
553 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es3aTextureMipmapTests.cpp 103 deUint32 m_wrapT;
132 , m_wrapT (wrapT)
277 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
399 deUint32 m_wrapT;
426 , m_wrapT (wrapT)
527 tcu::Sampler sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
553 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
  /external/deqp/modules/gles2/functional/
es2fTextureWrapTests.cpp 78 deUint32 m_wrapT;
97 , m_wrapT (wrapT)
114 , m_wrapT (wrapT)
181 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
188 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
es2fTextureFilteringTests.cpp 82 const deUint32 m_wrapT;
125 , m_wrapT (wrapT)
142 , m_wrapT (wrapT)
278 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
345 const deUint32 m_wrapT;
388 , m_wrapT (wrapT)
405 , m_wrapT (wrapT)
551 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
557 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter)
    [all...]
es2fVertexTextureTests.cpp 412 const deUint32 m_wrapT;
423 , m_wrapT (wrapT)
668 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
688 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
715 const deUint32 m_wrapT;
728 , m_wrapT (wrapT)
    [all...]
es2fTextureCompletenessTests.cpp 434 deUint32 m_wrapT;
442 , m_wrapT (wrapT)
459 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
779 deUint32 m_wrapT;
787 , m_wrapT (wrapT)
804 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
    [all...]
es2fTextureMipmapTests.cpp 107 deUint32 m_wrapT;
136 , m_wrapT (wrapT)
281 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
292 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
460 deUint32 m_wrapT;
487 , m_wrapT (wrapT)
617 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
684 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureWrapTests.cpp 115 const deUint32 m_wrapT;
138 , m_wrapT (wrapT)
157 , m_wrapT (wrapT)
177 , m_wrapT (wrapT)
313 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
320 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
es3fTextureFilteringTests.cpp 101 const deUint32 m_wrapT;
143 , m_wrapT (wrapT)
159 , m_wrapT (wrapT)
296 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
310 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
379 const deUint32 m_wrapT;
422 , m_wrapT (wrapT)
439 , m_wrapT (wrapT)
598 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
693 const deUint32 m_wrapT;
    [all...]
es3fVertexTextureTests.cpp 509 const deUint32 m_wrapT;
520 , m_wrapT (wrapT)
768 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
788 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter), grid, dst, dstRegion);
815 const deUint32 m_wrapT;
826 , m_wrapT (wrapT)
    [all...]
es3fTextureShadowTests.cpp 171 const deUint32 m_wrapT;
212 , m_wrapT (wrapT)
339 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
355 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
421 const deUint32 m_wrapT;
464 , m_wrapT (wrapT)
614 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
712 const deUint32 m_wrapT;
757 , m_wrapT (wrapT)
    [all...]
es3fTextureMipmapTests.cpp 156 deUint32 m_wrapT;
185 , m_wrapT (wrapT)
325 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
336 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, m_wrapT);
504 deUint32 m_wrapT;
531 , m_wrapT (wrapT)
648 gl.texParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_T, m_wrapT);
715 params.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_minFilter, magFilter);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFilteringTests.cpp 128 const deUint32 m_wrapT;
181 , m_wrapT (wrapT)
353 gl.texParameteri(GL_TEXTURE_CUBE_MAP_ARRAY, GL_TEXTURE_WRAP_T, m_wrapT);
es31fSRGBDecodeTests.cpp 323 tcu::Sampler::WrapMode m_wrapT;
339 , m_wrapT (wrapT)
347 m_gl->samplerParameteri(m_samplerHandle, GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT));
436 tcu::Sampler::WrapMode m_wrapT;
462 , m_wrapT (wrapT)
482 gl.texParameteri(this->getGLTargetType(), GL_TEXTURE_WRAP_T, glu::getGLWrapMode(m_wrapT));
    [all...]
es31fTextureGatherTests.cpp 1002 const tcu::Sampler::WrapMode m_wrapT;
    [all...]

Completed in 509 milliseconds