Searched refs:getEGLError (Results 1 – 6 of 6) sorted by relevance
/packages/services/Car/evs/app/ |
D | RenderBase.cpp | 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() 167 ALOGE("error creating EGLImage for target buffer: %s", getEGLError()); in attachRenderTarget() 175 ALOGI("glEGLImageTargetRenderbufferStorageOES => %s", getEGLError()); in attachRenderTarget() 181 ALOGE("glFramebufferRenderbuffer => %s", getEGLError()); in attachRenderTarget()
|
D | glError.h | 20 const char *getEGLError(void);
|
D | glError.cpp | 22 const char *getEGLError(void) { in getEGLError() function
|
D | VideoTex.cpp | 107 const char *msg = getEGLError(); in refresh()
|
D | TexWrapper.cpp | 31 ALOGE("Didn't get a texture handle allocated: %s", getEGLError()); in TexWrapper()
|
/packages/services/Car/evs/sampleDriver/ |
D | GlWrapper.cpp | 58 static const char *getEGLError(void) { in getEGLError() function 248 ALOGE("Failed to initialize EGL: %s", getEGLError()); in initialize() 284 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError()); in initialize() 291 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError()); in initialize() 299 ALOGE("Failed to build shader program: %s", getEGLError()); in initialize() 306 ALOGE("Didn't get a texture handle allocated: %s", getEGLError()); in initialize() 398 ALOGE("error creating EGLImage: %s", getEGLError()); in updateImageTexture()
|