Home | History | Annotate | Download | only in functional

Lines Matching defs:refTexture

1217 		tcu::Texture2D& refTexture	= texture->getRefTexture();
1220 refTexture.allocLevel(0);
1221 fillWithColor(refTexture.getLevel(0), color);
1236 tcu::TextureCube& refTexture = texture->getRefTexture();
1241 refTexture.allocLevel((tcu::CubeFace)face, 0);
1242 fillWithColor(refTexture.getLevelFace(0, (tcu::CubeFace)face), color);