HomeSort by relevance Sort by last modified time
    Searched refs:getPlatformType (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/egl/
egluNativeDisplay.hpp 57 eglw::EGLenum getPlatformType (void) const { return m_platformType; }
90 eglw::EGLenum getPlatformType (void) const { return m_platformType; }
egluUtil.cpp 267 display = egl.getPlatformDisplay(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), nativeDisplay.getPlatformAttributes());
275 display = egl.getPlatformDisplayEXT(nativeDisplay.getPlatformType(), nativeDisplay.getPlatformNative(), &legacyAttribs[0]);

Completed in 109 milliseconds