Searched defs:supportsLegacyCreate (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/egl/
H A DegluUtil.cpp214 const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; local
219 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
241 else if (supportsLegacyCreate)
258 const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; local
263 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
284 else if (supportsLegacyCreate)

Completed in 188 milliseconds