Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp319 …bool maySupportPlatformCreateExtension = (window.getCapabilities() & NativeWindow::CAPABILITY_C… in createWindowSurface() local
323 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface()
325 if (maySupportPlatformCreateExtension) in createWindowSurface()
338 maySupportPlatformCreateExtension = false; in createWindowSurface()
375 …bool maySupportPlatformCreateExtension = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CR… in createPixmapSurface() local
381 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
383 if (maySupportPlatformCreateExtension) in createPixmapSurface()
396 maySupportPlatformCreateExtension = false; in createPixmapSurface()