HomeSort by relevance Sort by last modified time
    Searched full:egl_error_str (Results 1 - 1 of 1) sorted by null

  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 51 static const char* egl_error_str(EGLint error) { function in namespace:android::uirenderer::renderthread
73 return egl_error_str(eglGetError());
357 (void*)surface, egl_error_str(*errOut));
439 err, egl_error_str(err));

Completed in 137 milliseconds