Searched refs:syncPtr (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 958 angle::UniqueObjectPointer<egl::Sync, Display> syncPtr(new Sync(mImplementation, type, attribs), in createSync() local 961 ANGLE_TRY(syncPtr->initialize(this, currentContext)); in createSync() 963 Sync *sync = syncPtr.release(); in createSync()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Display.cpp | 1406 angle::UniqueObjectPointer<egl::Sync, Display> syncPtr(new Sync(mImplementation, type, attribs), in createSync() local 1409 ANGLE_TRY(syncPtr->initialize(this, currentContext)); in createSync() 1411 Sync *sync = syncPtr.release(); in createSync()
|