Lines Matching defs:refTexture
1405 tcu::Texture2D& refTexture = texture->getRefTexture();
1408 refTexture.allocLevel(0);
1409 fillWithColor(refTexture.getLevel(0), color);
1424 tcu::TextureCube& refTexture = texture->getRefTexture();
1429 refTexture.allocLevel((tcu::CubeFace)face, 0);
1430 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);