OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPlatformExtensionName
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/egl/
egluNativeDisplay.hpp
57
const char*
getPlatformExtensionName
(void) const { return (m_platformExtension.empty() ? DE_NULL : m_platformExtension.c_str()); }
90
const char*
getPlatformExtensionName
(void) const { return (m_platformExtension.empty() ? DE_NULL : m_platformExtension.c_str()); }
egluUtil.cpp
241
de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.
getPlatformExtensionName
()));
294
de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.
getPlatformExtensionName
()));
335
de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.
getPlatformExtensionName
()));
/external/deqp/modules/egl/
teglCreateSurfaceTests.cpp
77
checkEGLPlatformSupport(egl, nativeDisplay.
getPlatformExtensionName
());
98
checkEGLPlatformSupport(egl, nativeDisplay.
getPlatformExtensionName
());
Completed in 2280 milliseconds