Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DError.h28 ErrorStreamBase() : mID(EnumT) {} in ErrorStreamBase() function
29 ErrorStreamBase(GLuint id) : mID(id) {} in ErrorStreamBase() function