Searched defs:refTexture (Results 1 - 12 of 12) sorted by relevance

/external/deqp/modules/gles2/accuracy/
H A Des2aTextureFilteringTests.cpp468 const tcu::TextureCube& refTexture,
509 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); local
465 renderFaces( const glw::Functions& gl, const SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor) argument
H A Des2aTextureMipmapTests.cpp252 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); local
253 const tcu::TextureFormat& texFmt = refTexture.getFormat();
256 int texWidth = refTexture.getWidth();
257 int texHeight = refTexture.getHeight();
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp478 const tcu::TextureCube& refTexture,
521 sampleTextureMultiFace(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); local
523 sampleTexture(SurfaceAccess(dstRef, curX, curY, curW, curH), refTexture, &texCoord[0], params); local
475 renderFaces( const glw::Functions& gl, const SurfaceAccess& dstRef, const tcu::TextureCube& refTexture, const ReferenceParams& params, TextureRenderer& renderer, int x, int y, int width, int height, const tcu::Vec2& bottomLeft, const tcu::Vec2& topRight, const tcu::Vec2& texCoordTopRightFactor, bool multiFace) argument
H A Des3aTextureMipmapTests.cpp244 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); local
245 const tcu::TextureFormat& texFmt = refTexture.getFormat();
248 int texWidth = refTexture.getWidth();
249 int texHeight = refTexture.getHeight();
/external/deqp/modules/gles2/functional/
H A Des2fTextureMipmapTests.cpp252 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); local
255 const int texWidth = refTexture.getWidth();
256 const int texHeight = refTexture.getHeight();
390 refTexture, &texCoord[0], sampleParams); local
H A Des2fVertexTextureTests.cpp541 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); local
542 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight());
859 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); local
860 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
H A Des2fUniformApiTests.cpp1217 tcu::Texture2D& refTexture = texture->getRefTexture(); local
1220 refTexture.allocLevel(0);
1221 fillWithColor(refTexture.getLevel(0), color);
1236 tcu::TextureCube& refTexture = texture->getRefTexture(); local
1241 refTexture.allocLevel((tcu::CubeFace)face, 0);
1242 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);
/external/deqp/modules/gles3/functional/
H A Des3fTextureMipmapTests.cpp296 const tcu::Texture2D& refTexture = m_texture->getRefTexture(); local
299 const int texWidth = refTexture.getWidth();
300 const int texHeight = refTexture.getHeight();
434 refTexture, &texCoord[0], sampleParams); local
1249 const tcu::Texture3D& refTexture = m_texture->getRefTexture(); local
1250 const tcu::TextureFormat& texFmt = refTexture.getFormat();
1252 const int texWidth = refTexture.getWidth();
1253 const int texHeight = refTexture.getHeight();
1384 refTexture, &texCoord[0], sampleParams); local
1501 const tcu::Texture2D& refTexture local
1586 refTexture, &texCoord[0], sampleParams); local
2126 const tcu::Texture3D& refTexture = m_texture->getRefTexture(); local
2218 refTexture, &texCoord[0], sampleParams); local
[all...]
H A Des3fVertexTextureTests.cpp642 const tcu::Texture2D& refTexture = m_textures[textureNdx]->getRefTexture(); local
643 const Vec2 srcSize = Vec2((float)refTexture.getWidth(), (float)refTexture.getHeight());
963 const tcu::TextureCube& refTexture = m_textures[textureNdx]->getRefTexture(); local
964 const Vec2 srcSize = Vec2((float)refTexture.getSize(), (float)refTexture.getSize());
1288 const tcu::Texture2DArray& refTexture = m_textures[textureNdx]->getRefTexture(); local
1289 const int texWidth = refTexture.getWidth();
1290 const int texHeight = refTexture.getHeight();
1628 const tcu::Texture3D& refTexture local
[all...]
H A Des3fUniformApiTests.cpp1415 tcu::Texture2D& refTexture = texture->getRefTexture(); local
1418 refTexture.allocLevel(0);
1419 fillWithColor(refTexture.getLevel(0), color);
1434 tcu::TextureCube& refTexture = texture->getRefTexture(); local
1439 refTexture.allocLevel((tcu::CubeFace)face, 0);
1440 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp1679 tcu::Texture2D& refTexture = m_texture->getRefTexture(); local
1681 const int levelEnd = isMipmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() : m_baseLevel+1;
1682 DE_ASSERT(m_baseLevel < refTexture.getNumLevels());
1686 refTexture.allocLevel(levelNdx);
1687 const PixelBufferAccess& level = refTexture.getLevel(levelNdx);
1693 swizzleTexture(m_swizzledTexture, refTexture, m_textureSwizzle);
1806 tcu::Texture2DArray& refTexture = m_texture->getRefTexture();
1808 const int levelEnd = isMipmapFilter(m_minFilter) && !(m_flags & GATHERCASE_MIPMAP_INCOMPLETE) ? refTexture.getNumLevels() : m_baseLevel+1;
1809 DE_ASSERT(m_baseLevel < refTexture.getNumLevels());
1813 refTexture
[all...]
H A Des31fProgramUniformTests.cpp1231 tcu::Texture2D& refTexture = texture->getRefTexture(); local
1234 refTexture.allocLevel(0);
1235 fillWithColor(refTexture.getLevel(0), color);
1249 tcu::TextureCube& refTexture = texture->getRefTexture(); local
1254 refTexture.allocLevel((tcu::CubeFace)face, 0);
1255 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);

Completed in 1682 milliseconds