Searched refs:ErrorStreamBase (Results 1 – 1 of 1) sorted by relevance
25 class ErrorStreamBase : angle::NonCopyable28 ErrorStreamBase() : mID(EnumT) {} in ErrorStreamBase() function29 ErrorStreamBase(GLuint id) : mID(id) {} in ErrorStreamBase() function32 ErrorStreamBase &operator<<(T value)89 using ErrorStream = angle::ErrorStreamBase<Error, EGLint, EGL_SUCCESS, EGLint, EnumT>;