Lines Matching defs:refTexture
1207 tcu::Texture2D& refTexture = texture->getRefTexture();
1210 refTexture.allocLevel(0);
1211 fillWithColor(refTexture.getLevel(0), color);
1226 tcu::TextureCube& refTexture = texture->getRefTexture();
1231 refTexture.allocLevel((tcu::CubeFace)face, 0);
1232 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);