Lines Matching refs:textureLevel
355 tcu::PixelBufferAccess getExpectedData (tcu::TextureLevel& textureLevel, const CaseDef& caseDef)
357 const tcu::PixelBufferAccess expectedImage (textureLevel);
657 tcu::TextureLevel textureLevel (format, caseDef.attachmentSize.x(), caseDef.attachmentSize.y(), depth);
658 const tcu::PixelBufferAccess expectedImage = getExpectedData(textureLevel, caseDef);
753 tcu::PixelBufferAccess getExpectedDataNoAtt (tcu::TextureLevel& textureLevel)
755 const tcu::PixelBufferAccess expectedImage (textureLevel);
948 tcu::TextureLevel textureLevel (format, imageWidth, imageHeight, imageDepth);
949 const tcu::PixelBufferAccess expectedImage = getExpectedDataNoAtt(textureLevel);
1325 tcu::TextureLevel textureLevel (format, size.x(), size.y(), size.z());
1326 const tcu::PixelBufferAccess expectedImage (textureLevel);
1708 tcu::TextureLevel textureLevel (format, attachmentSize.x(), attachmentSize.y(), attachmentSize.z());
1709 const tcu::PixelBufferAccess expectedImage (textureLevel);