Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/
DEGLBlobCacheTest.cpp111 bool programBinaryAvailable() { return IsGLExtensionEnabled("GL_OES_get_program_binary"); } in programBinaryAvailable() function in EGLBlobCacheTest
160 if (programBinaryAvailable()) in TEST_P()
246 if (programBinaryAvailable()) in TEST_P()
DEGLProgramCacheControlTest.cpp63 bool programBinaryAvailable() in programBinaryAvailable() function in EGLProgramCacheControlTest
181 ANGLE_SKIP_TEST_IF(!extensionAvailable() || !programBinaryAvailable()); in TEST_P()