Home
last modified time | relevance | path

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

/external/drm_hwcomposer/
Dglworker.cpp88 static const char *GetEGLError(void) { in GetEGLError() function
367 ALOGE("Failed to make EGLSyncKHR from acquireFenceFd: %s", GetEGLError()); in EGLFenceWait()
374 ALOGE("Failed to wait for acquire: %s", GetEGLError()); in EGLFenceWait()
390 ALOGE("Failed to make image %s %p", GetEGLError(), handle); in CreateTextureFromHandle()
449 ALOGE("Failed to initialize egl: %s", GetEGLError()); in Init()
468 ALOGE("eglChooseConfig() failed with error: %s", GetEGLError()); in Init()
477 ALOGE("Failed to create OpenGL ES Context: %s", GetEGLError()); in Init()
482 ALOGE("Failed to make the OpenGL ES Context current: %s", GetEGLError()); in Init()
508 ALOGE("Failed to destroy OpenGL ES Context: %s", GetEGLError()); in ~Compositor()
534 ALOGE("Failed to make image from target buffer: %s", GetEGLError()); in Composite()