Searched refs:throwRuntimeError (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/delibs/decpp/ |
D | deDefs.hpp | 54 void throwRuntimeError (const char* message, const char* expr, const char* file, int line); 82 …R(X) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(DE_NULL, #X,… 92 …X, MSG) do { if ((!deGetFalse() && (X)) ? DE_FALSE : DE_TRUE) ::de::throwRuntimeError(MSG, #X, __F…
|
D | deDefs.cpp | 32 void throwRuntimeError (const char* message, const char* expr, const char* file, int line) in throwRuntimeError() function
|