Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DError.h25 class ErrorStreamBase : angle::NonCopyable
28 ErrorStreamBase() : mID(EnumT) {} in ErrorStreamBase() function
29 ErrorStreamBase(GLuint id) : mID(id) {} in ErrorStreamBase() function
32 ErrorStreamBase &operator<<(T value)
89 using ErrorStream = angle::ErrorStreamBase<Error, EGLint, EGL_SUCCESS, EGLint, EnumT>;