Searched refs:eglStrError (Results 1 – 1 of 1) sorted by relevance
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 82 const char * eglStrError(EGLint err) in eglStrError() function 110 …: error 0x%x (%s)", getCurrentThreadId(), __FUNCTION__, __LINE__, error, eglStrError(error)); \ 115 …s(%d): error 0x%x (%s)", getCurrentThreadId(), __FUNCTION__, __LINE__, err, eglStrError(err)); \
|