Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp317 …bool maySupportPlatformCreate = ((window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface() local
323 …CK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatformCreate); in createWindowSurface()
337 maySupportPlatformCreate = false; in createWindowSurface()
343 if (maySupportPlatformCreate) in createWindowSurface()
376 …bool maySupportPlatformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_S… in createPixmapSurface() local
381 …CK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatformCreate); in createPixmapSurface()
395 maySupportPlatformCreate = false; in createPixmapSurface()
401 if (maySupportPlatformCreate) in createPixmapSurface()