OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglSwapBuffers_t
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
53
eglSwapBuffers_t
eglSwapBuffers;
EGLDispatch.cpp
73
s_egl.eglSwapBuffers = (
eglSwapBuffers_t
) lib->findSymbol("eglSwapBuffers");
egl_proc.h
54
typedef EGLBoolean (EGLAPIENTRY *
eglSwapBuffers_t
) (EGLDisplay, EGLSurface);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
53
eglSwapBuffers_t
eglSwapBuffers;
98
eglSwapBuffers_t
set_eglSwapBuffers(
eglSwapBuffers_t
f) {
eglSwapBuffers_t
retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
egl_proc.h
54
typedef EGLBoolean (*
eglSwapBuffers_t
) (EGLDisplay, EGLSurface);
egl_dispatch.cpp
62
ptr = dlsym(libEGL,"eglSwapBuffers"); disp->set_eglSwapBuffers((
eglSwapBuffers_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
53
eglSwapBuffers_t
eglSwapBuffers;
98
eglSwapBuffers_t
set_eglSwapBuffers(
eglSwapBuffers_t
f) {
eglSwapBuffers_t
retval = eglSwapBuffers; eglSwapBuffers = f; return retval;}
egl_proc.h
54
typedef EGLBoolean (*
eglSwapBuffers_t
) (EGLDisplay, EGLSurface);
egl_dispatch.cpp
56
ptr = dlsym(gles_android,"eglSwapBuffers"); disp->set_eglSwapBuffers((
eglSwapBuffers_t
)ptr);
Completed in 180 milliseconds