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

  /frameworks/native/opengl/tests/angeles/
app-linux.cpp 96 void egl_error(const char *name) function
151 egl_error("eglCreateWindowSurface");
156 egl_error("eglCreateContext");
160 egl_error("eglMakeCurrent");
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 649 EGLint egl_error; local
656 egl_error = EGL_BAD_ALLOC;
683 egl_error = EGL_BAD_MATCH;
694 egl_error = EGL_BAD_ATTRIBUTE;
699 egl_error = EGL_BAD_MATCH;
703 _eglError(egl_error, "dri2_create_context");
    [all...]

Completed in 598 milliseconds