Home
last modified time | relevance | path

Searched refs:eglCreateWindowSurface_t (Results 1 – 3 of 3) sorted by relevance

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Degl_dispatch.h30 eglCreateWindowSurface_t eglCreateWindowSurface;
75eglCreateWindowSurface_t set_eglCreateWindowSurface(eglCreateWindowSurface_t f) { eglCreateWindowS… in set_eglCreateWindowSurface()
Degl_proc.h31 typedef EGLSurface (* eglCreateWindowSurface_t) (EGLDisplay, EGLConfig, EGLNativeWindowType, const … typedef
Degl_dispatch.cpp33 …android,"eglCreateWindowSurface"); disp->set_eglCreateWindowSurface((eglCreateWindowSurface_t)ptr); in create_egl_dispatch()