Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp283 …const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SU… in createWindowSurface() local
288 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); in createWindowSurface()
306 else if (supportsLegacyCreate) in createWindowSurface()
324 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SU… in createPixmapSurface() local
329 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); in createPixmapSurface()
346 else if (supportsLegacyCreate) in createPixmapSurface()