Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp284 …const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_… in createWindowSurface() local
288 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); in createWindowSurface()
290 if (supportsPlatformCreate) in createWindowSurface()
325 …const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_… in createPixmapSurface() local
329 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate); in createPixmapSurface()
331 if (supportsPlatformCreate) in createPixmapSurface()