Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLBlobCacheTest.cpp111 bool programBinaryAvailable() { return IsGLExtensionEnabled("GL_OES_get_program_binary"); } in programBinaryAvailable() function in EGLBlobCacheTest
160 if (programBinaryAvailable()) in TEST_P()
245 if (programBinaryAvailable()) in TEST_P()
H A DEGLProgramCacheControlTest.cpp63 bool programBinaryAvailable() in programBinaryAvailable() function in EGLProgramCacheControlTest
181 ANGLE_SKIP_TEST_IF(!extensionAvailable() || !programBinaryAvailable()); in TEST_P()