OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglDestroyImageKHR_t
(Results
1 - 8
of
8
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
59
eglDestroyImageKHR_t
eglDestroyImageKHR;
egl_proc.h
60
typedef EGLBoolean (EGLAPIENTRY *
eglDestroyImageKHR_t
) (EGLDisplay, EGLImageKHR image);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
59
eglDestroyImageKHR_t
eglDestroyImageKHR;
104
eglDestroyImageKHR_t
set_eglDestroyImageKHR(
eglDestroyImageKHR_t
f) {
eglDestroyImageKHR_t
retval = eglDestroyImageKHR; eglDestroyImageKHR = f; return retval;}
egl_proc.h
60
typedef EGLBoolean (*
eglDestroyImageKHR_t
) (EGLDisplay, EGLImageKHR image);
egl_dispatch.cpp
68
ptr = dlsym(libEGL,"eglDestroyImageKHR"); disp->set_eglDestroyImageKHR((
eglDestroyImageKHR_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
59
eglDestroyImageKHR_t
eglDestroyImageKHR;
104
eglDestroyImageKHR_t
set_eglDestroyImageKHR(
eglDestroyImageKHR_t
f) {
eglDestroyImageKHR_t
retval = eglDestroyImageKHR; eglDestroyImageKHR = f; return retval;}
egl_proc.h
60
typedef EGLBoolean (*
eglDestroyImageKHR_t
) (EGLDisplay, EGLImageKHR image);
egl_dispatch.cpp
62
ptr = dlsym(gles_android,"eglDestroyImageKHR"); disp->set_eglDestroyImageKHR((
eglDestroyImageKHR_t
)ptr);
Completed in 141 milliseconds