Searched refs:eglCopyBuffers_t (Results 1 – 3 of 3) sorted by relevance
54 eglCopyBuffers_t eglCopyBuffers;99 …eglCopyBuffers_t set_eglCopyBuffers(eglCopyBuffers_t f) { eglCopyBuffers_t retval = eglCopyBuffers… in set_eglCopyBuffers()
55 typedef EGLBoolean (* eglCopyBuffers_t) (EGLDisplay, EGLSurface, EGLNativePixmapType); typedef
57 ptr = dlsym(gles_android,"eglCopyBuffers"); disp->set_eglCopyBuffers((eglCopyBuffers_t)ptr); in create_egl_dispatch()