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

/external/deqp/framework/egl/
H A DegluUtil.cpp283 const bool supportsLegacyCreate = (window.getCapabilities() & NativeWindow::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; local
288 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
306 else if (supportsLegacyCreate)
324 const bool supportsLegacyCreate = (pixmap.getCapabilities() & NativePixmap::CAPABILITY_CREATE_SURFACE_LEGACY) != 0; local
329 TCU_CHECK_INTERNAL(supportsLegacyCreate || supportsPlatformCreate);
346 else if (supportsLegacyCreate)

Completed in 64 milliseconds