Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.hpp57 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplay
90 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplayFactory
DegluUtil.cpp241 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in getDisplay()
294 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createWindowSurface()
335 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createPixmapSurface()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp77 checkEGLPlatformSupport(egl, nativeDisplay.getPlatformExtensionName()); in createWindowSurface()
98 checkEGLPlatformSupport(egl, nativeDisplay.getPlatformExtensionName()); in createPixmapSurface()