Searched refs:m_useLegacyCreate (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 112 , m_useLegacyCreate (useLegacyCreate) in CreateWindowSurfaceCase() 125 if (m_useLegacyCreate) in executeForConfig() 143 …createWindowSurface(display, config, m_eglTestCtx.getNativeDisplay(), *window, m_useLegacyCreate)); in executeForConfig() 162 bool m_useLegacyCreate; member in deqp::egl::__anonf939d9050111::CreateWindowSurfaceCase 170 , m_useLegacyCreate (useLegacyCreate) in CreatePixmapSurfaceCase() 183 if (m_useLegacyCreate) in executeForConfig() 201 …createPixmapSurface(display, config, m_eglTestCtx.getNativeDisplay(), *pixmap, m_useLegacyCreate)); in executeForConfig() 219 bool m_useLegacyCreate; member in deqp::egl::__anonf939d9050111::CreatePixmapSurfaceCase
|