Home | History | Annotate | Download | only in functional

Lines Matching refs:cubeFace

388 		const tcu::CubeFace face = (tcu::CubeFace)faceI;
414 levels[face] = view.getFaceLevels((tcu::CubeFace)face) + level;
1875 tcu::CubeFace face;
1903 const tcu::CubeFace cubeFace = (tcu::CubeFace)cubeFaceI;
1912 m_iterations.back().face = cubeFace;
1924 m_iterations.back().face = cubeFace;
1953 const tcu::CubeFace cubeFace = (tcu::CubeFace)cubeFaceI;
1954 refTexture.allocLevel(cubeFace, levelNdx);
1955 const PixelBufferAccess& levelFace = refTexture.getLevelFace(levelNdx, cubeFace);
1958 m_testCtx.getLog() << TestLog::Image("InputTextureLevel" + de::toString(levelNdx) + "Face" + de::toString((int)cubeFace),
1959 de::toString(cubeFace),