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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
egl_dispatch.h 75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 39 ptr = dlsym(libEGL,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);
egl_dispatch.h 75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}

Completed in 41 milliseconds