Searched refs:droid_create_surface (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_android.c | 633 droid_create_surface(_EGLDisplay *disp, EGLint type, _EGLConfig *conf, function 644 _eglError(EGL_BAD_ALLOC, "droid_create_surface"); 661 _eglError(EGL_BAD_NATIVE_WINDOW, "droid_create_surface"); 671 _eglError(EGL_BAD_NATIVE_WINDOW, "droid_create_surface"); 681 _eglError(EGL_BAD_ALLOC, "droid_create_surface"); 705 _eglError(EGL_BAD_NATIVE_WINDOW, "droid_create_surface"); 739 return droid_create_surface(disp, EGL_WINDOW_BIT, conf, 747 return droid_create_surface(disp, EGL_PBUFFER_BIT, conf,
|
Completed in 3 milliseconds