Home
last modified time | relevance | path

Searched refs:redTextureData (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp133 std::vector<GLubyte> redTextureData(redTextureWidth * redTextureHeight * 4); in TEST_P() local
134 fillTextureData(redTextureData, 255, 0, 0, 255); in TEST_P()
138 redTextureHeight >> i, 0, GL_RGBA, GL_UNSIGNED_BYTE, &redTextureData[0]); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DIncompleteTextureTest.cpp140 std::vector<GLColor> redTextureData(redTextureSize * redTextureSize, GLColor::red); in TEST_P() local
146 redTextureData.data()); in TEST_P()