Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp86 vector<string> getClientExtensions (const Library& egl) in getClientExtensions() function
251 const vector<string> platformExts = eglu::getClientExtensions(egl); in getDisplay()
328 const vector<string> platformExts = eglu::getClientExtensions(egl); in createWindowSurface()
385 const vector<string> platformExts = eglu::getClientExtensions(egl); in createPixmapSurface()
DegluUtil.hpp59 std::vector<std::string> getClientExtensions (const eglw::Library& egl);
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp117 m_supported = eglu::getClientExtensions(m_eglTestCtx.getLibrary()); in init()
DteglCreateSurfaceTests.cpp69 const vector<std::string> extensions = eglu::getClientExtensions(egl); in checkEGLPlatformSupport()
/external/deqp/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp152 const vector<string> exts = eglu::getClientExtensions(egl); in isEGLExtensionSupported()