Home
last modified time | relevance | path

Searched refs:ContextPtr (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h748 class ContextPtr {
750 explicit ContextPtr(Context *context) : ptr(context) in ContextPtr() function
755 ~ContextPtr() { in ~ContextPtr()
759 ContextPtr(ContextPtr const &) = delete;
760 ContextPtr & operator=(ContextPtr const &) = delete;
761 ContextPtr(ContextPtr && other) : ptr(other.ptr) { other.ptr = nullptr; } in ContextPtr() function
762 ContextPtr & operator=(ContextPtr && other) { ptr = other.ptr; other.ptr = nullptr; return *this; }
Dmain.cpp91 ContextPtr getContext() in getContext()
93 return ContextPtr{getContextLocked()}; in getContext()
Dmain.h33 ContextPtr getContext();
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLSampler.h46 const ContextPtr mContext;
DCLtypes.h56 using ContextPtr = RefPointer<Context>; variable
DCLEvent.h65 const ContextPtr mContext;
DCLMemory.h81 const ContextPtr mContext;
DCLProgram.h94 const ContextPtr mContext;
DCLCommandQueue.h283 const ContextPtr mContext;