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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 24 eglInitialize_t eglInitialize;
69 eglInitialize_t set_eglInitialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; eglInitialize = f; return retval;}
egl_proc.h 25 typedef EGLBoolean (* eglInitialize_t) (EGLDisplay, EGLint*, EGLint*);
egl_dispatch.cpp 27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);

Completed in 3920 milliseconds