Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp318 …bool maySupportPlatformCreateExtension = (window.getCapabilities() & NativeWindow::CAPABILITY_C… in createWindowSurface() local
322 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface()
324 if (maySupportPlatformCreateExtension) in createWindowSurface()
336 maySupportPlatformCreateExtension = false; in createWindowSurface()
373 …bool maySupportPlatformCreateExtension = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CR… in createPixmapSurface() local
379 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
381 if (maySupportPlatformCreateExtension) in createPixmapSurface()
393 maySupportPlatformCreateExtension = false; in createPixmapSurface()