Searched refs:getPlatformAttributes (Results 1 – 3 of 3) sorted by relevance
68 const EGLAttrib* NativeDisplay::getPlatformAttributes (void) const in getPlatformAttributes() function in eglu::NativeDisplay
66 virtual const eglw::EGLAttrib* getPlatformAttributes (void) const;
246 const vector<EGLint> legacyAttribs = toLegacyAttribList(nativeDisplay.getPlatformAttributes()); in getDisplay()