Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/egl/
H A DegluUtil.cpp327 bool maySupportPlatformCreateExtension = in createWindowSurface() local
332 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createWindowSurface()
334 if (maySupportPlatformCreateExtension) in createWindowSurface()
347 maySupportPlatformCreateExtension = false; in createWindowSurface()
385 bool maySupportPlatformCreateExtension = in createPixmapSurface() local
393 …TCU_CHECK_INTERNAL(supportsLegacyCreate || maySupportPlatformCreateExtension || maySupportPlatform… in createPixmapSurface()
395 if (maySupportPlatformCreateExtension) in createPixmapSurface()
408 maySupportPlatformCreateExtension = false; in createPixmapSurface()