Searched refs:SupportsFenceSync (Results 1 – 3 of 3) sorted by relevance
312 return nativegl::SupportsFenceSync(functions) || nativegl::SupportsOcclusionQueries(functions); in IsSupported()322 if (nativegl::SupportsFenceSync(mFunctions)) in end()
100 bool SupportsFenceSync(const FunctionsGL *functions);
1150 extensions->glSyncARB = nativegl::SupportsFenceSync(functions); in GenerateCaps()1729 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync() function