Searched refs:useLegacyCreate (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 65 …onfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativeWindow& window, bool useLegacyCreate) in createWindowSurface() argument 70 if (useLegacyCreate) in createWindowSurface() 86 …onfig config, eglu::NativeDisplay& nativeDisplay, eglu::NativePixmap& pixmap, bool useLegacyCreate) in createPixmapSurface() argument 91 if (useLegacyCreate) in createPixmapSurface() 110 …Context& eglTestCtx, const char* name, const char* description, bool useLegacyCreate, const eglu::… in CreateWindowSurfaceCase() argument 112 , m_useLegacyCreate (useLegacyCreate) in CreateWindowSurfaceCase() 168 …Context& eglTestCtx, const char* name, const char* description, bool useLegacyCreate, const eglu::… in CreatePixmapSurfaceCase() argument 170 , m_useLegacyCreate (useLegacyCreate) in CreatePixmapSurfaceCase()
|