Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp333 return nativegl::SupportsFenceSync(functions) || nativegl::SupportsOcclusionQueries(functions); in IsSupported()
343 if (nativegl::SupportsFenceSync(mFunctions)) in end()
Drenderergl_utils.h119 bool SupportsFenceSync(const FunctionsGL *functions);
Drenderergl_utils.cpp1351 extensions->syncARB = nativegl::SupportsFenceSync(functions); in GenerateCaps()
2261 bool SupportsFenceSync(const FunctionsGL *functions) in SupportsFenceSync() function