Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.cpp32 …static_cast<NativeDisplay::Capability>(NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM | NativeDisp…
93 …&& (platformExtension || (platformCapabilities & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM))); in NativeDisplayFactory()
DegluNativeDisplay.hpp48 CAPABILITY_GET_DISPLAY_PLATFORM = (1<<1), //!< Query EGL display using eglGetPlatformDisplay() enumerator
DegluUtil.cpp240 …tDisplay = (nativeDisplay.getCapabilities() & NativeDisplay::CAPABILITY_GET_DISPLAY_PLATFORM) != 0; in getDisplay()