Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.hpp58 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplay
91 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplayFactory
DegluUtil.cpp253 nativeDisplay.getPlatformExtensionName() && in getDisplay()
254 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in getDisplay()
331 nativeDisplay.getPlatformExtensionName() && in createWindowSurface()
332 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createWindowSurface()
389 nativeDisplay.getPlatformExtensionName() && in createPixmapSurface()
390 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createPixmapSurface()