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

  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_dispatch.h 30 eglCreateWindowSurface_t eglCreateWindowSurface;
75 eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowSurface_t retval = eglCreateWindowSurface; eglCreateWindowSurface = f; return retval;}
egl_proc.h 31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const EGLint*);
egl_dispatch.cpp 33 ptr = dlsym(gles_android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr);

Completed in 27 milliseconds