Searched defs:kOutputInitData (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GLSLTest.cpp | 4062 constexpr std::array<GLuint, 5> kOutputInitData = {true, false, true, false, false}; in TEST_P() local 5137 constexpr GLuint kOutputInitData = 10; in TEST_P() local 5342 constexpr std::array<GLfloat, kImage2Size + kImageRows * kImageCols> kOutputInitData = {}; in TEST_P() local 18238 constexpr std::array<GLuint, 6> kOutputInitData = {0, 0, 0, 0, 0, 0}; in TEST_P() local 18317 constexpr std::array<GLuint, 6> kOutputInitData = {0, 0, 0, 0, 0, 0}; in TEST_P() local
|