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

  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 33 ptr = dlsym(libEGL,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
egl_dispatch.h 69 eglInitialize_t set_eglInitialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; eglInitialize = f; return retval;}
  /sdk/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 27 ptr = dlsym(gles_android,"eglInitialize"); disp->set_eglInitialize((eglInitialize_t)ptr);
egl_dispatch.h 69 eglInitialize_t set_eglInitialize(eglInitialize_t f) { eglInitialize_t retval = eglInitialize; eglInitialize = f; return retval;}

Completed in 30 milliseconds