Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/System/
DDebug.hpp150 # define ASSERT_OR_RETURN(expression) ASSERT(expression) macro
152 # define ASSERT_OR_RETURN(expression) \ macro
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DDebug.hpp159 # define ASSERT_OR_RETURN(expression) ASSERT(expression) macro
161 # define ASSERT_OR_RETURN(expression) \ macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
Ddebug.h98 #define ASSERT_OR_RETURN(expression) do { \ macro