Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DRefCountObject.h27 template <typename ContextT, typename ErrorT>
32 using ErrorType = ErrorT;
58 template <class ObjectType, typename ContextT, typename ErrorT = angle::Result>
63 using ErrorType = ErrorT;
102 template <class ObjectType, typename ContextT, typename ErrorT = angle::Result>
107 using ErrorType = ErrorT;
140 RefCountObjectReleaser<ObjectType, ContextType, ErrorT> set(const ContextType *context, in set()
153 return RefCountObjectReleaser<ObjectType, ContextType, ErrorT>(context, oldObject); in set()
DError.h24 template <typename ErrorT, typename ErrorBaseT, ErrorBaseT NoErrorVal, typename CodeT, CodeT EnumT>
38 operator ErrorT() { return ErrorT(EnumT, mID, mErrorStream.str()); } in ErrorT() function