Searched refs:m_wrapR (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fTextureFilteringTests.cpp938 const deUint32 m_wrapR; member in class:deqp::gles3::Functional::Texture3DFilteringCase
979 , m_wrapR (wrapR)
1081 refParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, m_magFilter);
1112 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, m_wrapR);
H A Des3fVertexTextureTests.cpp1490 const deUint32 m_wrapR; member in class:deqp::gles3::Functional::Vertex3DTextureCase
1502 , m_wrapR (wrapR)
1785 glTexParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, m_wrapR);
1806 computeReference(m_textures[textureNdx]->getRefTexture(), lod, glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, m_magFilter), grid, dst, dstRegion);
H A Des3fTextureMipmapTests.cpp1110 deUint32 m_wrapR; member in class:deqp::gles3::Functional::Texture3DMipmapCase
1126 , m_wrapR (wrapR)
1274 sampleParams.sampler = glu::mapGLSampler(m_wrapS, m_wrapT, m_wrapR, m_minFilter, magFilter);
1284 gl.texParameteri(GL_TEXTURE_3D, GL_TEXTURE_WRAP_R, m_wrapR);

Completed in 66 milliseconds