Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLProgramCacheControlTest.cpp101 EGLint tempKeySize = 0; in TEST_P() local
137 eglProgramCacheQueryANGLE(display, -1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
140 eglProgramCacheQueryANGLE(display, 1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
146 eglProgramCacheQueryANGLE(display, 0, nullptr, &tempKeySize, nullptr, nullptr); in TEST_P()
149 eglProgramCacheQueryANGLE(display, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P()
151 ASSERT_EQ(keySize, tempKeySize); in TEST_P()
154 std::vector<uint8_t> tempKey(tempKeySize + 5); in TEST_P()
157 tempKeySize--; in TEST_P()
159 eglProgramCacheQueryANGLE(display, 0, tempKey.data(), &tempKeySize, tempBinary.data(), in TEST_P()
163 tempKeySize++; in TEST_P()
[all …]