Searched defs:levelAccess (Results 1 – 7 of 7) sorted by relevance
118 const tcu::ConstPixelBufferAccess& levelAccess = m_levels[level]; in fetchTexelWrapped() local
1263 tcu::PixelBufferAccess& levelAccess, in decompressTextureLevel()1306 tcu::PixelBufferAccess& levelAccess = levelAccesses[level]; in decompressTexture() local1507 tcu::PixelBufferAccess& levelAccess = levelAccesses[faceNdx][level]; in renderTextureCubemap() local
595 …const tcu::PixelBufferAccess levelAccess = tcu::getSubregion(uploadLevel.getAccess(), 0, 0, levelN… in iterate() local
836 void TestTexture::fillWithGradient (const tcu::PixelBufferAccess& levelAccess) in fillWithGradient()
970 tcu::PixelBufferAccess levelAccess = texture2DArray->getLevel(level); in initTexture() local1070 tcu::PixelBufferAccess levelAccess = texture1DArray->getLevel(level); in initTexture() local1114 tcu::PixelBufferAccess levelAccess = textureCubeArray->getLevel(level); in initTexture() local
677 tcu::PixelBufferAccess levelAccess = m_texture2DArray->getRefTexture().getLevel(level); in initTexture() local
3849 const tcu::PixelBufferAccess levelAccess = dst->getLevel(level); in populateSourceImage() local