Lines Matching refs:LOG
65 LOG(ERROR) << "Failed to get egl display"; in prepareGL()
72 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in prepareGL()
75 LOG(INFO) << "Intiialized EGL at " << major << "." << minor; in prepareGL()
83 LOG(ERROR) << "eglChooseConfig() failed with error: " << getEGLError(); in prepareGL()
93 LOG(ERROR) << "Failed to create OpenGL ES Mock surface: " << getEGLError(); in prepareGL()
96 LOG(INFO) << "Mock surface looks good! :)"; in prepareGL()
105 LOG(ERROR) << "Failed to create OpenGL ES Context: " << getEGLError(); in prepareGL()
112 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " << getEGLError(); in prepareGL()
115 LOG(INFO) << "We made our context current! :)"; in prepareGL()
121 LOG(INFO) << "GL EXTENSIONS:\n " << gl_extensions; in prepareGL()
146 LOG(ERROR) << "Unsupported target buffer format"; in attachRenderTarget()
160 LOG(ERROR) << "Failed to allocate GraphicBuffer to wrap image handle"; in attachRenderTarget()
171 LOG(ERROR) << "Error creating EGLImage for target buffer: " << getEGLError(); in attachRenderTarget()
179 LOG(INFO) << "glEGLImageTargetRenderbufferStorageOES => " << getEGLError(); in attachRenderTarget()
185 LOG(ERROR) << "glFramebufferRenderbuffer => " << getEGLError(); in attachRenderTarget()
191 LOG(ERROR) << "Offscreen framebuffer not configured successfully (" in attachRenderTarget()