Home
last modified time | relevance | path

Searched defs:ContextPtr (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLtypes.h56 using ContextPtr = RefPointer<Context>; variable
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function
761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function