Searched refs:tempBinarySize (Results 1 – 1 of 1) sorted by relevance
/external/angle/src/tests/egl_tests/ |
D | EGLProgramCacheControlTest.cpp | 102 EGLint tempBinarySize = 0; in TEST_P() local 103 eglProgramCacheQueryANGLE(EGL_NO_DISPLAY, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P() 137 eglProgramCacheQueryANGLE(display, -1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P() 140 eglProgramCacheQueryANGLE(display, 1, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P() 143 eglProgramCacheQueryANGLE(display, 0, nullptr, nullptr, nullptr, &tempBinarySize); in TEST_P() 149 eglProgramCacheQueryANGLE(display, 0, nullptr, &tempKeySize, nullptr, &tempBinarySize); in TEST_P() 152 ASSERT_EQ(kDefaultBinarySize, tempBinarySize); in TEST_P() 155 std::vector<uint8_t> tempBinary(tempBinarySize + 5); in TEST_P() 160 &tempBinarySize); in TEST_P() 164 tempBinarySize--; in TEST_P() [all …]
|