HomeSort by relevance Sort by last modified time
    Searched refs:getEGLError (Results 1 - 6 of 6) sorted by null

  /packages/services/Car/evs/app/
glError.h 20 const char *getEGLError(void);
RenderBase.cpp 72 ALOGE("Failed to initialize EGL: %s", getEGLError());
83 ALOGE("eglChooseConfig() failed with error: %s", getEGLError());
93 ALOGE("Failed to create OpenGL ES Dummy surface: %s", getEGLError());
105 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError());
112 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError());
167 ALOGE("error creating EGLImage for target buffer: %s", getEGLError());
175 ALOGI("glEGLImageTargetRenderbufferStorageOES => %s", getEGLError());
181 ALOGE("glFramebufferRenderbuffer => %s", getEGLError());
glError.cpp 22 const char *getEGLError(void) {
VideoTex.cpp 107 const char *msg = getEGLError();
TexWrapper.cpp 31 ALOGE("Didn't get a texture handle allocated: %s", getEGLError());
  /packages/services/Car/evs/sampleDriver/
GlWrapper.cpp 63 static const char *getEGLError(void) {
249 ALOGE("Failed to initialize EGL: %s", getEGLError());
285 ALOGE("Failed to create OpenGL ES Context: %s", getEGLError());
292 ALOGE("Failed to make the OpenGL ES Context current: %s", getEGLError());
300 ALOGE("Failed to build shader program: %s", getEGLError());
307 ALOGE("Didn't get a texture handle allocated: %s", getEGLError());
394 ALOGE("error creating EGLImage: %s", getEGLError());

Completed in 3332 milliseconds