Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/support_library/
DRenderBase.cpp77 ALOGE("Failed to initialize EGL: %s", getEGLError()); in prepareGL()
87 ALOGE("eglChooseConfig() failed with error: %s", getEGLError()); in prepareGL()
96 ALOGE("Failed to create OpenGL ES Mock surface: %s", getEGLError()); in prepareGL()
107 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError()); in prepareGL()
113 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError()); in prepareGL()
161 ALOGE("error creating EGLImage for target buffer: %s", getEGLError()); in attachRenderTarget()
169 ALOGI("glEGLImageTargetRenderbufferStorageOES => %s", getEGLError()); in attachRenderTarget()
175 ALOGE("glFramebufferRenderbuffer => %s", getEGLError()); in attachRenderTarget()
DglError.h25 const char* getEGLError(void);
DglError.cpp27 const char* getEGLError(void) { in getEGLError() function
DVideoTex.cpp88 const char* msg = getEGLError(); in refresh()
DTexWrapper.cpp35 ALOGE("Didn't get a texture handle allocated: %s", getEGLError()); in TexWrapper()
/packages/services/Car/cpp/evs/apps/default/src/
DRenderBase.cpp82 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in prepareGL()
92 LOG(ERROR) << "eglChooseConfig() failed with error: " << getEGLError(); in prepareGL()
101 LOG(ERROR) << "Failed to create OpenGL ES Mock surface: " << getEGLError(); in prepareGL()
112 LOG(ERROR) << "Failed to create OpenGL ES Context: " << getEGLError(); in prepareGL()
118 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " << getEGLError(); in prepareGL()
182 LOG(ERROR) << "Error creating EGLImage for target buffer: " << getEGLError(); in attachRenderTarget()
190 LOG(INFO) << "glEGLImageTargetRenderbufferStorageOES => " << getEGLError(); in attachRenderTarget()
196 LOG(ERROR) << "glFramebufferRenderbuffer => " << getEGLError(); in attachRenderTarget()
DglError.cpp22 const char* getEGLError(void) { in getEGLError() function
DTexWrapper.cpp31 LOG(ERROR) << "Didn't get a texture handle allocated: " << getEGLError(); in TexWrapper()
DVideoTex.cpp128 const char* msg = getEGLError(); in refresh()
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DGlWrapper.cpp60 const char* getEGLError(void) { in getEGLError() function
238 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in initialize()
258 LOG(ERROR) << "Didn't find a suitable format for our display window, " << getEGLError(); in initialize()
265 LOG(ERROR) << "eglCreateWindowSurface failed, " << getEGLError(); in initialize()
275 LOG(ERROR) << "Failed to create OpenGL ES Context: " << getEGLError(); in initialize()
281 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " << getEGLError(); in initialize()
288 LOG(ERROR) << "Failed to build shader program: " << getEGLError(); in initialize()
295 LOG(ERROR) << "Didn't get a texture handle allocated: " << getEGLError(); in initialize()
375 LOG(ERROR) << "Error creating EGLImage: " << getEGLError(); in updateImageTexture()
440 LOG(WARNING) << "Failed to swap EGL buffers, " << getEGLError(); in renderImageToScreen()
/packages/services/Car/cpp/evs/sampleDriver/hidl/
DGlWrapper.cpp49 static const char* getEGLError(void) { in getEGLError() function
227 LOG(ERROR) << "Failed to initialize EGL: " << getEGLError(); in initialize()
257 LOG(ERROR) << "Failed to create OpenGL ES Context: " << getEGLError(); in initialize()
263 LOG(ERROR) << "Failed to make the OpenGL ES Context current: " << getEGLError(); in initialize()
270 LOG(ERROR) << "Failed to build shader program: " << getEGLError(); in initialize()
277 LOG(ERROR) << "Didn't get a texture handle allocated: " << getEGLError(); in initialize()
367 LOG(ERROR) << "Error creating EGLImage: " << getEGLError(); in updateImageTexture()
/packages/services/Car/cpp/evs/apps/default/inc/
DglError.h20 const char* getEGLError(void);