Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A DDebug.h90 void insertPerfWarning(GLenum severity, bool isLastRepeat, const char *message) const;
208 (debug).insertPerfWarning(severity, isLastRepeat, ANGLE_MESSAGE); \
H A DDebug.cpp356 void Debug::insertPerfWarning(GLenum severity, bool isLastRepeat, const char *message) const in insertPerfWarning() function in gl::Debug