Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
DGfxstreamFatalError_unittest.cpp24 TEST(GFXSTREAM_ABORT, MessageIsWellFormatted) { in TEST() argument
30 TEST(GFXSTREAM_ABORT, WithVkResult) { in TEST() argument
36 TEST(GFXSTREAM_ABORT, WithCustomizedDeathFunction) { in TEST() argument
/hardware/google/aemu/host-common/include/host-common/
DGfxstreamFatalError.h66 #define GFXSTREAM_ABORT(reason) ::emugl::AbortMessage(__FILE__, __func__, __LINE__, reason).stream() macro