Home
last modified time | relevance | path

Searched refs:ScopedContextRef (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.h809 class ScopedContextRef
812 ScopedContextRef(Context *context) : mContext(context) in ScopedContextRef() function
819 ~ScopedContextRef() in ~ScopedContextRef()
DDisplay.cpp1604 gl::ScopedContextRef scopedContextRef(currentContext); in destroyContext()