Searched defs:eglSurface (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/opengl/system/egl/
H A Degl.cpp705 EGLBoolean eglDestroySurface(EGLDisplay dpy, EGLSurface eglSurface) argument
708 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
710 egl_surface_t* surface(static_cast<egl_surface_t*>(eglSurface));
716 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface eglSurface, EGLint attribute, EGLint *value) argument
719 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
721 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );
797 EGLBoolean eglBindTexImage(EGLDisplay dpy, EGLSurface eglSurface, EGLint buffer) argument
800 VALIDATE_SURFACE_RETURN(eglSurface, EGL_FALSE);
801 if (eglSurface == EGL_NO_SURFACE) {
809 egl_surface_t* surface( static_cast<egl_surface_t*>(eglSurface) );
1094 eglSwapBuffers(EGLDisplay dpy, EGLSurface eglSurface) argument
[all...]

Completed in 54 milliseconds