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