Searched defs:pixelsBlue (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | MipmapTest.cpp | 1196 std::vector<GLColor> pixelsBlue(32 * 32, GLColor::blue); in TEST_P() local 1315 std::vector<GLColor> pixelsBlue(30 * 30, GLColor::blue); in TEST_P() local 1430 std::vector<GLColor> pixelsBlue(16 * 16, GLColor::blue); in TEST_P() local 1706 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); in TEST_P() local 1827 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowWidth(), GLColor::blue); in TEST_P() local 1881 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); in TEST_P() local 1927 std::vector<GLColor> pixelsBlue(getWindowWidth() * getWindowHeight(), GLColor::blue); in TEST_P() local
|
H A D | TextureTest.cpp | 2427 std::vector<GLColor> pixelsBlue(16u * 16u, GLColor::blue); in TEST_P() local 14592 std::vector<GLColor> pixelsBlue(kWidth * kHeight, GLColor::blue); in TEST_P() local 14688 std::vector<GLColor> pixelsBlue(kWidth * kHeight, GLColor::blue); in TEST_P() local 14778 std::vector<GLColor> pixelsBlue(kWidth * kHeight, GLColor::blue); in TEST_P() local
|