Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DTextureMultisampleTest.cpp1044 std::array<GLint, 4> intColor; in TEST_P() local
1045 for (size_t j = 0; j < intColor.size(); ++j) in TEST_P()
1047 intColor[j] = clearColors[i][j] / 255; in TEST_P()
1049 glClearBufferiv(GL_COLOR, 0, intColor.data()); in TEST_P()