Lines Matching refs:ALOGE
65 ALOGE("Failed to get egl display"); in prepareGL()
72 ALOGE("Failed to initialize EGL: %s", getEGLError()); in prepareGL()
83 ALOGE("eglChooseConfig() failed with error: %s", getEGLError()); in prepareGL()
93 ALOGE("Failed to create OpenGL ES Dummy surface: %s", getEGLError()); in prepareGL()
105 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError()); in prepareGL()
112 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError()); in prepareGL()
144 ALOGE("Unsupported target buffer format"); in attachRenderTarget()
156 ALOGE("Failed to allocate GraphicBuffer to wrap image handle"); in attachRenderTarget()
167 ALOGE("error creating EGLImage for target buffer: %s", getEGLError()); in attachRenderTarget()
181 ALOGE("glFramebufferRenderbuffer => %s", getEGLError()); in attachRenderTarget()
187 ALOGE("Offscreen framebuffer not configured successfully (%d: %s)", in attachRenderTarget()