Home | History | Annotate | Download | only in functional

Lines Matching defs:refTexture

1415 		tcu::Texture2D& refTexture	= texture->getRefTexture();
1418 refTexture.allocLevel(0);
1419 fillWithColor(refTexture.getLevel(0), color);
1434 tcu::TextureCube& refTexture = texture->getRefTexture();
1439 refTexture.allocLevel((tcu::CubeFace)face, 0);
1440 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);