OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglSwapInterval_t
(Results
1 - 9
of
9
) sorted by null
/development/tools/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h
43
eglSwapInterval_t
eglSwapInterval;
EGLDispatch.cpp
63
s_egl.eglSwapInterval = (
eglSwapInterval_t
) lib->findSymbol("eglSwapInterval");
egl_proc.h
44
typedef EGLBoolean (EGLAPIENTRY *
eglSwapInterval_t
) (EGLDisplay, EGLint);
/development/tools/emulator/opengl/tests/EGL_host_wrapper/
egl_dispatch.h
43
eglSwapInterval_t
eglSwapInterval;
88
eglSwapInterval_t
set_eglSwapInterval(
eglSwapInterval_t
f) {
eglSwapInterval_t
retval = eglSwapInterval; eglSwapInterval = f; return retval;}
egl_proc.h
44
typedef EGLBoolean (*
eglSwapInterval_t
) (EGLDisplay, EGLint);
egl_dispatch.cpp
52
ptr = dlsym(libEGL,"eglSwapInterval"); disp->set_eglSwapInterval((
eglSwapInterval_t
)ptr);
/development/tools/emulator/opengl/tests/gles_android_wrapper/
egl_dispatch.h
43
eglSwapInterval_t
eglSwapInterval;
88
eglSwapInterval_t
set_eglSwapInterval(
eglSwapInterval_t
f) {
eglSwapInterval_t
retval = eglSwapInterval; eglSwapInterval = f; return retval;}
egl_proc.h
44
typedef EGLBoolean (*
eglSwapInterval_t
) (EGLDisplay, EGLint);
egl_dispatch.cpp
46
ptr = dlsym(gles_android,"eglSwapInterval"); disp->set_eglSwapInterval((
eglSwapInterval_t
)ptr);
Completed in 18 milliseconds