Searched refs:_eglDebugReport (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglcurrent.h | 103 _eglDebugReport(EGLenum error, const char *funcName, 107 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_CRITICAL_KHR, __VA_ARGS__) 110 _eglDebugReport(error, funcName, EGL_DEBUG_MSG_ERROR_KHR, __VA_ARGS__) 113 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_WARN_KHR, __VA_ARGS__) 116 _eglDebugReport(EGL_SUCCESS, funcName, EGL_DEBUG_MSG_INFO_KHR, __VA_ARGS__)
|
D | eglcurrent.c | 289 _eglDebugReport(errCode, NULL, type, msg); in _eglError() 297 _eglDebugReport(EGLenum error, const char *funcName, in _eglDebugReport() function
|
D | eglapi.c | 277 _eglDebugReport(EGL_BAD_ALLOC, funcName, EGL_DEBUG_MSG_CRITICAL_KHR, NULL); in _eglSetFuncName()
|