Lines Matching refs:getWindowWidth
98 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
107 for (int x = getWindowWidth() / 4 + 2; x < getWindowWidth(); ++x) in TEST_P()
126 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
135 for (int x = getWindowWidth() / 4 + 2; x < getWindowWidth(); ++x) in TEST_P()
148 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()
205 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
215 for (int x = getWindowWidth() / 4 + 2; x < getWindowWidth() / 2; ++x) in TEST_P()
225 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
227 if (x < getWindowWidth() * 3 / 2 - y - 1 && x < getWindowWidth() * 3 / 4 - 1) in TEST_P()
232 else if (x > getWindowWidth() * 3 / 2 - y + 1 || x > getWindowWidth() * 3 / 4 + 1) in TEST_P()
253 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
263 for (int x = getWindowWidth() / 4 + 2; x < getWindowWidth() / 2; ++x) in TEST_P()
273 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
275 if (x < getWindowWidth() * 3 / 2 - y - 1) in TEST_P()
280 else if (x > getWindowWidth() * 3 / 2 - y + 1) in TEST_P()
345 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
355 for (int x = getWindowWidth() / 4 + 2; x < getWindowWidth() / 2; ++x) in TEST_P()
365 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
367 if (x < getWindowWidth() * 3 / 2 - y - 1 && x < getWindowWidth() * 3 / 4 - 1) in TEST_P()
372 else if (x > getWindowWidth() * 3 / 2 - y + 1 || x > getWindowWidth() * 3 / 4 + 1) in TEST_P()
541 GLuint width = getWindowWidth() / 4 - 1; in TEST_P()
546 x = getWindowWidth() / 4 + 2; in TEST_P()
548 width = getWindowWidth() - x; in TEST_P()
565 width = getWindowWidth() / 4 - 1; in TEST_P()
570 x = getWindowWidth() / 4 + 2; in TEST_P()
572 width = getWindowWidth() - x; in TEST_P()
583 width = getWindowWidth(); in TEST_P()
638 GLuint width = getWindowWidth() / 4 - 1; in TEST_P()
644 x = getWindowWidth() / 4 + 2; in TEST_P()
646 width = getWindowWidth() / 2 - x; in TEST_P()
650 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
651 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
655 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
659 if (x < getWindowWidth() * 3 / 2 - y - 1 && x < getWindowWidth() * 3 / 4 - 1) in TEST_P()
664 else if (x > getWindowWidth() * 3 / 2 - y + 1 || x > getWindowWidth() * 3 / 4 + 1) in TEST_P()
685 for (int x = 0; x < getWindowWidth() / 4 - 1; ++x) in TEST_P()
695 x = getWindowWidth() / 4 + 2; in TEST_P()
697 width = getWindowWidth() / 2 - x; in TEST_P()
701 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
705 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
709 if (x < getWindowWidth() * 3 / 2 - y - 1) in TEST_P()
714 else if (x > getWindowWidth() * 3 / 2 - y + 1) in TEST_P()
781 GLuint width = getWindowWidth() / 4 - 1; in TEST_P()
787 x = getWindowWidth() / 4 + 2; in TEST_P()
789 width = getWindowWidth() / 2 - x; in TEST_P()
793 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
794 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
798 for (int x = getWindowWidth() / 2; x < getWindowWidth(); ++x) in TEST_P()
802 if (x < getWindowWidth() * 3 / 2 - y - 1 && x < getWindowWidth() * 3 / 4 - 1) in TEST_P()
807 else if (x > getWindowWidth() * 3 / 2 - y + 1 || x > getWindowWidth() * 3 / 4 + 1) in TEST_P()
853 GLuint width = getWindowWidth(); in TEST_P()
868 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
869 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
871 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()
962 const int windowWidth = getWindowWidth(); in TEST_P()
972 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
973 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
975 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()
1064 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
1065 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
1067 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()
1207 const int windowWidth = getWindowWidth(); in TEST_P()
1217 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
1218 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
1220 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()
1353 std::vector<GLColor> actualColors(getWindowWidth() * getWindowHeight()); in TEST_P()
1354 glReadPixels(0, 0, getWindowWidth(), getWindowHeight(), GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
1356 for (int x = 0; x < getWindowWidth(); ++x) in TEST_P()