Searched refs:EGLSyncOES (Results 1 – 7 of 7) sorted by relevance
212 bool EGLSyncOES = false; member
88 map["GL_OES_EGL_sync"] = esOnlyExtension(&Extensions::EGLSyncOES); in GetExtensionInfoMap()
1259 if (!currentContext->getExtensions().EGLSyncOES) in ValidateCreateSyncBase()1291 if (!currentContext->getExtensions().EGLSyncOES) in ValidateCreateSyncBase()3915 if (!context->getExtensions().EGLSyncOES) in ValidateWaitSync()
3585 supportedExtensions.EGLSyncOES = false; in generateSupportedExtensions()
921 mNativeExtensions.EGLSyncOES = false;957 mNativeExtensions.EGLSyncOES = true;
425 mNativeExtensions.EGLSyncOES = true; in ensureCapsInitialized()
1474 extensions->EGLSyncOES = functions->hasGLESExtension("GL_OES_EGL_sync"); in GenerateCaps()