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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.cpp 35 ptr = dlsym(gles_android,"eglCreatePixmapSurface"); disp->set_eglCreatePixmapSurface((eglCreatePixmapSurface_t)ptr);
egl_dispatch.h 77 eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.cpp 41 ptr = dlsym(libEGL,"eglCreatePixmapSurface"); disp->set_eglCreatePixmapSurface((eglCreatePixmapSurface_t)ptr);
egl_dispatch.h 77 eglCreatePixmapSurface_t set_eglCreatePixmapSurface(eglCreatePixmapSurface_t f) { eglCreatePixmapSurface_t retval = eglCreatePixmapSurface; eglCreatePixmapSurface = f; return retval;}

Completed in 19 milliseconds