Home
last modified time | relevance | path

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

/external/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp212 static bool supports_egl_extension(EGLDisplay display, const char* extension) { in supports_egl_extension() function
242 if (!supports_egl_extension(fDisplay, "EGL_KHR_fence_sync")) { in setupFenceSync()
256 if (supports_egl_extension(fDisplay, "EGL_KHR_wait_sync")) { in setupFenceSync()
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp320 static bool supports_egl_extension(EGLDisplay display, const char* extension) { in supports_egl_extension() function
336 if (!display || !supports_egl_extension(display, "EGL_KHR_fence_sync")) { in MakeIfSupported()