Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp315 …const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface() local
322 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface()
354 else if (supportsLegacyCreate) in createWindowSurface()
372 …const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface() local
379 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
412 else if (supportsLegacyCreate) in createPixmapSurface()