Lines Matching defs:height
3527 const int height = reference.getHeight();
3528 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height);
3535 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green);
3536 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, 1, height), green);
3537 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green);
3541 for (int y = 1; y < height - 1; ++y)
3622 const int height = reference.getHeight();
3623 tcu::TextureLevel errorMask (tcu::TextureFormat(tcu::TextureFormat::RGB, tcu::TextureFormat::UNORM_INT8), width, height);
3630 tcu::clear(tcu::getSubregion(errorAccess, 0, height-1, width, 1), green);
3631 tcu::clear(tcu::getSubregion(errorAccess, 0, 0, 1, height), green);
3632 tcu::clear(tcu::getSubregion(errorAccess, width-1, 0, 1, height), green);
3636 for (int y = 1; y < height - 1; ++y)