Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp86 vector<string> getPlatformExtensions (const Library& egl) in getPlatformExtensions() function
239 const vector<string> platformExts = getPlatformExtensions(egl); in getDisplay()
292 const vector<string> platformExts = getPlatformExtensions(egl); in createWindowSurface()
333 const vector<string> platformExts = getPlatformExtensions(egl); in createPixmapSurface()
DegluUtil.hpp59 std::vector<std::string> getPlatformExtensions (const eglw::Library& egl);
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp59 std::vector<std::string> extensions = eglu::getPlatformExtensions(egl); in checkEGLPlatformSupport()