Searched refs:m_wrapS (Results 1 - 22 of 22) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.hpp63 const deUint32 m_wrapS; member in class:deqp::gles3::Performance::Texture2DRenderCase
H A Des3pTextureCases.cpp67 , 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 Des2pTextureCases.hpp59 deUint32 m_wrapS; member in class:deqp::gles2::Performance::Texture2DRenderCase
H A Des2pTextureCases.cpp68 , 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 Des2aTextureFilteringTests.cpp73 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 Des2aTextureMipmapTests.cpp104 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 Des3aTextureFilteringTests.cpp69 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)
556 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrap
[all...]
H A Des3aTextureMipmapTests.cpp101 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 Des2fTextureWrapTests.cpp76 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 Des2fTextureFilteringTests.cpp80 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 Des2fVertexTextureTests.cpp408 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 Des2fTextureCompletenessTests.cpp422 deUint32 m_wrapS; member in class:deqp::gles2::Functional::Incomplete2DWrapModeCase
430 , m_wrapS (wrapS)
447 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
782 deUint32 m_wrapS; member in class:deqp::gles2::Functional::IncompleteCubeWrapModeCase
790 , m_wrapS (wrapS)
807 glTexParameteri(GL_TEXTURE_CUBE_MAP, GL_TEXTURE_WRAP_S, m_wrapS);
H A Des2fTextureMipmapTests.cpp105 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 Des3fTextureWrapTests.cpp112 const deUint32 m_wrapS; member in class:deqp::gles3::Functional::TextureWrapCase
135 , m_wrapS (wrapS)
154 , m_wrapS (wrapS)
174 , m_wrapS (wrapS)
310 gl.texParameteri(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, m_wrapS);
318 refParams.sampler = mapGLSampler(m_wrapS, m_wrapT, m_minFilter, m_magFilter);
H A Des3fTextureFilteringTests.cpp83 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 Des3fVertexTextureTests.cpp506 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 Des3fTextureShadowTests.cpp168 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 Des3fTextureMipmapTests.cpp154 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);
1108 deUint32 m_wrapS; member in class:deqp::gles3::Functional::Texture3DMipmapCase
1124 , m_wrapS (wrap
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLTexture.cpp44 , m_wrapS(GL_REPEAT)
120 m_wrapS = param;
368 || m_wrapS != GL_CLAMP_TO_EDGE || m_wrapT != GL_CLAMP_TO_EDGE))
H A DWebGLTexture.h124 GLenum m_wrapS; member in class:blink::FINAL
/external/deqp/modules/gles31/functional/
H A Des31fTextureFilteringTests.cpp126 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 Des31fTextureGatherTests.cpp985 const tcu::Sampler::WrapMode m_wrapS; member in class:deqp::gles31::Functional::__anon20356::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 "
1491 sampler.wrapS = m_wrapS;

Completed in 3071 milliseconds