Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluNativeDisplay.cpp68 const EGLAttrib* NativeDisplay::getPlatformAttributes (void) const in getPlatformAttributes() function in eglu::NativeDisplay
DegluNativeDisplay.hpp66 virtual const eglw::EGLAttrib* getPlatformAttributes (void) const;
DegluUtil.cpp246 const vector<EGLint> legacyAttribs = toLegacyAttribList(nativeDisplay.getPlatformAttributes()); in getDisplay()