Lines Matching defs:refTexture
1221 tcu::Texture2D& refTexture = texture->getRefTexture();
1224 refTexture.allocLevel(0);
1225 fillWithColor(refTexture.getLevel(0), color);
1239 tcu::TextureCube& refTexture = texture->getRefTexture();
1244 refTexture.allocLevel((tcu::CubeFace)face, 0);
1245 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);