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

/external/deqp/framework/egl/
H A DegluUtil.cpp215 const bool supportsPlatformCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0; local
219 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
221 if (supportsPlatformCreate)
259 const bool supportsPlatformCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_PLATFORM) != 0; local
263 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
265 if (supportsPlatformCreate)

Completed in 82 milliseconds