Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp386 bool isClientExtensionSupported (EGLDisplay display, const std::string& extName) in isClientExtensionSupported() function
394 …const bool khrCreateContextSupported = isClientExtensionSupported(display, "EGL_KHR_create_conte… in createContext()
545 if (isClientExtensionSupported(m_eglDisplay, "EGL_KHR_get_all_proc_addresses")) in create()