Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp316 …bool maySupportPlatformCreate = ((window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface() local
322 …CK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatformCreate); in createWindowSurface()
335 maySupportPlatformCreate = false; in createWindowSurface()
341 if (maySupportPlatformCreate) in createWindowSurface()
374 …bool maySupportPlatformCreate = ((pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_S… in createPixmapSurface() local
379 …CK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatformCreate); in createPixmapSurface()
392 maySupportPlatformCreate = false; in createPixmapSurface()
398 if (maySupportPlatformCreate) in createPixmapSurface()