Searched refs:SupportsFenceSync (Results 1 – 3 of 3) sorted by relevance
333 return nativegl::SupportsFenceSync(functions) || nativegl::SupportsOcclusionQueries(functions); in IsSupported()343 if (nativegl::SupportsFenceSync(mFunctions)) in end()
119 bool SupportsFenceSync(const FunctionsGL *functions);
1359 extensions->glSyncARB = nativegl::SupportsFenceSync(functions); in GenerateCaps()2237 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync() function