Lines Matching defs:height
632 const int height = result.getWidth();
633 tcu::TextureLevel ideal (result.getFormat(), width, height);
635 tcu::Surface errorMask (width, height);
640 for (int py = 0; py < height; py++)
646 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);
710 const int height = result.getWidth();
711 tcu::Surface ideal (width, height);
713 tcu::Surface errorMask (width, height);
718 for (int py = 0; py < height; py++)
724 const Vec2 viewportCoord = (Vec2((float)px, (float)py) + 0.5f) / Vec2((float)width, (float)height);