Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/x86/
Dcommon_x86.c98 static LONG WINAPI ExceptionFilter(LPEXCEPTION_POINTERS exp) in ExceptionFilter() function
165 oldFilter = SetUnhandledExceptionFilter( ExceptionFilter ); in _mesa_check_os_sse_support()
/external/webrtc/talk/media/base/
Dvideoframe_unittest.h1255 int ExceptionFilter(unsigned int code, struct _EXCEPTION_POINTERS *ep) { in ExceptionFilter() function
1271 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateMjpgI420InvalidSize()
1281 } __except(ExceptionFilter(GetExceptionCode(), GetExceptionInformation())) { in ValidateI420InvalidSize()