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

  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_dispatch.h 53 eglSwapBuffers_t eglSwapBuffers;
98 eglSwapBuffers_t set_eglSwapBuffers(eglSwapBuffers_t f) { eglSwapBuffers_t retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
egl_proc.h 54 typedef EGLBoolean (* eglSwapBuffers_t) (EGLDisplay, EGLSurface);
egl_dispatch.cpp 56 ptr = dlsym(gles_android,"eglSwapBuffers"); disp->set_eglSwapBuffers((eglSwapBuffers_t)ptr);

Completed in 352 milliseconds