Searched refs:getEGLError (Results 1 – 12 of 12) sorted by relevance
/packages/services/Car/cpp/evs/support_library/ |
D | RenderBase.cpp | 77 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()
|
D | glError.h | 25 const char* getEGLError(void);
|
D | glError.cpp | 27 const char* getEGLError(void) { in getEGLError() function
|
D | VideoTex.cpp | 88 const char* msg = getEGLError(); in refresh()
|
D | TexWrapper.cpp | 35 ALOGE("Didn't get a texture handle allocated: %s", getEGLError()); in TexWrapper()
|
/packages/services/Car/cpp/evs/apps/default/src/ |
D | RenderBase.cpp | 82 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()
|
D | glError.cpp | 22 const char* getEGLError(void) { in getEGLError() function
|
D | TexWrapper.cpp | 31 LOG(ERROR) << "Didn't get a texture handle allocated: " << getEGLError(); in TexWrapper()
|
D | VideoTex.cpp | 128 const char* msg = getEGLError(); in refresh()
|
/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | GlWrapper.cpp | 60 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/ |
D | GlWrapper.cpp | 49 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/ |
D | glError.h | 20 const char* getEGLError(void);
|