Searched refs:esurface (Results 1 – 3 of 3) sorted by relevance
/external/libkmsxx/kmscube/ |
D | cube-egl.cpp | 101 …esurface = eglCreateWindowSurface(egl.display(), egl.config(), (EGLNativeWindowType)native_window,… in EglSurface() 102 FAIL_IF(esurface == EGL_NO_SURFACE, "failed to create egl surface"); in EglSurface() 107 eglDestroySurface(egl.display(), esurface); in ~EglSurface() 112 EGLBoolean ok = eglMakeCurrent(egl.display(), esurface, esurface, egl.context()); in make_current() 118 EGLBoolean ok = eglSwapBuffers(egl.display(), esurface); in swap_buffers()
|
D | cube-gbm.cpp | 96 esurface = eglCreateWindowSurface(egl.display(), egl.config(), gsurface->handle(), NULL); in GbmEglSurface() 97 FAIL_IF(esurface == EGL_NO_SURFACE, "failed to create egl surface"); in GbmEglSurface() 104 eglDestroySurface(egl.display(), esurface); in ~GbmEglSurface() 111 eglMakeCurrent(egl.display(), esurface, esurface, egl.context()); in make_current() 116 eglSwapBuffers(egl.display(), esurface); in swap_buffers() 172 EGLSurface esurface; member in GbmEglSurface
|
D | cube-egl.h | 33 EGLSurface esurface; variable
|