Lines Matching defs:refTexture
1231 tcu::Texture2D& refTexture = texture->getRefTexture();
1234 refTexture.allocLevel(0);
1235 fillWithColor(refTexture.getLevel(0), color);
1249 tcu::TextureCube& refTexture = texture->getRefTexture();
1254 refTexture.allocLevel((tcu::CubeFace)face, 0);
1255 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);