Searched refs:whitePixels (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/tests/gl_tests/ |
D | PbufferTest.cpp | 462 std::vector<GLColor> whitePixels(mPbufferSize * mPbufferSize, GLColor::white); in TEST_P() local 465 whitePixels.data()); in TEST_P()
|
D | CopyTexImageTest.cpp | 444 GLColor whitePixels[kCubeMapFaceCount] = {GLColor::white, GLColor::white, GLColor::white, in TEST_P() local 460 whitePixels); in TEST_P() 609 GLColor whitePixels[kDepth] = {GLColor::white, GLColor::white, GLColor::white, in TEST_P() local 619 glTexImage2D(GL_TEXTURE_2D, 0, GL_RGBA, kDepth, 1, 0, GL_RGBA, GL_UNSIGNED_BYTE, whitePixels); in TEST_P()
|