Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.hpp56 eglw::EGLenum getPlatformType (void) const { return m_platformType; } in getPlatformType() function in eglu::NativeDisplay
89 eglw::EGLenum getPlatformType (void) const { return m_platformType; } in getPlatformType() function in eglu::NativeDisplayFactory
DegluUtil.cpp248 …display = egl.getPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNati… in getDisplay()