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 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in getDisplay()
330 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createWindowSurface()
387 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createPixmapSurface()