Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Degl_dispatch.h59 eglDestroyImageKHR_t eglDestroyImageKHR;
104eglDestroyImageKHR_t set_eglDestroyImageKHR(eglDestroyImageKHR_t f) { eglDestroyImageKHR_t retval … in set_eglDestroyImageKHR()
Degl_proc.h60 typedef EGLBoolean (* eglDestroyImageKHR_t) (EGLDisplay, EGLImageKHR image); typedef
Degl_dispatch.cpp62 … dlsym(gles_android,"eglDestroyImageKHR"); disp->set_eglDestroyImageKHR((eglDestroyImageKHR_t)ptr); in create_egl_dispatch()