Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.hpp50 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplay
80 …const char* getPlatformExtensionName (void) const { return (m_platformExtension.empty() ? DE… in getPlatformExtensionName() function in eglu::NativeDisplayFactory
DegluUtil.cpp184 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in getDisplay()
225 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createWindowSurface()
269 …ntains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionName())); in createPixmapSurface()
/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp77 checkEGLPlatformSupport(nativeDisplay.getPlatformExtensionName()); in createWindowSurface()
100 checkEGLPlatformSupport(nativeDisplay.getPlatformExtensionName()); in createPixmapSurface()